diff options
author | Ben Greear <greearb@candelatech.com> | 2011-11-03 11:33:13 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-11-09 16:01:02 -0500 |
commit | 7e1e386421e2ec7804b77f2c1c8e2517e82ecb7e (patch) | |
tree | a3c1d34540218355392904c0f7a3741f0ada2e59 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 7b7eab6fc1bc8852d9649541b59283cd89cc526f (diff) | |
download | blackbird-op-linux-7e1e386421e2ec7804b77f2c1c8e2517e82ecb7e.tar.gz blackbird-op-linux-7e1e386421e2ec7804b77f2c1c8e2517e82ecb7e.zip |
ath9k: Improve debugfs printout for stations.
Add interface address so it can be mapped to a local
interface. Add max-ampdu and mpdu-density.
Print out the tid->baw_size
Signed-off-by: Ben Greear <greearb@candelatech.com>
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 4415e89bd3d9..93b45b4b3033 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -253,6 +253,7 @@ struct ath_node { #ifdef CONFIG_ATH9K_DEBUGFS struct list_head list; /* for sc->nodes */ struct ieee80211_sta *sta; /* station struct we're part of */ + struct ieee80211_vif *vif; /* interface with which we're associated */ #endif struct ath_atx_tid tid[WME_NUM_TID]; struct ath_atx_ac ac[WME_NUM_AC]; |