diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 784ab769b00b..cd4b1c1a0d48 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -228,7 +228,8 @@ struct ieee80211_tx_control { | |||
228 | #define IEEE80211_TXCTL_NO_ACK (1<<4) /* tell the low level not to | 228 | #define IEEE80211_TXCTL_NO_ACK (1<<4) /* tell the low level not to |
229 | * wait for an ack */ | 229 | * wait for an ack */ |
230 | #define IEEE80211_TXCTL_RATE_CTRL_PROBE (1<<5) | 230 | #define IEEE80211_TXCTL_RATE_CTRL_PROBE (1<<5) |
231 | #define IEEE80211_TXCTL_CLEAR_DST_MASK (1<<6) | 231 | #define IEEE80211_TXCTL_CLEAR_PS_FILT (1<<6) /* clear powersave filter |
232 | * for destination station */ | ||
232 | #define IEEE80211_TXCTL_REQUEUE (1<<7) | 233 | #define IEEE80211_TXCTL_REQUEUE (1<<7) |
233 | #define IEEE80211_TXCTL_FIRST_FRAGMENT (1<<8) /* this is a first fragment of | 234 | #define IEEE80211_TXCTL_FIRST_FRAGMENT (1<<8) /* this is a first fragment of |
234 | * the frame */ | 235 | * the frame */ |