mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 13:49:26 +00:00
ad2e55e02b
These only work with and are useful with mach files. Now that those are gone, this can go too. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16635 Signed-off-by: Robert Marko <robimarko@gmail.com>
14 lines
360 B
Diff
14 lines
360 B
Diff
--- a/drivers/net/wireless/ath/ath9k/hw.h
|
|
+++ b/drivers/net/wireless/ath/ath9k/hw.h
|
|
@@ -976,6 +976,10 @@ struct ath_hw {
|
|
bool disable_2ghz;
|
|
bool disable_5ghz;
|
|
|
|
+ unsigned num_btns;
|
|
+ const struct gpio_keys_button *btns;
|
|
+ unsigned btn_poll_interval;
|
|
+
|
|
const struct firmware *eeprom_blob;
|
|
u16 *nvmem_blob; /* devres managed */
|
|
size_t nvmem_blob_len;
|