Skip to content

Commit

Permalink
iwlwifi: fix typo in IWL_CCK_RATES_MASK
Browse files Browse the repository at this point in the history
Due to a typo, the variable contains OFDM
rates as well. The only user doesn't care,
so this change doesn't really do anything
but fix up my confusion.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Johannes Berg authored and Reinette Chatre committed Jan 29, 2010
1 parent 71d75cf commit 7ae8107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl-agn-rs.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ enum {
IWL_RATE_2M_MASK)

#define IWL_CCK_RATES_MASK \
(IWL_BASIC_RATES_MASK | \
(IWL_CCK_BASIC_RATES_MASK | \
IWL_RATE_5M_MASK | \
IWL_RATE_11M_MASK)

Expand Down

0 comments on commit 7ae8107

Please sign in to comment.