- 26 8月, 2005 2 次提交
-
-
由 Jiri Benc 提交于
This removes one trap for a programmer, few unused macros, and one unused struct. Signed-off-by: NPavel Machek <pavel@suse.cz> Signed-off-by: NJiri Benc <jbenc@suse.cz>
-
由 Jiri Benc 提交于
Signed-off-by: NPavel Machek <pavel@suse.cz> Signed-off-by: NJiri Benc <jbenc@suse.cz>
-
- 15 8月, 2005 1 次提交
-
-
由 Jouni Malinen 提交于
IEEE 802.11 has a capability field flag called ESS, but ieee80211 had renamed this to BSS for some reason. hostap has been using WLAN_CAPABILITY_ESS and since that matches with the standard, lets use it as the name for this define. Add WLAN_CAPABILITY_BSS as a backwards compatibility name for the same bit since ieee80211 and ipw2200 are using this and there are versions outside kernel tree that expect to find this define name. Signed-off-by: NJouni Malinen <jkmaline@cc.hut.fi> Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
-
- 01 8月, 2005 1 次提交
-
-
由 Jeff Garzik 提交于
-
- 28 6月, 2005 4 次提交
-
-
由 Jeff Garzik 提交于
-
由 Andrew Morton 提交于
More fixes for greg depredations. Also nuke lots of pointless typecasts. All this new wireless code adds near-infinite amounts of trailing whitespace. Cc: Jeff Garzik <jgarzik@pobox.com> Cc: Greg KH <greg@kroah.com> Signed-off-by: NAndrew Morton <akpm@osdl.org>
-
由 Tobias Klauser 提交于
Use the DMA_32BIT_MASK constant from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() instead of custom macros. This patch includes dma-mapping.h explicitly because it caused errors on some architectures otherwise. See http://marc.theaimsgroup.com/?t=108001993000001&r=1&w=2 for details Signed-off-by: NTobias Klauser <tklauser@nuerscht.ch> Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: NAndrew Morton <akpm@osdl.org>
-
由 Jiri Benc 提交于
On Mon, 06 Jun 2005 14:29:52 +0800, Zhu Yi wrote: > ("%zd", sizeof()) should be better. Thanks. This is a corrected version of the patch. This patch fixes warnings when compiling ipw2100 and ipw2200 on x86_64. Signed-off-by: NJiri Benc <jbenc@suse.cz> Signed-off-by: NJirka Bohac <jbohac@suse.cz>
-
- 28 5月, 2005 1 次提交
-
-
由 James Ketrenos 提交于
-