From: Johannes Berg Date: Fri, 6 Jul 2012 20:19:27 +0000 (+0200) Subject: mac80211: redesign scan RX X-Git-Tag: v3.6-rc1~125^2~57^2~77^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d48b296850f25cb559cb9b907d6d8c09eca3e89d;p=pandora-kernel.git mac80211: redesign scan RX Scan receive is rather inefficient when there are multiple virtual interfaces. We iterate all of the virtual interfaces and then notify cfg80211 about each beacon many times. Redesign scan RX to happen before everything else. Then we can also get rid of IEEE80211_RX_IN_SCAN since we don't have to accept frames into the RX handlers for scanning or scheduled scanning any more. Overall, this simplifies the code. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed