aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/ath/ath5k/phy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/phy.c b/drivers/net/wireless/ath/ath5k/phy.c
index 78c26fdccad1..c44111fc98b7 100644
--- a/drivers/net/wireless/ath/ath5k/phy.c
+++ b/drivers/net/wireless/ath/ath5k/phy.c
@@ -1253,6 +1253,7 @@ static int ath5k_hw_channel(struct ath5k_hw *ah,
1253 case AR5K_RF5111: 1253 case AR5K_RF5111:
1254 ret = ath5k_hw_rf5111_channel(ah, channel); 1254 ret = ath5k_hw_rf5111_channel(ah, channel);
1255 break; 1255 break;
1256 case AR5K_RF2317:
1256 case AR5K_RF2425: 1257 case AR5K_RF2425:
1257 ret = ath5k_hw_rf2425_channel(ah, channel); 1258 ret = ath5k_hw_rf2425_channel(ah, channel);
1258 break; 1259 break;