22 Nov, 2006
1 commit
-
Fix up for make allyesconfig.
Signed-Off-By: David Howells
18 Mar, 2006
4 commits
-
Signed-off-by: Zhu Yi
Signed-off-by: John W. Linville -
semaphore to mutexes conversion.
the conversion was generated via scripts, and the result was validated
automatically via a script as well.build-tested.
Signed-off-by: Ingo Molnar
Signed-off-by: Zhu Yi
Signed-off-by: John W. Linville -
Signed-off-by: Stefan Rompf
Signed-off-by: Andrea Merello
Signed-off-by: Zhu Yi
Signed-off-by: John W. Linville -
Signed-off-by: Zhu Yi
Signed-off-by: John W. Linville
31 Jan, 2006
1 commit
-
Signed-off-by: Hong Liu
Signed-off-by: Zhu Yi
Signed-off-by: John W. Linville
01 Dec, 2005
1 commit
-
There are currently two IPW_DEBUG options in drivers/net/wireless/Kconfig
(one for ipw2100 and one for ipw2200). The attached patch splits it into
IPW2100_DEBUG and IPW2200_DEBUG.Signed-off-by: Brice Goglin
Cc: "James P. Ketrenos"
Cc: Jeff Garzik
Signed-off-by: Andrew Morton
Signed-off-by: Jeff Garzik
19 Nov, 2005
1 commit
-
ipw2100: Fix 'Driver using old /proc/net/wireless...' message
Wireless extensions moved the get_wireless_stats handler from being
in net_device into wireless_handler.A prior instance of this patch resolved the issue for the ipw2200.
This one fixes it for the ipw2100.Signed-off-by: Benoit Boissinot
Signed-off-by: James Ketrenos
Signed-off-by: John W. Linville
10 Nov, 2005
1 commit
09 Nov, 2005
1 commit
-
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\).hSigned-off-by: Olaf Hering
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
08 Nov, 2005
3 commits
-
priv->ieee->sec)
-
* Added WE-18 support. This allows the use of -Dext with wpa_supplicant
> 0.4.x (thanks to Hong Liu)
* Fixed #339 problem with iwconfig set/get txpower (thanks to Hong Liu)
* Fixed #598 problem when with error messages when module loaded with
'disable=1' (thanks to Hong Liu)
* Fixed #640 problem with 'iwlist retry' now showing min/max retry
* Fixed compatibility with wpa_supplicant and the new -Dipw interface
(that included a fix for 64-bit compatibility)
* Added CFG_CRC_CHECK which allows passing through packets with bad
CRCs while in monitor mode.Signed-off-by: James Ketrenos
-
No other changes.
Signed-off-by: James Ketrenos
22 Sep, 2005
1 commit
-
tree 992b203395c50342f1cced415acae6177344e270
parent c59bb604a2ff4e40232ff0422e7adc44e3b007a0
author James Ketrenos 1126714006 -0500
committer James Ketrenos 1127315910 -0500Updated ipw2100 to be compatible with ieee80211_hdr changes.
Signed-off-by: James Ketrenos
Signed-off-by: Jeff Garzik
26 Aug, 2005
1 commit
-
From: Adrian Bunk
This patch contains the following possible cleanups:
- make needlessly global code static
- remove the unused IPW_DEBUG_ENABLEDSigned-off-by: Adrian Bunk
Signed-off-by: Jiri Benc
28 Jun, 2005
3 commits
-
There are several never used macros in ipw2100. This removes them.
Signed-off-by: Pavel Machek
Signed-off-by: Andrew Morton -
ipw2100 still has support for old kernels. Thats considered bad for patch in
mainline... this fixes few instances.Signed-off-by: Pavel Machek
Signed-off-by: Andrew Morton -
This removes up various code/defines that was just commented out
instead of being deleted.
28 May, 2005
2 commits
-
s/ieee80211_header_data/ieee80211_hdr_3addr/