commit | 1ea57b1f12c045db5fca5d1299963ca1c70983ea | [log] [tgz] |
---|---|---|
author | Shahar Levi <shahar_levi@ti.com> | Thu Sep 08 08:44:05 2011 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Sep 14 13:56:52 2011 -0400 |
tree | c8f52d94f2d634dd36693f047a5a7560c2e37393 | |
parent | 5fbdf4a2dfbc320bb8422c88c0f59b624043add1 [diff] |
mac80211: Update device channel in case of HW channel switch supported The hw.conf.channel value is not updated properly for drivers that support HW channel switch. Since the switch is done entirely by the driver and we don't call ieee80211_hw_config(), this value remains untouched. This patch fixes that by setting the new channel directly in ieee80211_chswitch_work(). Signed-off-by: Shahar Levi <shahar_levi@ti.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>