[WIRELESS] cfg80211: New wireless config infrastructure.
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 23 Apr 2007 19:20:05 +0000 (12:20 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:29:41 +0000 (22:29 -0700)
commit704232c2718c9d4b3375ec15a14fc0397970c449
tree6ffaa759ebaee36c4242bff6b7630f148efcaea3
parent2a5e1c0eb9efe26eed1dd072fe08de5797a7efd5
[WIRELESS] cfg80211: New wireless config infrastructure.

This patch creates the core cfg80211 code along with some sysfs bits.
This is a stripped down version to allow mac80211 to function, but
doesn't include any configuration yet except for creating and removing
virtual interfaces.

This patch includes the nl80211 header file but it only contains the
interface types which the cfg80211 interface for creating virtual
interfaces relies on.

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>
13 files changed:
CREDITS
MAINTAINERS
include/linux/Kbuild
include/linux/netdevice.h
include/linux/nl80211.h [new file with mode: 0644]
include/net/cfg80211.h [new file with mode: 0644]
include/net/wireless.h [new file with mode: 0644]
net/wireless/Kconfig
net/wireless/Makefile
net/wireless/core.c [new file with mode: 0644]
net/wireless/core.h [new file with mode: 0644]
net/wireless/sysfs.c [new file with mode: 0644]
net/wireless/sysfs.h [new file with mode: 0644]