diff options
author | Luis Carlos Cobo <luisca@cozybit.com> | 2008-02-23 09:17:11 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-06 15:30:41 -0500 |
commit | ee3858551ae6d044578f598f8001db5f1a9fd52e (patch) | |
tree | 5a9b61aecccb65210e29850c34801f3cfe6259a9 /net/mac80211/ieee80211.c | |
parent | 33b64eb2b1b1759cbdafbe5c59df652f1e7c746e (diff) |
mac80211: mesh data structures and first mesh changes
Includes integration in struct sta_info of mesh peer link elements, previously
on their own mesh peer link table.
Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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)); |