Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352275
b: refs/heads/master
c: 6d45a74
h: refs/heads/master
i:
  352273: 9a00562
  352271: 9fb510a
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and Johannes Berg committed Jan 25, 2013
1 parent b70b32d commit daccfb6
Show file tree
Hide file tree
Showing 2 changed files with 5 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: fe80123d83d1f9abca426914f768048e601f54db
refs/heads/master: 6d45a74b1f2e42e41c9931bfb35cdb789d0bb3ea
8 changes: 4 additions & 4 deletions trunk/include/net/cfg80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,10 @@ struct cfg80211_beacon_data {
size_t probe_resp_len;
};

struct mac_address {
u8 addr[ETH_ALEN];
};

/**
* struct cfg80211_ap_settings - AP configuration
*
Expand Down Expand Up @@ -2181,10 +2185,6 @@ struct ieee80211_iface_combination {
u8 radar_detect_widths;
};

struct mac_address {
u8 addr[ETH_ALEN];
};

struct ieee80211_txrx_stypes {
u16 tx, rx;
};
Expand Down

0 comments on commit daccfb6

Please sign in to comment.