diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-03-03 12:23:29 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-05 14:39:45 -0500 |
commit | c52f33d05e5f8d59f02722fbc308f5f391575ca5 (patch) | |
tree | 19c6d56f3594e8b43d725b5d919bb775921fde38 /drivers/net/wireless/ath9k/rc.h | |
parent | bce048d77dff3dcfd75d54dc38580c81baa95853 (diff) |
ath9k: Add support for multiple secondary virtual wiphys
The new struct ath_softc::sec_wiphy array is used to store information
about virtual wiphys and select which wiphy is used in calls to
mac80211. Each virtual wiphy will be assigned a different MAC address
based on the virtual wiphy index.
Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/rc.h')
-rw-r--r-- | drivers/net/wireless/ath9k/rc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/rc.h b/drivers/net/wireless/ath9k/rc.h index a6dc82d92612..0584122341ad 100644 --- a/drivers/net/wireless/ath9k/rc.h +++ b/drivers/net/wireless/ath9k/rc.h | |||
@@ -195,6 +195,7 @@ struct ath_rate_priv { | |||
195 | }; | 195 | }; |
196 | 196 | ||
197 | struct ath_tx_info_priv { | 197 | struct ath_tx_info_priv { |
198 | struct ath_wiphy *aphy; | ||
198 | struct ath_tx_status tx; | 199 | struct ath_tx_status tx; |
199 | int n_frames; | 200 | int n_frames; |
200 | int n_bad_frames; | 201 | int n_bad_frames; |