Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214882
b: refs/heads/master
c: 9c655c8
h: refs/heads/master
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Sep 28, 2010
1 parent 62f4718 commit 3839357
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cb139ecc0c030e8ccc736bd86cfef502c200825a
refs/heads/master: 9c655c8be9053a65886ac3e06420399a9bfdbd70
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/carl9170/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ static int carl9170_op_ampdu_action(struct ieee80211_hw *hw,

switch (action) {
case IEEE80211_AMPDU_TX_START:
if (WARN_ON_ONCE(!sta_info->ht_sta))
if (!sta_info->ht_sta)
return -EOPNOTSUPP;

rcu_read_lock();
Expand Down

0 comments on commit 3839357

Please sign in to comment.