]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
mac80211: use the correct capability info in ieee80211_set_associated()
authorLuciano Coelho <coelho@ti.com>
Wed, 20 Jun 2012 14:23:24 +0000 (17:23 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 20 Jun 2012 15:32:10 +0000 (17:32 +0200)
commit50ae34a254ca5192e46503884ed0edd60795fe87
treeac65e6654a3812b549495e77166052d87a0cc7b1
parent46c1dd0c7fac54d3739d62b6362024d9b568c6de
mac80211: use the correct capability info in ieee80211_set_associated()

If an AP is beaconing with different capabilities than the one we get
in the associate response, we were still using the capabilities
received in the beacons.  One example is when the AP is beaconing with
the short slot bit set to zero and then we try to connect to it with
long slot.  In this case, we would keep using long slot until the next
beacon was received.

Fix this by using the correct capability value when calling
ieee80211_handle_bss_capability().  We were using cbss->capability,
but we should use the bss_conf->assoc_capability instead.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c