summaryrefslogtreecommitdiffstats
path: root/include/net/wireless.h
diff options
context:
space:
mode:
authorJohannes Berg2008-09-16 14:55:09 +0200
committerJohn W. Linville2008-09-24 22:18:00 +0200
commit60719ffd721f6764b7d07ca188c0d944a4330b69 (patch)
treea224d5a7538e070430aac3a8a8f9abb4b0cd9152 /include/net/wireless.h
parentmac80211: make master iface not wireless (diff)
downloadkernel-qcow2-linux-60719ffd721f6764b7d07ca188c0d944a4330b69.tar.gz
kernel-qcow2-linux-60719ffd721f6764b7d07ca188c0d944a4330b69.tar.xz
kernel-qcow2-linux-60719ffd721f6764b7d07ca188c0d944a4330b69.zip
cfg80211: show interface type
This patch makes cfg80211 show the interface in the nl80211 information about a specific interface. API users are required to keep the type updated (everything else is fairly complicated) but you will get a warning if you fail to keep it updated. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/wireless.h')
-rw-r--r--include/net/wireless.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/wireless.h b/include/net/wireless.h
index 0de7fde9f336..721efb363db7 100644
--- a/include/net/wireless.h
+++ b/include/net/wireless.h
@@ -223,9 +223,11 @@ struct wiphy {
* the netdev.)
*
* @wiphy: pointer to hardware description
+ * @iftype: interface type
*/
struct wireless_dev {
struct wiphy *wiphy;
+ enum nl80211_iftype iftype;
/* private to the generic wireless code */
struct list_head list;