diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-14 15:24:17 -0400 |
---|---|---|
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) |
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 { | |||
213 | struct ath_buf_state { | 213 | struct ath_buf_state { |
214 | u8 bf_type; | 214 | u8 bf_type; |
215 | u8 bfs_paprd; | 215 | u8 bfs_paprd; |
216 | u8 ndelim; | ||
216 | u16 seqno; | 217 | u16 seqno; |
217 | unsigned long bfs_paprd_timestamp; | 218 | unsigned long bfs_paprd_timestamp; |
218 | }; | 219 | }; |