mac80211: Fix ignored HT override configurations
authorChaya Rachel Ivgi <chaya.rachel.ivgi@intel.com>
Sun, 14 Dec 2014 08:38:59 +0000 (10:38 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 17 Dec 2014 14:45:06 +0000 (15:45 +0100)
commit179b8fc7fb59ec69835f225e6c813040bbf52ba8
treef08ad38c40f9d7187f0d916e7920efd39153753a
parentdb8dfee57d37d2cd14a750477babbae52b69a494
mac80211: Fix ignored HT override configurations

HT override configurations was ignored when choosing the channel
(until now, the override configuration affected only the
capabilities shown in the IEs).

The override configurations received only on association time,
so in this case we should determine the channel again.

Signed-off-by: Chaya Rachel Ivgi <chaya.rachel.ivgi@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c
This page took 0.024879 seconds and 5 git commands to generate.