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>
This commit is contained in:
Martin Kaiser 2022-05-02 22:06:48 +02:00 committed by Greg Kroah-Hartman
parent d0c9872117
commit 42e00fbbba
1 changed files with 0 additions and 1 deletions

View 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 */
};