Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300618
b: refs/heads/master
c: d17087e
h: refs/heads/master
v: v3
  • Loading branch information
Ben Greear authored and John W. Linville committed Apr 9, 2012
1 parent 4091a47 commit 2f2468e
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: 68d9e1fa24d9c7c2e527f49df8d18fb8cf0ec943
refs/heads/master: d17087e78d3961bd42f99cc3cf8cbf2d7d8ef55e
4 changes: 3 additions & 1 deletion trunk/net/mac80211/driver-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

static inline void check_sdata_in_driver(struct ieee80211_sub_if_data *sdata)
{
WARN_ON(!(sdata->flags & IEEE80211_SDATA_IN_DRIVER));
WARN(!(sdata->flags & IEEE80211_SDATA_IN_DRIVER),
"%s: Failed check-sdata-in-driver check, flags: 0x%x\n",
sdata->dev->name, sdata->flags);
}

static inline struct ieee80211_sub_if_data *
Expand Down

0 comments on commit 2f2468e

Please sign in to comment.