2013-01-18 10:03:38

by Fengguang Wu

[permalink] [raw]
Subject: [wireless-next:master 73/89] drivers/net/wireless/ath/ath9k/recv.c:1127:2: error: implicit declaration of function 'ath_debug_send_fft_sample'

tree: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next.git master
head: 660b9caaad380758c756a7e60397e33dab44fe3f
commit: e93d083f42a126b5ad8137b5f0e8d6f900b332b8 [73/89] ath9k: add spectral scan feature
config: i386-randconfig-x379 (attached as .config)

All error/warnings:

drivers/net/wireless/ath/ath9k/recv.c: In function 'ath_process_fft':
>> drivers/net/wireless/ath/ath9k/recv.c:1127:2: error: implicit declaration of function 'ath_debug_send_fft_sample' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors

vim +/ath_debug_send_fft_sample +1127 drivers/net/wireless/ath/ath9k/recv.c

1121
1122 fft_sample.max_magnitude = spectral_max_magnitude(mag_info->all_bins);
1123 fft_sample.max_index = spectral_max_index(mag_info->all_bins);
1124 fft_sample.bitmap_weight = spectral_bitmap_weight(mag_info->all_bins);
1125 fft_sample.tsf = tsf;
1126
> 1127 ath_debug_send_fft_sample(sc, &fft_sample.tlv);
1128 #endif
1129 }
1130

---
0-DAY kernel build testing backend Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild Intel Corporation


Attachments:
(No filename) (1.15 kB)
.config (72.19 kB)
Download all attachments