ath9k: split out access to tx status information
This patch passes in a pointer to the ath_tx_status data structure for functions that need it, instead of letting them grab it directly from the ath_desc struct. This is useful for making it possible to allocate the intermediate tx status data separately. Signed-off-by:Felix Fietkau <nbd@openwrt.org> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
Showing
- drivers/net/wireless/ath/ath9k/ath9k.h 0 additions, 3 deletionsdrivers/net/wireless/ath/ath9k/ath9k.h
- drivers/net/wireless/ath/ath9k/debug.c 7 additions, 9 deletionsdrivers/net/wireless/ath/ath9k/debug.c
- drivers/net/wireless/ath/ath9k/debug.h 1 addition, 1 deletiondrivers/net/wireless/ath/ath9k/debug.h
- drivers/net/wireless/ath/ath9k/mac.c 38 additions, 37 deletionsdrivers/net/wireless/ath/ath9k/mac.c
- drivers/net/wireless/ath/ath9k/mac.h 2 additions, 2 deletionsdrivers/net/wireless/ath/ath9k/mac.h
- drivers/net/wireless/ath/ath9k/xmit.c 56 additions, 51 deletionsdrivers/net/wireless/ath/ath9k/xmit.c
Loading
Please register or sign in to comment