From daccfb6a52e914009bf30595e7a98491a67a6f94 Mon Sep 17 00:00:00 2001 From: Vasanthakumar Thiagarajan Date: Fri, 18 Jan 2013 11:18:44 +0530 Subject: [PATCH] --- yaml --- r: 352275 b: refs/heads/master c: 6d45a74b1f2e42e41c9931bfb35cdb789d0bb3ea h: refs/heads/master i: 352273: 9a00562f2e95af5d0e06e156c0c74e0701872c79 352271: 9fb510a1cd68917da4f0fda65c189ef27bb38f07 v: v3 --- [refs] | 2 +- trunk/include/net/cfg80211.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 3e26364b1875..c74ae887595b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fe80123d83d1f9abca426914f768048e601f54db +refs/heads/master: 6d45a74b1f2e42e41c9931bfb35cdb789d0bb3ea diff --git a/trunk/include/net/cfg80211.h b/trunk/include/net/cfg80211.h index 970da4420676..183033789e69 100644 --- a/trunk/include/net/cfg80211.h +++ b/trunk/include/net/cfg80211.h @@ -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 * @@ -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; };