linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V9 1/2] cfg80211: Move the definition of struct mac_address up
@ 2013-01-18  5:48 Vasanthakumar Thiagarajan
  2013-01-18  5:48 ` [PATCH V9 2/2] cfg80211/nl80211: Enable drivers to implement MAC address based ACL Vasanthakumar Thiagarajan
  0 siblings, 1 reply; 6+ messages in thread
From: Vasanthakumar Thiagarajan @ 2013-01-18  5:48 UTC (permalink / raw)
  To: linville, johannes; +Cc: linux-wireless, Vasanthakumar Thiagarajan

struct mac_address will be used by ACL related configuration ops.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
---
 include/net/cfg80211.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index e5f085c..9cd9248 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -521,6 +521,10 @@ struct cfg80211_beacon_data {
 	size_t probe_resp_len;
 };
 
+struct mac_address {
+	u8 addr[ETH_ALEN];
+};
+
 /**
  * struct cfg80211_ap_settings - AP configuration
  *
@@ -2146,10 +2150,6 @@ struct ieee80211_iface_combination {
 	bool beacon_int_infra_match;
 };
 
-struct mac_address {
-	u8 addr[ETH_ALEN];
-};
-
 struct ieee80211_txrx_stypes {
 	u16 tx, rx;
 };
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-28  4:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-18  5:48 [PATCH V9 1/2] cfg80211: Move the definition of struct mac_address up Vasanthakumar Thiagarajan
2013-01-18  5:48 ` [PATCH V9 2/2] cfg80211/nl80211: Enable drivers to implement MAC address based ACL Vasanthakumar Thiagarajan
2013-01-18 21:30   ` Johannes Berg
2013-01-19  5:09     ` Vasanthakumar Thiagarajan
2013-01-25 17:39   ` Johannes Berg
2013-01-28  4:48     ` Vasanthakumar Thiagarajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).