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

Attachment: .config.gz
Description: Binary data

_______________________________________________
ath10k mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/ath10k

Reply via email to