Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275066
b: refs/heads/master
c: 54d5026
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Nov 4, 2011
1 parent 9b9c960 commit 940ef1f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f956c34e2a665a1c457d0af7db7604b22f5acb19
refs/heads/master: 54d5026e7c173edae8a27c293c286f1783d21ae8
3 changes: 2 additions & 1 deletion trunk/include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -3567,8 +3567,9 @@ rate_lowest_index(struct ieee80211_supported_band *sband,
return i;

/* warn when we cannot find a rate. */
WARN_ON(1);
WARN_ON_ONCE(1);

/* and return 0 (the lowest index) */
return 0;
}

Expand Down

0 comments on commit 940ef1f

Please sign in to comment.