Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258447
b: refs/heads/master
c: 16c929d
h: refs/heads/master
i:
  258445: 55f047f
  258443: e64e3f7
  258439: 5365c61
  258431: 8b804a1
v: v3
  • Loading branch information
Yogesh Ashok Powar authored and John W. Linville committed Jul 15, 2011
1 parent 72d1fbf commit 5554ed3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 5a865bad44984de245d20bfb7cff99993e8e8294
refs/heads/master: 16c929df0895e6f52f4a0f17683d709f5fef95d8
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -1891,9 +1891,9 @@ mwl8k_txq_xmit(struct ieee80211_hw *hw, int index, struct sk_buff *skb)

txpriority = index;

if (ieee80211_is_data_qos(wh->frame_control) &&
skb->protocol != cpu_to_be16(ETH_P_PAE) &&
sta->ht_cap.ht_supported && priv->ap_fw) {
if (priv->ap_fw && sta && sta->ht_cap.ht_supported
&& skb->protocol != cpu_to_be16(ETH_P_PAE)
&& ieee80211_is_data_qos(wh->frame_control)) {
tid = qos & 0xf;
mwl8k_tx_count_packet(sta, tid);
spin_lock(&priv->stream_lock);
Expand Down

0 comments on commit 5554ed3

Please sign in to comment.