From: Sujith Manoharan Date: Fri, 19 Sep 2014 07:30:42 +0000 (+0530) Subject: ath9k: Fix p2p address management X-Git-Tag: fixes-against-v3.18-rc2~144^2~39^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ce73c02743f0abf7dbf0cc05cf0f92cf7ed951d;p=pandora-kernel.git ath9k: Fix p2p address management When multiple channel contexts are enabled, a p2p interface that is assigned to a context will have an address that is different from the device mac address, which is used by wpa_s as the p2p device ID. Certain frames like provision requests use the device address and these get dropped since ath9k_calculate_summary_state() iterates over only the active interfaces in a context and the device address is not used. Fix this by adding the device mac address to the bssid mask. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed