aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ht.c
diff options
context:
space:
mode:
authortamizhr@codeaurora.org <tamizhr@codeaurora.org>2018-03-27 19:16:15 +0530
committerJohannes Berg <johannes.berg@intel.com>2018-03-29 10:19:52 +0200
commit5e78abd075e562fd5748ac3bfb067941e8baf6c7 (patch)
tree51a81e08c03e91350141a13f345e082b4e5f0a44 /net/mac80211/ht.c
parentmac80211: notify driver for change in multicast rates (diff)
downloadlinux-dev-5e78abd075e562fd5748ac3bfb067941e8baf6c7.tar.xz
linux-dev-5e78abd075e562fd5748ac3bfb067941e8baf6c7.zip
cfg80211: fix data type of sta_opmode_info parameter
Currently bw and smps_mode are u8 type value in sta_opmode_info structure. This values filled in mac80211 from ieee80211_sta_rx_bandwidth and ieee80211_smps_mode. These enum values are specific to mac80211 and userspace/cfg80211 doesn't know about that. This will lead to incorrect result/assumption by the user space application. Change bw and smps_mode parameters to their respective enums in nl80211. Signed-off-by: Tamizh chelvam <tamizhr@codeaurora.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ht.c')
0 files changed, 0 insertions, 0 deletions