diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c index b3c7241a62a5..e4ec40c63396 100644 --- a/drivers/net/wireless/ath/ath5k/base.c +++ b/drivers/net/wireless/ath/ath5k/base.c | |||
@@ -2351,6 +2351,10 @@ ath5k_init_softc(struct ath5k_softc *sc, const struct ath_bus_ops *bus_ops) | |||
2351 | BIT(NL80211_IFTYPE_ADHOC) | | 2351 | BIT(NL80211_IFTYPE_ADHOC) | |
2352 | BIT(NL80211_IFTYPE_MESH_POINT); | 2352 | BIT(NL80211_IFTYPE_MESH_POINT); |
2353 | 2353 | ||
2354 | /* both antennas can be configured as RX or TX */ | ||
2355 | hw->wiphy->available_antennas_tx = 0x3; | ||
2356 | hw->wiphy->available_antennas_rx = 0x3; | ||
2357 | |||
2354 | hw->extra_tx_headroom = 2; | 2358 | hw->extra_tx_headroom = 2; |
2355 | hw->channel_change_time = 5000; | 2359 | hw->channel_change_time = 5000; |
2356 | 2360 | ||