diff options
Diffstat (limited to 'net/mac80211/ieee80211.c')
-rw-r--r-- | net/mac80211/ieee80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211.c b/net/mac80211/ieee80211.c index 1ddb8e1b6ab6..190917a74c3e 100644 --- a/net/mac80211/ieee80211.c +++ b/net/mac80211/ieee80211.c | |||
@@ -1663,7 +1663,7 @@ int ieee80211_register_hw(struct ieee80211_hw *hw) | |||
1663 | 1663 | ||
1664 | /* add one default STA interface */ | 1664 | /* add one default STA interface */ |
1665 | result = ieee80211_if_add(local->mdev, "wlan%d", NULL, | 1665 | result = ieee80211_if_add(local->mdev, "wlan%d", NULL, |
1666 | IEEE80211_IF_TYPE_STA); | 1666 | IEEE80211_IF_TYPE_STA, NULL); |
1667 | if (result) | 1667 | if (result) |
1668 | printk(KERN_WARNING "%s: Failed to add default virtual iface\n", | 1668 | printk(KERN_WARNING "%s: Failed to add default virtual iface\n", |
1669 | wiphy_name(local->hw.wiphy)); | 1669 | wiphy_name(local->hw.wiphy)); |