dect
/
linux-2.6
Archived
13
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/drivers/net/wireless/hostap
Olaf Hering 733482e445 [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
This patch removes almost all inclusions of linux/version.h.  The 3
#defines are unused in most of the touched files.

A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
unfortunatly in linux/version.h.

There are also lots of #ifdef for long obsolete kernels, this was not
touched.  In a few places, the linux/version.h include was move to where
the LINUX_VERSION_CODE was used.

quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`

search pattern:
/UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-09 07:55:57 -08:00
..
Kconfig [wireless hostap] automatically select ieee80211 dependency in Kconfig 2005-09-02 04:44:25 -04:00
Makefile [PATCH] hostap: Replace crypto code with net/ieee80211 version 2005-07-31 00:28:02 -04:00
hostap.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
hostap.h [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE} 2005-08-14 23:07:30 -04:00
hostap_80211.h [PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdr 2005-08-14 23:07:30 -04:00
hostap_80211_rx.c [PATCH] hostap: Add support for WE-19 2005-09-24 03:33:51 -04:00
hostap_80211_tx.c [PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changes 2005-09-21 23:07:15 -04:00
hostap_ap.c [PATCH] hostap: Add support for WE-19 2005-09-24 03:33:51 -04:00
hostap_ap.h [PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changes 2005-09-21 23:07:15 -04:00
hostap_common.h [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones 2005-08-15 00:29:20 -04:00
hostap_config.h [PATCH] hostap: Update version 2005-08-28 19:25:02 -04:00
hostap_cs.c [PATCH] hostap: Do not free local->hw_priv before unregistering netdev 2005-10-03 22:00:08 -04:00
hostap_download.c Add HostAP wireless driver. 2005-05-12 22:54:16 -04:00
hostap_hw.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
hostap_info.c [PATCH] hostap update 2005-07-30 18:17:23 -04:00
hostap_ioctl.c drivers/net: Remove pointless checks for NULL prior to calling kfree() 2005-10-28 16:53:13 -04:00
hostap_pci.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
hostap_plx.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
hostap_proc.c [PATCH] hostap update 2005-07-30 18:17:23 -04:00
hostap_wlan.h [PATCH] hostap: Remove hw specific dev_open/close handlers 2005-10-03 22:00:08 -04:00