diff options
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_ap.h')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_ap.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/hostap/hostap_ap.h b/drivers/net/wireless/hostap/hostap_ap.h index 137f78e4532b..512abc2c83a3 100644 --- a/drivers/net/wireless/hostap/hostap_ap.h +++ b/drivers/net/wireless/hostap/hostap_ap.h | |||
@@ -6,15 +6,6 @@ | |||
6 | /* maximum number of frames to buffer per STA */ | 6 | /* maximum number of frames to buffer per STA */ |
7 | #define STA_MAX_TX_BUFFER 32 | 7 | #define STA_MAX_TX_BUFFER 32 |
8 | 8 | ||
9 | /* Flags used in skb->cb[6] to control how the packet is handled in TX path. | ||
10 | * skb->cb[0..5] must contain magic value 'hostap' to indicate that cb[6] is | ||
11 | * used. */ | ||
12 | #define AP_SKB_CB_MAGIC "hostap" | ||
13 | #define AP_SKB_CB_MAGIC_LEN 6 | ||
14 | #define AP_SKB_CB_BUFFERED_FRAME BIT(0) | ||
15 | #define AP_SKB_CB_ADD_MOREDATA BIT(1) | ||
16 | |||
17 | |||
18 | /* STA flags */ | 9 | /* STA flags */ |
19 | #define WLAN_STA_AUTH BIT(0) | 10 | #define WLAN_STA_AUTH BIT(0) |
20 | #define WLAN_STA_ASSOC BIT(1) | 11 | #define WLAN_STA_ASSOC BIT(1) |