aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/550-ath9k_add_ar9280_gpio_chip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mac80211/patches/550-ath9k_add_ar9280_gpio_chip.patch')
-rw-r--r--package/kernel/mac80211/patches/550-ath9k_add_ar9280_gpio_chip.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/550-ath9k_add_ar9280_gpio_chip.patch b/package/kernel/mac80211/patches/550-ath9k_add_ar9280_gpio_chip.patch
index 3fe7e43209..22e2c66747 100644
--- a/package/kernel/mac80211/patches/550-ath9k_add_ar9280_gpio_chip.patch
+++ b/package/kernel/mac80211/patches/550-ath9k_add_ar9280_gpio_chip.patch
@@ -21,7 +21,7 @@ Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
else if (AR_SREV_9285(sc->sc_ah))
ng = AR9285_NUM_GPIO;
+ else if (AR_SREV_9280(sc->sc_ah))
-+ ng = AR928X_NUM_GPIO;
++ ng = AR9280_NUM_GPIO;
else
return;