aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include/wifi.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2020-06-29 19:14:03 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-01 15:43:04 +0200
commit8c97f42ca2093e3b6bb50b572247cd299624ae1d (patch)
tree22cff33435e2c96170116537e6e50d52b6753653 /drivers/staging/rtl8188eu/include/wifi.h
parentstaging: rtl8188eu: add spaces around operators (diff)
downloadlinux-dev-8c97f42ca2093e3b6bb50b572247cd299624ae1d.tar.xz
linux-dev-8c97f42ca2093e3b6bb50b572247cd299624ae1d.zip
staging: rtl8188eu: remove some ieee80211 constants from wifi.h
The constants IEEE80211_BAR_CTRL_ACK_POLICY_NORMAL and IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA are not used in the driver code and, if ever needed, available from 'include/linux/ieee80211.h'. Remove them from wifi.h. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20200629171405.7711-1-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/rtl8188eu/include/wifi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rtl8188eu/include/wifi.h b/drivers/staging/rtl8188eu/include/wifi.h
index 667055796b66..e12e3d0a45e0 100644
--- a/drivers/staging/rtl8188eu/include/wifi.h
+++ b/drivers/staging/rtl8188eu/include/wifi.h
@@ -453,10 +453,6 @@ static inline int IsFrameTypeCtrl(unsigned char *pframe)
Below is the definition for 802.11n
------------------------------------------------------------------------------*/
-/* 802.11 BAR control masks */
-#define IEEE80211_BAR_CTRL_ACK_POLICY_NORMAL 0x0000
-#define IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA 0x0004
-
/**
* struct rtw_ieee80211_ht_cap - HT additional information
*