1
0
Fork 0

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>
hifive-unleashed-5.1
Vasanthakumar Thiagarajan 2013-01-18 11:18:44 +05:30 committed by Johannes Berg
parent fe80123d83
commit 6d45a74b1f
1 changed files with 4 additions and 4 deletions

View 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;
};