mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-22 13:35:00 +00:00
Remove unused SetRetry macro
port e80c2859b16fbfe209e7ee7cf2b2b65deb890971
This commit is contained in:
parent
158017aa86
commit
813f544e1e
@ -122,11 +122,6 @@ enum {
|
|||||||
*(unsigned short *)(pbuf) &= (~cpu_to_le16(IEEE80211_FCTL_MOREFRAGS)); \
|
*(unsigned short *)(pbuf) &= (~cpu_to_le16(IEEE80211_FCTL_MOREFRAGS)); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#define SetRetry(pbuf) \
|
|
||||||
do { \
|
|
||||||
*(unsigned short *)(pbuf) |= cpu_to_le16(IEEE80211_FCTL_RETRY); \
|
|
||||||
} while (0)
|
|
||||||
|
|
||||||
#define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(IEEE80211_FCTL_RETRY)) != 0)
|
#define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(IEEE80211_FCTL_RETRY)) != 0)
|
||||||
|
|
||||||
#define ClearRetry(pbuf) \
|
#define ClearRetry(pbuf) \
|
||||||
|
Loading…
Reference in New Issue
Block a user