aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>2013-01-18 00:48:44 -0500
committerJohannes Berg <johannes.berg@intel.com>2013-01-25 12:14:52 -0500
commit6d45a74b1f2e42e41c9931bfb35cdb789d0bb3ea (patch)
tree2629c3a1c929741eb90bf9e56379e76560c18375 /include/net/cfg80211.h
parentfe80123d83d1f9abca426914f768048e601f54db (diff)
cfg80211: Move the definition of struct mac_address up
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>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 970da4420676..183033789e69 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -527,6 +527,10 @@ struct cfg80211_beacon_data {
527 size_t probe_resp_len; 527 size_t probe_resp_len;
528}; 528};
529 529
530struct mac_address {
531 u8 addr[ETH_ALEN];
532};
533
530/** 534/**
531 * struct cfg80211_ap_settings - AP configuration 535 * struct cfg80211_ap_settings - AP configuration
532 * 536 *
@@ -2181,10 +2185,6 @@ struct ieee80211_iface_combination {
2181 u8 radar_detect_widths; 2185 u8 radar_detect_widths;
2182}; 2186};
2183 2187
2184struct mac_address {
2185 u8 addr[ETH_ALEN];
2186};
2187
2188struct ieee80211_txrx_stypes { 2188struct ieee80211_txrx_stypes {
2189 u16 tx, rx; 2189 u16 tx, rx;
2190}; 2190};