From: Emmanuel Grumbach Date: Mon, 10 Dec 2012 14:19:13 +0000 (+0200) Subject: mac82011: use frame control to differentiate probe resp/beacon X-Git-Tag: v3.9-rc1~139^2~242^2^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d45c41722a3eca639ced2c4c93665ced229b1da9;p=pandora-kernel.git mac82011: use frame control to differentiate probe resp/beacon The probe response/beacon management frame RX code passes a bool parameter to differentiate beacons and probe responses. This is useless since we have the frame and can thus use its frame control field. Moreover it is buggy since there is one call to ieee80211_rx_bss_info with a beacon frame that is indicated as a probe response, which is also fixed by using the frame control field, so do that. Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed