Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69fdb309 authored by Guy Cohen's avatar Guy Cohen Committed by John W. Linville
Browse files

iwlwifi: rs fix wrong parenthesizing in rs_get_lower_rate function

parent 3195cdb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -735,7 +735,7 @@ static u32 rs_get_lower_rate(struct iwl4965_lq_sta *lq_sta,
		else
			tbl->lq_type = LQ_G;

		if (num_of_ant(tbl->ant_type > 1))
		if (num_of_ant(tbl->ant_type) > 1)
			tbl->ant_type = ANT_A;/*FIXME:RS*/

		tbl->is_fat = 0;