提交 7ae81077 编写于 作者: J Johannes Berg 提交者: Reinette Chatre

iwlwifi: fix typo in IWL_CCK_RATES_MASK

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: NJohannes Berg <johannes.berg@intel.com>
上级 71d75cf9
...@@ -191,7 +191,7 @@ enum { ...@@ -191,7 +191,7 @@ enum {
IWL_RATE_2M_MASK) IWL_RATE_2M_MASK)
#define IWL_CCK_RATES_MASK \ #define IWL_CCK_RATES_MASK \
(IWL_BASIC_RATES_MASK | \ (IWL_CCK_BASIC_RATES_MASK | \
IWL_RATE_5M_MASK | \ IWL_RATE_5M_MASK | \
IWL_RATE_11M_MASK) IWL_RATE_11M_MASK)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册