]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] wireless: Add softmac layer to the kernel
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 4 Jan 2006 15:32:16 +0000 (16:32 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 23 Mar 2006 03:16:50 +0000 (22:16 -0500)
commit370121e5190a86a2d8a717ecd6f33028c7dc6fd4
tree2bd809d8dea7a831f9c47d06572e98194bfc0ccc
parent1c2e02750b992703a8a18634e08b04353face243
[PATCH] wireless: Add softmac layer to the kernel

Signed-off-by: John W. Linville <linville@tuxdriver.com>
13 files changed:
include/net/ieee80211softmac.h [new file with mode: 0644]
include/net/ieee80211softmac_wx.h [new file with mode: 0644]
net/ieee80211/Kconfig
net/ieee80211/softmac/Kconfig [new file with mode: 0644]
net/ieee80211/softmac/Makefile [new file with mode: 0644]
net/ieee80211/softmac/ieee80211softmac_assoc.c [new file with mode: 0644]
net/ieee80211/softmac/ieee80211softmac_auth.c [new file with mode: 0644]
net/ieee80211/softmac/ieee80211softmac_event.c [new file with mode: 0644]
net/ieee80211/softmac/ieee80211softmac_io.c [new file with mode: 0644]
net/ieee80211/softmac/ieee80211softmac_module.c [new file with mode: 0644]
net/ieee80211/softmac/ieee80211softmac_priv.h [new file with mode: 0644]
net/ieee80211/softmac/ieee80211softmac_scan.c [new file with mode: 0644]
net/ieee80211/softmac/ieee80211softmac_wx.c [new file with mode: 0644]