diff options
Diffstat (limited to 'net/mac80211')
-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; |