From: Felix Fietkau Date: Thu, 24 Mar 2011 18:46:18 +0000 (+0100) Subject: mac80211: fix suppressing probe responses in ad-hoc mode X-Git-Tag: v3.0-rc1~377^2~437^2^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ed76487ce115110171480deabd3cd4656f9803e;p=pandora-kernel.git mac80211: fix suppressing probe responses in ad-hoc mode The commit "mac80211: reply to directed probes in IBSS" changed ad-hoc specific code to respond to unicast probe requests, even if drv_tx_last_beacon returns false, however due to confusion over the meaning of the IEEE80211_RX_RA_MATCH flag, it also unconditionally enabled responding to multicast probe requests. Fix this by explicitly checking for a multicast destination address instead. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed