cfg80211: change bandwidth reporting to explicit field
authorJohannes Berg <johannes.berg@intel.com>
Thu, 15 Jan 2015 15:14:02 +0000 (16:14 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 15 Jan 2015 21:41:32 +0000 (22:41 +0100)
commitb51f3beecfbbfc946749a91fb444cb8917cf444f
tree68ecd024ca26b392b48599dc3725e4416d053d1f
parent97d910d0aaa619ca530d08e2b1125b8014ccb030
cfg80211: change bandwidth reporting to explicit field

For some reason, we made the bandwidth separate flags, which
is rather confusing - a single rate cannot have different
bandwidths at the same time.

Change this to no longer be flags but use a separate field
for the bandwidth ('bw') instead.

While at it, add support for 5 and 10 MHz rates - these are
reported as regular legacy rates with their real bitrate,
but tagged as 5/10 now to make it easier to distinguish them.

In the nl80211 API, the flags are preserved, but the code
now can also clearly only set a single one of the flags.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c
drivers/net/wireless/mwifiex/cfg80211.c
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/mac80211/cfg.c
net/mac80211/util.c
net/wireless/nl80211.c
net/wireless/util.c