staging: r8188eu: remove an unused category define
authorMartin Kaiser <martin@kaiser.cx>
Mon, 2 May 2022 20:06:48 +0000 (22:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 May 2022 21:22:38 +0000 (23:22 +0200)
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>
drivers/staging/r8188eu/include/ieee80211.h

index f9a8aa2..c593f92 100644 (file)
@@ -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 */
 };