iwlwifi: mvm: rs: use the proper channel width define for legacy rate
authorEyal Shapira <eyal@wizery.com>
Thu, 28 Nov 2013 10:35:42 +0000 (12:35 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 9 Dec 2013 20:29:48 +0000 (22:29 +0200)
Use the 20Mhz channel width define instead of just the number
zero for legacy rates. Note that the define has the same value
so this is just a minor cleanup.

Signed-off-by: Eyal Shapira <eyal@wizery.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/rs.c

index ef7126ad5d80560a31912d7d3497e0d09ee0cb70..1bfdde52db5c29ebf609bc416e9ae3b9812472c1 100644 (file)
@@ -691,7 +691,7 @@ static u32 rs_get_lower_rate(struct iwl_lq_sta *lq_sta,
                        rate->ant =
                            first_antenna(iwl_fw_valid_tx_ant(mvm->fw));
 
-               rate->bw = 0;
+               rate->bw = RATE_MCS_CHAN_WIDTH_20;
                rate->sgi = false;
        }