Skip to content

Commit

Permalink
staging: rtl8188eu: remove some ieee80211 constants from wifi.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
MichaelStraube authored and gregkh committed Jul 1, 2020
1 parent ca00369 commit 8c97f42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/rtl8188eu/include/wifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 8c97f42

Please sign in to comment.