]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ieee80211: add the value for Category '6' in "rtw_ieee80211_category"
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 19 Jun 2021 13:36:30 +0000 (15:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Jun 2021 09:29:13 +0000 (11:29 +0200)
commit1806239dec0dacde373f0b53f076319f6c6d95cb
tree91d83f0058bb1ba13010d53638aeed291ec3c43a
parent93efeeea0fe6b3352e492e855a7262bc5645af14
ieee80211: add the value for Category '6' in "rtw_ieee80211_category"

Preparation work for removing the "enum rtw_ieee80211_category" in
"drivers/staging/rtl8188eu/include/ieee80211.h" and
"drivers/staging/rtl8723bs/include/ieee80211.h".

This enum is similar to "enum ieee80211_category" from
"include/linux/ieee80211.h". However it defines the value '6' as
RTW_WLAN_CATEGORY_FT.

So add a corresponding value in "ieee80211_category"

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/66be0187869bd7dae1c0b0785a32db695ee9872e.1624108556.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h