projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cb38d6
)
iwlwifi: set TX_CMD_FLG_STA_RATE_MSK for BAR frame
author
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Fri, 2 Dec 2011 16:09:10 +0000
(08:09 -0800)
committer
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Thu, 8 Dec 2011 23:54:59 +0000
(15:54 -0800)
It is needed by firmware to use the correct rate for BAR frame transmission
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-agn-tx.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
b/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
index cdf9efda8acef13154a93b68df1c4ea0e6efe131..2fab2e31bf360004f427838d0bbfe57628edf430 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-agn-tx.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-agn-tx.c
@@
-161,7
+161,8
@@
static void iwlagn_tx_cmd_build_rate(struct iwl_priv *priv,
}
#endif
return;
- }
+ } else if (ieee80211_is_back_req(fc))
+ tx_cmd->tx_flags |= TX_CMD_FLG_STA_RATE_MSK;
/**
* If the current TX rate stored in mac80211 has the MCS bit set, it's