diff options
author | Johannes Berg <johannes.berg@intel.com> | 2014-01-06 16:24:00 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-01-07 17:16:39 -0500 |
commit | 685328b296acc810541d2532957912690273c64a (patch) | |
tree | 2d7455cae4bf9c8ae3525a3284b964f5dd0895da /drivers/net/wireless/cw1200/main.c | |
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/cw1200/main.c')
-rw-r--r-- | drivers/net/wireless/cw1200/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/cw1200/main.c b/drivers/net/wireless/cw1200/main.c index 090f01577dd2..1be819dfac63 100644 --- a/drivers/net/wireless/cw1200/main.c +++ b/drivers/net/wireless/cw1200/main.c | |||
@@ -302,7 +302,6 @@ static struct ieee80211_hw *cw1200_init_common(const u8 *macaddr, | |||
302 | 302 | ||
303 | hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD; | 303 | hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD; |
304 | 304 | ||
305 | hw->channel_change_time = 1000; /* TODO: find actual value */ | ||
306 | hw->queues = 4; | 305 | hw->queues = 4; |
307 | 306 | ||
308 | priv->rts_threshold = -1; | 307 | priv->rts_threshold = -1; |