From: Arik Nemtsov Date: Wed, 22 Oct 2014 09:32:16 +0000 (+0300) Subject: mac80211: add stations in order to the station list X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~234^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bad7748b332d7218377287248eb66c25de033b2;p=pandora-kernel.git mac80211: add stations in order to the station list During reconfig the station list is traversed in order and station are added back to the driver. Make sure the stations are added to the driver in the same order they were added to mac80211. This has a real side effect - some drivers (iwlwifi) require TDLS stations to be added only after the AP station for the same network. Signed-off-by: Arik Nemtsov Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed