Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351745
b: refs/heads/master
c: c492db3
h: refs/heads/master
i:
  351743: b06b4f0
v: v3
  • Loading branch information
Johannes Berg committed Jan 3, 2013
1 parent 9bd8553 commit 83c69b4
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 91 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: 458f4f9e960b9a3b674c4b87d996eef186b1fe83
refs/heads/master: c492db370c17c428a0a58d3673294d4e99634b7d
2 changes: 2 additions & 0 deletions trunk/include/net/regulatory.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ enum environment_cap {
/**
* struct regulatory_request - used to keep track of regulatory requests
*
* @rcu_head: RCU head struct used to free the request
* @wiphy_idx: this is set if this request's initiator is
* %REGDOM_SET_BY_COUNTRY_IE or %REGDOM_SET_BY_DRIVER. This
* can be used by the wireless core to deal with conflicts
Expand Down Expand Up @@ -73,6 +74,7 @@ enum environment_cap {
* @list: used to insert into the reg_requests_list linked list
*/
struct regulatory_request {
struct rcu_head rcu_head;
int wiphy_idx;
enum nl80211_reg_initiator initiator;
enum nl80211_user_reg_hint_type user_reg_hint_type;
Expand Down
Loading

0 comments on commit 83c69b4

Please sign in to comment.