Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/ieee80211
Johannes Berg 4acf074971 make ieee80211 invisible
This makes CONFIG_IEEE80211 invisible. The drivers that require it
(ipw2100, ipw2200, hostap) select it, and everybody else really
shouldn't even think about using it. Also, since there really is
no point in compiling anything without crypto support these days,
remove the crypto options and just enable them, leaving only the
debugging option which only shows up when a driver is select that
requires it. This makes it hard to enable, but most people wouldn't
want to anyway.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-10-31 19:00:25 -04:00
..
ieee80211_crypt.c
ieee80211_crypt_ccmp.c net: convert print_mac to %pM 2008-10-27 17:06:18 -07:00
ieee80211_crypt_tkip.c net: convert print_mac to %pM 2008-10-27 17:06:18 -07:00
ieee80211_crypt_wep.c
ieee80211_geo.c
ieee80211_module.c net/ieee80211: adjust error handling 2008-08-22 16:29:49 -04:00
ieee80211_rx.c net: convert print_mac to %pM 2008-10-27 17:06:18 -07:00
ieee80211_tx.c remove ieee80211_tx_frame() 2008-05-07 15:02:14 -04:00
ieee80211_wx.c net: convert print_mac to %pM 2008-10-27 17:06:18 -07:00
Kconfig make ieee80211 invisible 2008-10-31 19:00:25 -04:00
Makefile