Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342140
b: refs/heads/master
c: 50c16e2
h: refs/heads/master
v: v3
  • Loading branch information
Chaitanya authored and Johannes Berg committed Dec 7, 2012
1 parent 44eda52 commit 7679d7d
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: 0b7dff4faed07f55be2a98dd0eafc02623174236
refs/heads/master: 50c16e2251b63224c05e35d80d434a479a312b4a
2 changes: 1 addition & 1 deletion trunk/net/mac80211/agg-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid,

trace_api_start_tx_ba_session(pubsta, tid);

if (WARN_ON(!local->ops->ampdu_action))
if (WARN_ON_ONCE(!local->ops->ampdu_action))
return -EINVAL;

if ((tid >= IEEE80211_NUM_TIDS) ||
Expand Down

0 comments on commit 7679d7d

Please sign in to comment.