mac80211: mlme: move in RSSI reporting code
authorJohannes Berg <johannes.berg@intel.com>
Fri, 13 May 2022 13:48:04 +0000 (15:48 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 16 May 2022 07:12:34 +0000 (09:12 +0200)
commitf344c58c250d68c08e8b765a8c995a957ba28ced
treed40f7b8f44624dd67087c547a8b063ac4c409fb7
parentf5bf586aadddd9803a1f16bc18621fd819377130
mac80211: mlme: move in RSSI reporting code

This code is tightly coupled to the sdata->u.mgd data
structure, so there's no reason for it to be in utils.
Move it to mlme.c.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c
net/mac80211/util.c