[PATCH 2/2] ath10k: set peer MFP flag in peer assoc command
kbuild test robot
lkp at intel.com
Tue Oct 6 22:34:39 PDT 2015
Hi Tamizh,
[auto build test ERROR on next-20151006 -- if it's inappropriate base, please ignore]
config: xtensa-allyesconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=xtensa
All errors (new ones prefixed by >>):
drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_peer_assoc_h_crypto':
>> drivers/net/wireless/ath/ath10k/mac.c:2014:9: error: 'struct ieee80211_sta' has no member named 'mfp'
if (sta->mfp &&
^
vim +2014 drivers/net/wireless/ath/ath10k/mac.c
2008
2009 if (wpaie) {
2010 ath10k_dbg(ar, ATH10K_DBG_WMI, "%s: wpa ie found\n", __func__);
2011 arg->peer_flags |= ar->wmi.peer_flags->need_gtk_2_way;
2012 }
2013
> 2014 if (sta->mfp &&
2015 test_bit(ATH10K_FW_FEATURE_MFP_SUPPORT, ar->fw_features)) {
2016 arg->peer_flags |= ar->wmi.peer_flags->pmf;
2017 }
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 42737 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/ath10k/attachments/20151007/79c272e8/attachment-0001.obj>
More information about the ath10k
mailing list