diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-20 13:09:35 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:52:14 -0400 |
commit | 556829657397b9b05baec6691ead4e22ee8d1567 (patch) | |
tree | 44242431553e5e22c0bceaab7a06d9d7bf0dd2f6 /net/mac80211/ieee80211_cfg.c | |
parent | 0800f170263d19b882e519441156c5f6ed190fc1 (diff) |
[NL80211]: add netlink interface to cfg80211
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/ieee80211_cfg.c')
-rw-r--r-- | net/mac80211/ieee80211_cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_cfg.c b/net/mac80211/ieee80211_cfg.c index b1c13bc9c3ca..d6fc55cc8ad4 100644 --- a/net/mac80211/ieee80211_cfg.c +++ b/net/mac80211/ieee80211_cfg.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #include "ieee80211_cfg.h" | 14 | #include "ieee80211_cfg.h" |
15 | 15 | ||
16 | static int ieee80211_add_iface(struct wiphy *wiphy, char *name, | 16 | static int ieee80211_add_iface(struct wiphy *wiphy, char *name, |
17 | unsigned int type) | 17 | enum nl80211_iftype type) |
18 | { | 18 | { |
19 | struct ieee80211_local *local = wiphy_priv(wiphy); | 19 | struct ieee80211_local *local = wiphy_priv(wiphy); |
20 | int itype; | 20 | int itype; |