]> git.baikalelectronics.ru Git - kernel.git/commit
lib80211: absorb crypto bits from net/ieee80211
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 29 Oct 2008 15:35:05 +0000 (11:35 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 21 Nov 2008 16:08:17 +0000 (11:08 -0500)
commit26f364b2ed55caadf56436c3cec0390ea8c23434
tree04cd3f6a062496911b56737daa6a0858b769ccd6
parentaf61b11719970d2e3b38aed80d2da74a2149a988
lib80211: absorb crypto bits from net/ieee80211

These bits are shared already between ipw2x00 and hostap, and could
probably be shared both more cleanly and with other drivers.  This
commit simply relocates the code to lib80211 and adjusts the drivers
appropriately.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
33 files changed:
drivers/net/wireless/hostap/Kconfig
drivers/net/wireless/hostap/hostap.h
drivers/net/wireless/hostap/hostap_80211.h
drivers/net/wireless/hostap/hostap_80211_rx.c
drivers/net/wireless/hostap/hostap_80211_tx.c
drivers/net/wireless/hostap/hostap_ap.c
drivers/net/wireless/hostap/hostap_ap.h
drivers/net/wireless/hostap/hostap_hw.c
drivers/net/wireless/hostap/hostap_ioctl.c
drivers/net/wireless/hostap/hostap_main.c
drivers/net/wireless/hostap/hostap_proc.c
drivers/net/wireless/hostap/hostap_wlan.h
drivers/net/wireless/ipw2100.c
drivers/net/wireless/ipw2200.c
include/net/ieee80211.h
include/net/ieee80211_crypt.h [deleted file]
include/net/lib80211.h
net/ieee80211/Kconfig
net/ieee80211/Makefile
net/ieee80211/ieee80211_crypt.c [deleted file]
net/ieee80211/ieee80211_crypt_ccmp.c [deleted file]
net/ieee80211/ieee80211_crypt_tkip.c [deleted file]
net/ieee80211/ieee80211_crypt_wep.c [deleted file]
net/ieee80211/ieee80211_module.c
net/ieee80211/ieee80211_rx.c
net/ieee80211/ieee80211_tx.c
net/ieee80211/ieee80211_wx.c
net/wireless/Kconfig
net/wireless/Makefile
net/wireless/lib80211.c
net/wireless/lib80211_crypt_ccmp.c [new file with mode: 0644]
net/wireless/lib80211_crypt_tkip.c [new file with mode: 0644]
net/wireless/lib80211_crypt_wep.c [new file with mode: 0644]