diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/phy.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/phy.c b/drivers/net/wireless/ath/ath5k/phy.c index 0fce1c76638e..98ee85456321 100644 --- a/drivers/net/wireless/ath/ath5k/phy.c +++ b/drivers/net/wireless/ath/ath5k/phy.c | |||
@@ -1446,7 +1446,7 @@ ath5k_hw_channel(struct ath5k_hw *ah, | |||
1446 | "channel frequency (%u MHz) out of supported " | 1446 | "channel frequency (%u MHz) out of supported " |
1447 | "band range\n", | 1447 | "band range\n", |
1448 | channel->center_freq); | 1448 | channel->center_freq); |
1449 | return -EINVAL; | 1449 | return -EINVAL; |
1450 | } | 1450 | } |
1451 | 1451 | ||
1452 | /* | 1452 | /* |