mac80211: add freq_offset to RX status
authorThomas Pedersen <thomas@adapt-ip.com>
Thu, 2 Apr 2020 01:18:05 +0000 (18:18 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 Apr 2020 10:33:43 +0000 (12:33 +0200)
commit3b23c184f72acddad39c40373f165e1a9e384758
tree81e482ce2de27c93faac9d5d0c19237ba42bf357
parentb6011960f392d1de619f10aa5d088c27f1e7526c
mac80211: add freq_offset to RX status

RX status needs a KHz component, so add freq_offset. We
can reduce the bits for the frequency since 60 GHz isn't
supported.

Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com>
Link: https://lore.kernel.org/r/20200402011810.22947-5-thomas@adapt-ip.com
[fix commit message]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/mlme.c
net/mac80211/rx.c
net/mac80211/scan.c