X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cf7cf41639c0f70201b49d30be156ee18cd33ea3..22ecf6d623f8aa9393891bfd4ac7b0ffc461a59c:/package/mac80211/patches/300-ath9k_gpio_settings.patch diff --git a/package/mac80211/patches/300-ath9k_gpio_settings.patch b/package/mac80211/patches/300-ath9k_gpio_settings.patch index ed564b7b9..7235ddeb5 100644 --- a/package/mac80211/patches/300-ath9k_gpio_settings.patch +++ b/package/mac80211/patches/300-ath9k_gpio_settings.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/debug.c +++ b/drivers/net/wireless/ath/ath9k/debug.c -@@ -927,6 +927,12 @@ int ath9k_init_debug(struct ath_hw *ah) +@@ -1091,6 +1091,12 @@ int ath9k_init_debug(struct ath_hw *ah) sc->debug.debugfs_phy, &ah->config.cwm_ignore_extcca)) goto err; @@ -15,7 +15,7 @@ err: --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h -@@ -794,6 +794,8 @@ struct ath_hw { +@@ -795,6 +795,8 @@ struct ath_hw { int initPDADC; int PDADCdelta; u8 led_pin; @@ -26,7 +26,7 @@ struct ar5416IniArray iniCommon; --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -1172,6 +1172,20 @@ static bool ath9k_hw_channel_change(stru +@@ -1213,6 +1213,20 @@ static bool ath9k_hw_channel_change(stru return true; } @@ -47,7 +47,7 @@ bool ath9k_hw_check_alive(struct ath_hw *ah) { int count = 50; -@@ -1460,6 +1474,8 @@ int ath9k_hw_reset(struct ath_hw *ah, st +@@ -1501,6 +1515,8 @@ int ath9k_hw_reset(struct ath_hw *ah, st if (AR_SREV_9300_20_OR_LATER(ah)) ar9003_hw_bb_watchdog_config(ah);