diff options
-rw-r--r-- | drivers/net/wireless/ath/ath9k/recv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c index 9eceeae28e7e..f921aa20b301 100644 --- a/drivers/net/wireless/ath/ath9k/recv.c +++ b/drivers/net/wireless/ath/ath9k/recv.c | |||
@@ -1338,7 +1338,7 @@ static void ath_select_ant_div_from_quick_scan(struct ath_ant_comb *antcomb, | |||
1338 | } | 1338 | } |
1339 | } | 1339 | } |
1340 | 1340 | ||
1341 | void ath_ant_div_conf_fast_divbias(struct ath_hw_antcomb_conf *ant_conf) | 1341 | static void ath_ant_div_conf_fast_divbias(struct ath_hw_antcomb_conf *ant_conf) |
1342 | { | 1342 | { |
1343 | /* Adjust the fast_div_bias based on main and alt lna conf */ | 1343 | /* Adjust the fast_div_bias based on main and alt lna conf */ |
1344 | switch ((ant_conf->main_lna_conf << 4) | ant_conf->alt_lna_conf) { | 1344 | switch ((ant_conf->main_lna_conf << 4) | ant_conf->alt_lna_conf) { |