deliverable/linux.git
19 years ago[wireless] ipw2100: fix build after applying SuSE cleanups
Jeff Garzik [Sat, 28 May 2005 02:53:55 +0000 (22:53 -0400)] 
[wireless] ipw2100: fix build after applying SuSE cleanups

s/ieee80211_header_data/ieee80211_hdr_3addr/

19 years ago[PATCH] ieee80211: cleanup
Jiri Benc [Tue, 24 May 2005 13:10:18 +0000 (15:10 +0200)] 
[PATCH] ieee80211: cleanup

Cleanup of unused and duplicated constants and structures in the ieee80211
header.

Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: Jirka Bohac <jbohac@suse.cz>
19 years ago[PATCH] fix IEEE80211_CRYPT_* selects
Adrian Bunk [Fri, 6 May 2005 22:54:49 +0000 (00:54 +0200)] 
[PATCH] fix IEEE80211_CRYPT_* selects

Some of the options didn't obey the most important rule of select

  If you select something, you have to ensure that the dependencies
  of what you do select are fulfilled.

resulting in the following compile error:

<--  snip  -->

...
  LD      .tmp_vmlinux1
crypto/built-in.o(.init.text+0x31b): In function `aes_init':
: undefined reference to `crypto_register_alg'
crypto/built-in.o(.init.text+0x326): In function `michael_mic_init':
: undefined reference to `crypto_register_alg'
crypto/built-in.o(.exit.text+0x6): In function `aes_fini':
: undefined reference to `crypto_unregister_alg'
crypto/built-in.o(.exit.text+0x16): In function `michael_mic_exit':
: undefined reference to `crypto_unregister_alg'
net/built-in.o(.text+0x5ba52): In function `ieee80211_ccmp_init':
: undefined reference to `crypto_alloc_tfm'
net/built-in.o(.text+0x5ba94): In function `ieee80211_ccmp_init':
: undefined reference to `crypto_free_tfm'
net/built-in.o(.text+0x5bab7): In function `ieee80211_ccmp_deinit':
: undefined reference to `crypto_free_tfm'
net/built-in.o(.text+0x5c5c2): In function `ieee80211_tkip_init':
: undefined reference to `crypto_alloc_tfm'
net/built-in.o(.text+0x5c5d5): In function `ieee80211_tkip_init':
: undefined reference to `crypto_alloc_tfm'
net/built-in.o(.text+0x5c623): In function `ieee80211_tkip_init':
: undefined reference to `crypto_free_tfm'
net/built-in.o(.text+0x5c62a): In function `ieee80211_tkip_init':
: undefined reference to `crypto_free_tfm'
net/built-in.o(.text+0x5c65e): In function `ieee80211_tkip_deinit':
: undefined reference to `crypto_free_tfm'
net/built-in.o(.text+0x5c665): In function `ieee80211_tkip_deinit':
: undefined reference to `crypto_free_tfm'
make: *** [.tmp_vmlinux1] Error 1

<--  snip  -->

This patch adds the missing selects of CRYPTO (similar to how
IEEE80211_CRYPT_WEP already does it).

Yes, you could argue whether CRYPTO should be select'ed by the CRYPTO_*
options, but with the current CRYPTO* dependencies this patch is
required.

19 years ago[PATCH] net/ieee80211/: make two functions static
Adrian Bunk [Fri, 6 May 2005 21:32:39 +0000 (23:32 +0200)] 
[PATCH] net/ieee80211/: make two functions static

This patch makes two needlessly global functions static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
19 years ago[PATCH] zd1201 fixes
Al Viro [Tue, 26 Apr 2005 17:43:05 +0000 (18:43 +0100)] 
[PATCH] zd1201 fixes

In netdev-2.6 we need to update zd1201.c since we don't have
driver/net/wireless/ieee802_11.h anymore.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
19 years ago[PATCH] ieee80211_module.c::store_debug_level() cleanup
Al Viro [Sun, 3 Apr 2005 08:15:52 +0000 (09:15 +0100)] 
[PATCH] ieee80211_module.c::store_debug_level() cleanup

* trivial __user annotations
* store_debug_level() sanitized a bit
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
19 years agoAutomatic merge of /spare/repo/netdev-2.6 branch we18