Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278717
b: refs/heads/master
c: 8a0f2ee
h: refs/heads/master
i:
  278715: 8eebf58
v: v3
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Nov 8, 2011
1 parent 73c5569 commit e0db778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bfafba8a4c61841ab850887d6dfe2741ad037ab6
refs/heads/master: 8a0f2ee37810aa4a4f46baf08b2ad587e138eb58
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/wl12xx/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,9 @@ static void wl1271_tx_fill_hdr(struct wl1271 *wl, struct wl12xx_vif *wlvif,
/* if the packets are destined for AP (have a STA entry)
send them with AP rate policies, otherwise use default
basic rates */
if (control->control.sta)
if (control->flags & IEEE80211_TX_CTL_NO_CCK_RATE)
rate_idx = wlvif->sta.p2p_rate_idx;
else if (control->control.sta)
rate_idx = wlvif->sta.ap_rate_idx;
else
rate_idx = wlvif->sta.basic_rate_idx;
Expand Down

0 comments on commit e0db778

Please sign in to comment.