diff options
author | Johannes Berg <johannes.berg@intel.com> | 2014-01-06 22:24:00 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-01-07 23:16:39 +0100 |
commit | 685328b296acc810541d2532957912690273c64a (patch) | |
tree | 2d7455cae4bf9c8ae3525a3284b964f5dd0895da /drivers/net/wireless/ath/ath5k | |
parent | 349b196044d38a3bf5be2b4dd2fe28ca2f12a258 (diff) |
mac80211: remove channel_change_time
This value is no longer used by mac80211, and practically no
driver ever set it to a correct value anyway, so remove it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c index 69f58b073e85..fe6878b4ecd0 100644 --- a/drivers/net/wireless/ath/ath5k/base.c +++ b/drivers/net/wireless/ath/ath5k/base.c @@ -2549,7 +2549,6 @@ ath5k_init_ah(struct ath5k_hw *ah, const struct ath_bus_ops *bus_ops) hw->wiphy->available_antennas_rx = 0x3; hw->extra_tx_headroom = 2; - hw->channel_change_time = 5000; /* * Mark the device as detached to avoid processing |