]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Don't merge with the same BSSID
authorAlina Friedrichsen <x-alina@gmx.net>
Sat, 21 Feb 2009 23:07:28 +0000 (00:07 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Feb 2009 19:53:02 +0000 (14:53 -0500)
commitedda272c8994f250f2dce7748b8b3566c6203ede
tree5c6a13def74dad34571c35a508dff235635939b3
parent5fd7b93ea6bd28456bd3b7760d53ad610e0b3352
mac80211: Don't merge with the same BSSID

It was not a good idea to do a TSF reset on strange IBSS merges to the same BSSID. For example it will break the TSF sync of ath9k completely and it is unnecessary as all hardware I have tested do a TSF sync to a higher value automatically and IBSS merges are only done to higher TSF values. It only need a TSF reset to accept a lower value, when the IBSS network is changed manually.

Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ibss.c