]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: remove 80+80 MHz rate reporting
authorJohannes Berg <johannes.berg@intel.com>
Thu, 15 Jan 2015 15:05:21 +0000 (16:05 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 15 Jan 2015 15:05:21 +0000 (16:05 +0100)
commit8937d7d5be98399f26f8f02b1eff7d01adabe59d
tree625396ac9ea52d46b9153f334ed7dcec77db8ee3
parent23ae2115b024eae25ebda746f00132a6445bc5b7
cfg80211: remove 80+80 MHz rate reporting

These rates are treated the same as 160 MHz in the spec, so
it makes no sense to distinguish them. As no driver uses them
yet, this is also not a problem, just remove them.

In the userspace API the field remains reserved to preserve
API and ABI.

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