Remove unused SetRetry macro

port e80c2859b16fbfe209e7ee7cf2b2b65deb890971
This commit is contained in:
Carlos Garces 2021-10-18 20:03:20 +02:00
parent 158017aa86
commit 813f544e1e

View File

@ -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) \