From: Eliad Peller Date: Sun, 29 May 2011 12:53:20 +0000 (+0300) Subject: cfg80211: don't drop p2p probe responses X-Git-Tag: v3.0-rc2~7^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=333ba7325213f0a09dfa5ceeddb056d6ad74b3b5;p=pandora-kernel.git cfg80211: don't drop p2p probe responses Commit 0a35d36 ("cfg80211: Use capability info to detect mesh beacons") assumed that probe response with both ESS and IBSS bits cleared means that the frame was sent by a mesh sta. However, these capabilities are also being used in the p2p_find phase, and the mesh-validation broke it. Rename the WLAN_CAPABILITY_IS_MBSS macro, and verify that mesh ies exist before assuming this frame was sent by a mesh sta. Signed-off-by: Eliad Peller Signed-off-by: John W. Linville --- Reading git-diff-tree failed