diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-05-17 15:09:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-19 13:54:11 -0400 |
commit | ba4903f97a275ed0967b58ff882f8ab41bec24ad (patch) | |
tree | cdf31a122856af814c3ffbf9978211f4a8b98d97 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 755173291a86c6e77414e1eaf22279fde88ccd86 (diff) |
ath9k: implement .tx_last_beacon()
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index b070f404e8f4..f75068b4b310 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -397,6 +397,9 @@ struct ath_beacon { | |||
397 | struct ath_descdma bdma; | 397 | struct ath_descdma bdma; |
398 | struct ath_txq *cabq; | 398 | struct ath_txq *cabq; |
399 | struct list_head bbuf; | 399 | struct list_head bbuf; |
400 | |||
401 | bool tx_processed; | ||
402 | bool tx_last; | ||
400 | }; | 403 | }; |
401 | 404 | ||
402 | void ath_beacon_tasklet(unsigned long data); | 405 | void ath_beacon_tasklet(unsigned long data); |