Hi Ashok,

[auto build test ERROR on v4.9-rc8]
[cannot apply to ath6kl/ath-next next-20170210]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improve the system]

url:    
https://github.com/0day-ci/linux/commits/Ashok-Raj-Nagarajan/ath10k-add-support-for-controlling-tx-power-to-a-station/20170208-203305
config: x86_64-randconfig-in0-02120025 (attached as .config)
compiler: gcc-4.6 (Debian 4.6.4-7) 4.6.4
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_sta_set_txpwr':
>> drivers/net/wireless/ath/ath10k/mac.c:5900:10: error: 'struct ieee80211_sta' 
>> has no member named 'txpwr'
   drivers/net/wireless/ath/ath10k/mac.c: At top level:
>> drivers/net/wireless/ath/ath10k/mac.c:7469:2: error: unknown field 
>> 'sta_set_txpwr' specified in initializer
   drivers/net/wireless/ath/ath10k/mac.c:7469:2: warning: initialization from 
incompatible pointer type [enabled by default]
   drivers/net/wireless/ath/ath10k/mac.c:7469:2: warning: (near initialization 
for 'ath10k_ops.sta_pre_rcu_remove') [enabled by default]
   drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_mac_register':
>> drivers/net/wireless/ath/ath10k/mac.c:8008:11: error: 
>> 'NL80211_EXT_FEATURE_STA_TX_PWR' undeclared (first use in this function)
   drivers/net/wireless/ath/ath10k/mac.c:8008:11: note: each undeclared 
identifier is reported only once for each function it appears in

vim +5900 drivers/net/wireless/ath/ath10k/mac.c

  5894  {
  5895          struct ath10k *ar = hw->priv;
  5896          struct ath10k_vif *arvif = ath10k_vif_to_arvif(vif);
  5897          int ret = 0;
  5898          u16 txpwr;
  5899  
> 5900          txpwr = MBM_TO_DBM(sta->txpwr);
  5901  
  5902          mutex_lock(&ar->conf_mutex);
  5903  

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

Reply via email to