Search Linux Wireless

Re: [PATCH 3/3] mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seq

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Eliad,

[auto build test ERROR on mac80211-next/master]
[also build test ERROR on v4.5-rc3 next-20160212]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Emmanuel-Grumbach/mac80211-move-TKIP-TX-IVs-to-public-part-of-key-struct/20160214-195932
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master
config: i386-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/staging/vt6655/rxtx.c: In function 'vnt_fill_txkey':
>> drivers/staging/vt6655/rxtx.c:1246:3: error: implicit declaration of function 'ieee80211_get_key_tx_seq' [-Werror=implicit-function-declaration]
      ieee80211_get_key_tx_seq(tx_key, &seq);
      ^
   cc1: some warnings being treated as errors

vim +/ieee80211_get_key_tx_seq +1246 drivers/staging/vt6655/rxtx.c

01eec153 Malcolm Priestley 2014-10-29  1240  			return;
01eec153 Malcolm Priestley 2014-10-29  1241  
01eec153 Malcolm Priestley 2014-10-29  1242  		mic_hdr->id = 0x59;
01eec153 Malcolm Priestley 2014-10-29  1243  		mic_hdr->payload_len = cpu_to_be16(payload_len);
01eec153 Malcolm Priestley 2014-10-29  1244  		ether_addr_copy(mic_hdr->mic_addr2, hdr->addr2);
01eec153 Malcolm Priestley 2014-10-29  1245  
01eec153 Malcolm Priestley 2014-10-29 @1246  		ieee80211_get_key_tx_seq(tx_key, &seq);
01eec153 Malcolm Priestley 2014-10-29  1247  
01eec153 Malcolm Priestley 2014-10-29  1248  		memcpy(mic_hdr->ccmp_pn, seq.ccmp.pn, IEEE80211_CCMP_PN_LEN);
01eec153 Malcolm Priestley 2014-10-29  1249  

:::::: The code at line 1246 was first introduced by commit
:::::: 01eec153ab38a476f0f16d849fba77bbf0f95edf staging: vt6655: mac8021 conversion: add new tx functions

:::::: TO: Malcolm Priestley <tvboxspy@xxxxxxxxx>
:::::: CC: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

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

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux