mirror_ubuntu-kernels/drivers/net/wireless/mediatek/mt76/mt76x0
Lee Jones 328cecf3ea mt76: mt76x0: Move tables used only by init.c to their own header file
Taking the same approach as initvals_phy.h.

Fixes the following W=1 kernel build warning(s):

 drivers/net/wireless/mediatek/mt76/mt76x0/initvals.h:218:35: warning: ‘mt76x0_dcoc_tab’ defined but not used [-Wunused-const-variable=]
 218 | static const struct mt76_reg_pair mt76x0_dcoc_tab[] = {
 | ^~~~~~~~~~~~~~~
 drivers/net/wireless/mediatek/mt76/mt76x0/initvals.h:86:35: warning: ‘mt76x0_bbp_init_tab’ defined but not used [-Wunused-const-variable=]
 86 | static const struct mt76_reg_pair mt76x0_bbp_init_tab[] = {
 | ^~~~~~~~~~~~~~~~~~~
 drivers/net/wireless/mediatek/mt76/mt76x0/initvals.h:48:35: warning: ‘mt76x0_mac_reg_table’ defined but not used [-Wunused-const-variable=]
 48 | static const struct mt76_reg_pair mt76x0_mac_reg_table[] = {
 | ^~~~~~~~~~~~~~~~~~~~
 drivers/net/wireless/mediatek/mt76/mt76x0/initvals.h:14:35: warning: ‘common_mac_reg_table’ defined but not used [-Wunused-const-variable=]
 14 | static const struct mt76_reg_pair common_mac_reg_table[] = {
 | ^~~~~~~~~~~~~~~~~~~~

Cc: Felix Fietkau <nbd@nbd.name>
Cc: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Cc: Ryder Lee <ryder.lee@mediatek.com>
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: Stanislaw Gruszka <stf_xl@wp.pl>
Cc: linux-wireless@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: linux-mediatek@lists.infradead.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-09-24 18:10:20 +02:00
..
eeprom.c mt76: move channel state to struct mt76_phy 2020-02-14 10:03:08 +01:00
eeprom.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
init.c mt76: mt76x0: Move tables used only by init.c to their own header file 2020-09-24 18:10:20 +02:00
initvals_init.h mt76: mt76x0: Move tables used only by init.c to their own header file 2020-09-24 18:10:20 +02:00
initvals_phy.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
initvals.h mt76: mt76x0: Move tables used only by init.c to their own header file 2020-09-24 18:10:20 +02:00
Kconfig mt76: Add paragraphs to describe the config symbols fully 2019-09-05 17:42:30 +02:00
main.c mt76: move txpower_conf back to driver specific structs 2020-02-14 10:03:09 +01:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
mcu.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
mt76x0.h mt76: use mt76_dev in mt76_is_{mmio,usb} 2019-11-20 13:23:51 +01:00
pci_mcu.c mt76: move state from struct mt76_dev to mt76_phy 2020-02-14 10:03:08 +01:00
pci.c mt76: convert from tx tasklet to tx worker thread 2020-09-24 18:10:18 +02:00
phy.c mt76: Use fallthrough pseudo-keyword 2020-09-24 18:10:19 +02:00
phy.h mt76: mt76x02: fix some checkpatch warnings 2019-09-05 17:42:31 +02:00
usb_mcu.c mt76: move state from struct mt76_dev to mt76_phy 2020-02-14 10:03:08 +01:00
usb.c mt76: move mt76 workqueue in common code 2020-07-21 19:01:16 +02:00