Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149936
b: refs/heads/master
c: 7edfab7
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Apr 22, 2009
1 parent c4b3e8e commit 99e8231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 4312a86b6840bca503603e918996b139fa3293ba
refs/heads/master: 7edfab7adef45a09b459cb7f5957f476108f5e77
5 changes: 1 addition & 4 deletions trunk/net/wireless/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ bool wiphy_idx_valid(int wiphy_idx)
extern struct mutex cfg80211_mutex;
extern struct list_head cfg80211_drv_list;

static inline void assert_cfg80211_lock(void)
{
WARN_ON(!mutex_is_locked(&cfg80211_mutex));
}
#define assert_cfg80211_lock() WARN_ON(!mutex_is_locked(&cfg80211_mutex))

/*
* You can use this to mark a wiphy_idx as not having an associated wiphy.
Expand Down

0 comments on commit 99e8231

Please sign in to comment.