Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.30-rc5 11 lines 446 B view raw
1obj-$(CONFIG_WIRELESS_EXT) += wext.o 2obj-$(CONFIG_CFG80211) += cfg80211.o 3obj-$(CONFIG_LIB80211) += lib80211.o 4obj-$(CONFIG_LIB80211_CRYPT_WEP) += lib80211_crypt_wep.o 5obj-$(CONFIG_LIB80211_CRYPT_CCMP) += lib80211_crypt_ccmp.o 6obj-$(CONFIG_LIB80211_CRYPT_TKIP) += lib80211_crypt_tkip.o 7 8cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o mlme.o 9cfg80211-$(CONFIG_WIRELESS_EXT) += wext-compat.o 10 11ccflags-y += -D__CHECK_ENDIAN__