diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-14 21:24:17 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-16 16:45:37 -0400 |
commit | 399c64895d206b16c704827d0a71b7467e441c94 (patch) | |
tree | 0934a49906ee247aa9bb16706c54f7641e468a48 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 55797b1ae5bfc33f1c0f978cdc7cd89a8d9460fc (diff) | |
download | blackbird-op-linux-399c64895d206b16c704827d0a71b7467e441c94.tar.gz blackbird-op-linux-399c64895d206b16c704827d0a71b7467e441c94.zip |
ath9k: reduce the number of functions that access the tx descriptor
Makes it easier to clean up the ath9k_hw descriptor API
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index c016a7ae056e..4eba9577386b 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -213,6 +213,7 @@ struct ath_frame_info { struct ath_buf_state { u8 bf_type; u8 bfs_paprd; + u8 ndelim; u16 seqno; unsigned long bfs_paprd_timestamp; }; |