cfg80211: Move the definition of struct mac_address up
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Fri, 18 Jan 2013 05:48:44 +0000 (11:18 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 25 Jan 2013 17:14:52 +0000 (18:14 +0100)
struct mac_address will be used by ACL related configuration ops.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h

index 970da442067615ab49526397ef559c0ec5c740ea..183033789e696a714b519699d68843500581ca4d 100644 (file)
@@ -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;
 };