summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/ieee80211.h
diff options
context:
space:
mode:
authorMartin Kaiser <martin@kaiser.cx>2022-05-02 22:06:48 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-05-05 23:22:38 +0200
commit42e00fbbbab049591682d7de3071f713215bd799 (patch)
tree34bc41ace93f31806bc982d21327ee5d99cfa4a0 /drivers/staging/r8188eu/include/ieee80211.h
parentd0c9872117e944fb314d0c71d9d25c17c3ed3b38 (diff)
downloadlinux-42e00fbbbab049591682d7de3071f713215bd799.tar.bz2
staging: r8188eu: remove an unused category define
RTW_WLAN_CATEGORY_TDLS is not used. Remove the define. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20220502200652.143665-6-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include/ieee80211.h')
-rw-r--r--drivers/staging/r8188eu/include/ieee80211.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/ieee80211.h b/drivers/staging/r8188eu/include/ieee80211.h
index f9a8aa243877..c593f9278868 100644
--- a/drivers/staging/r8188eu/include/ieee80211.h
+++ b/drivers/staging/r8188eu/include/ieee80211.h
@@ -598,7 +598,6 @@ static inline int is_broadcast_mac_addr(const u8 *addr)
enum rtw_ieee80211_category {
RTW_WLAN_CATEGORY_BACK = 3,
RTW_WLAN_CATEGORY_PUBLIC = 4, /* IEEE 802.11 public action frames */
- RTW_WLAN_CATEGORY_TDLS = 12,
RTW_WLAN_CATEGORY_P2P = 0x7f,/* P2P action frames */
};