Skip to content

Commit

Permalink
cfg80211: Move the definition of struct mac_address up
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vasanthakumar Thiagarajan authored and Johannes Berg committed Jan 25, 2013
1 parent fe80123 commit 6d45a74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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 6d45a74

Please sign in to comment.