tree c353b73bf8175c20f62dbcd1c45cfa722b39be45 parent fd11743dd25efe7157ff17b03dd2db0cbb6fed05 author Wey-Yi Guy 1289411803 -0800 committer John W. Linville 1289845609 -0500 iwlwifi: resending QoS command when HT changes "mac80211: Fix WMM driver queue configuration" inadvertedly broke iwlwifi, because now mac80211 configures the QoS settings before assoc, and therefore before HT. Thus, iwlwifi no longer told the device about the HT setting, which it needs to -- and thus throughput went down a lot. Fix this by resending the QoS command to the device not only when QoS/WMM settings change, but also when HT changes. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville Ì