Following patches can be also obtained from: git://git.kernel.org/pub/scm/linux/kernel/git/jbenc/dscape.git master
The main purpose of these patches is to reduce the number of network interfaces presented to userspace; there are also some important bugfixes among them (mainly 3rd patch). Jiri Benc: d80211: fix SIOCGIWESSID ioctl d80211: use is_multicast_ether_addr d80211: fix Oops caused by packets sent directly to master device d80211: don't use pointer in ieee80211_tx_control d80211: per-interface SSID d80211: per-interface generic_elem d80211: get rid of default AP interface d80211: get rid of default management interface d80211: rename master interface d80211: add one default interface include/net/d80211.h | 35 +-- net/d80211/ieee80211.c | 436 ++++++++++++++++++++++++------------------- net/d80211/ieee80211_i.h | 34 ++- net/d80211/ieee80211_iface.c | 96 ++++++++- net/d80211/ieee80211_ioctl.c | 95 +++++---- net/d80211/ieee80211_proc.c | 9 net/d80211/ieee80211_sta.c | 3 net/d80211/ieee80211_sysfs.c | 3 net/d80211/wme.c | 3 9 files changed, 430 insertions(+), 284 deletions(-) -- Jiri Benc SUSE Labs - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html