mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
Fix following warnings by including the corresponding headers:
backports-6.12.6/drivers/net/wireless/ath/ath9k/hsr.c:50:6: error: no previous prototype for 'ath9k_hsr_init' [-Werror=missing-prototypes]
50 | void ath9k_hsr_init(struct ath_hw *ah)
| ^~~~~~~~~~~~~~
backports-6.12.6/drivers/net/wireless/ath/ath9k/hsr.c:165:5: error: no previous prototype for 'ath9k_hsr_disable' [-Werror=missing-prototypes]
165 | int ath9k_hsr_disable(struct ath_hw *ah)
| ^~~~~~~~~~~~~~~~~
backports-6.12.6/drivers/net/wireless/ath/ath9k/hsr.c:177:5: error: no previous prototype for 'ath9k_hsr_enable' [-Werror=missing-prototypes]
177 | int ath9k_hsr_enable(struct ath_hw *ah, int bw, int fq)
| ^~~~~~~~~~~~~~~~
backports-6.12.6/drivers/net/wireless/ath/ath9k/hsr.c:234:5: error: no previous prototype for 'ath9k_hsr_status' [-Werror=missing-prototypes]
234 | int ath9k_hsr_status(struct ath_hw *ah)
| ^~~~~~~~~~~~~~~~
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18637
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
||
|---|---|---|
| .. | ||
| 341-wifi-ath9k-obtain-system-gpios.patch | ||
| 350-ath9k_hw-reset-AHB-WMAC-interface-on-AR91xx.patch | ||
| 351-ath9k_hw-issue-external-reset-for-QCA955x.patch | ||
| 354-ath9k-force-rx_clear-when-disabling-rx.patch | ||
| 356-Revert-ath9k-interpret-requested-txpower-in-EIRP-dom.patch | ||
| 365-ath9k-adjust-tx-power-reduction-for-US-regulatory-do.patch | ||
| 401-ath9k_blink_default.patch | ||
| 410-ath9k_allow_adhoc_and_ap.patch | ||
| 450-ath9k-enabled-MFP-capability-unconditionally.patch | ||
| 500-ath9k_eeprom_debugfs.patch | ||
| 501-ath9k_ahb_init.patch | ||
| 509-ath9k-use-devm-for-irq-and-ioremap-resource.patch | ||
| 510-ath9k_intr_mitigation_tweak.patch | ||
| 511-ath9k_reduce_rxbuf.patch | ||
| 512-ath9k_channelbw_debugfs.patch | ||
| 513-ath9k_add_pci_ids.patch | ||
| 530-ath9k_extra_leds.patch | ||
| 540-ath9k_reduce_ani_interval.patch | ||
| 542-ath9k_debugfs_diag.patch | ||
| 543-ath9k_entropy_from_adc.patch | ||
| 544-ath9k-ar933x-usb-hang-workaround.patch | ||
| 545-ath9k_ani_ws_detect.patch | ||
| 547-ath9k_led_defstate_fix.patch | ||
| 548-ath9k_enable_gpio_chip.patch | ||
| 551-ath9k_ubnt_uap_plus_hsr.patch | ||
| 552-ath9k-ahb_of.patch | ||
| 553-ath9k_of_gpio_mask.patch | ||