summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-11-08Added more useful geography encoding so people's experience withJames Ketrenos1-20/+259
2005-11-08Fixed some compiler issues if CONFIG_IPW2200_QOS is enabled.James Ketrenos1-7/+6
2005-11-08Updated to support ieee80211 callback to is_queue_full for 802.11eJames Ketrenos1-9/+31
2005-11-08Changed default # of missed beacons to miss before disassociation to 24James Ketrenos1-1/+1
2005-11-08[Bug 637] Set tx power for A band.Liu Hong1-3/+28
2005-11-08[bug 667] Fix the notorious "No space for Tx" bug.Zhu Yi2-23/+24
2005-11-08Fix is_duplicate_packet() bug for fragmentation number setting.Zhu Yi1-1/+1
2005-11-08Fix hardware encryption (both WEP and AES) doesn't work with fragmentation.Zhu Yi1-2/+8
2005-11-08Catch ipw2200 up to equivelancy with v1.0.5James Ketrenos2-429/+1105
2005-11-08Move code from ipw2100_wpa_enable to IPW2100_PARAM_DROP_UNENCRYPTED toZhu Yi1-3/+21
2005-11-08[Bug 339] Fix ipw2100 iwconfig set/get txpower.Liu Hong1-7/+6
2005-11-08Fixed WEP on ipw2100 (priv->sec was being used instead of2-48/+51
2005-11-08Catch ipw2100 up to equivelancy with v1.1.1James Ketrenos2-137/+451
2005-11-08Catch ipw2200 up to equivelancy with v1.0.4James Ketrenos2-792/+2085
2005-11-08Catch ipw2200 up to equivelancy with v1.0.3James Ketrenos2-178/+668
2005-11-08Catch ipw2200 up to equivelancy with v1.0.2James Ketrenos2-262/+773
2005-11-08Catch ipw2200 up to equivelancy with v1.0.1James Ketrenos2-371/+1148
2005-11-08IPW_DEBUG has already included DRV_NAME, remove double prefix print.Zhu Yi1-9/+7
2005-11-08Ran scripts/Lindent on drivers/net/wireless/ipw2{1,2}00.{c,h}James Ketrenos2-1218/+1155
2005-11-08Update version ieee80211 stamp to 1.1.7James Ketrenos1-1/+1
2005-11-08Fix problem with WEP unicast key > index 0Volker Braun1-2/+4
2005-11-08scripts/Lindent on ieee80211 subsystem.James Ketrenos1-3/+5
2005-11-07[PATCH] b44: late request_irq in b44_openFrancois Romieu1-13/+9
2005-11-07[PATCH] b44: s/spin_lock_irqsave/spin_lock/ in b44_interruptFrancois Romieu1-3/+2
2005-11-07[PATCH] b44: expose counters through ethtoolFrancois Romieu2-21/+98
2005-11-07[PATCH] b44: miscellaneous cleanupFrancois Romieu1-39/+28
2005-11-07[PATCH] b44: b44_start_xmit returns with a lock held when it fails allocatingFrancois Romieu1-6/+11
2005-11-07Merge branch 'master'Jeff Garzik85-1378/+3722
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds3-12/+15
2005-11-07Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds8-123/+182
2005-11-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds14-28/+391
2005-11-07Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds8-3/+185
2005-11-07[PATCH] ppc64: support 64k pagesBenjamin Herrenschmidt52-1212/+2949
2005-11-07[ARM] Fix /proc/cpuinfo format for ARM SMPRussell King1-1/+6
2005-11-06[ARM] Don't call dump_cpu_info unless we're bootingRussell King1-1/+2
2005-11-06[ARM] Fix second missing declaration of cache_is_vivt()Russell King2-1/+1
2005-11-06[ARM] Fix missing declaration of cache_is_vivt()Russell King1-0/+1
2005-11-06[ARM] Fix another use of // as a commentRussell King1-1/+1
2005-11-06[ARM] 3113/1: PXA: Allow machines to override (and also reuse) pxa pm functionsRichard Purdie2-4/+24
2005-11-06[ARM] 3115/1: small optimizations to exception vector entry codeNicolas Pitre1-8/+7
2005-11-06[ARM] 3114/1: use ixp2000_reg_wrb in ixp2000 uengine loaderLennert Buytenhek1-6/+5
2005-11-06[ARM] 3089/1: ixp4xx AHB/PCI endianness fixAlessandro Zummo1-1/+1
2005-11-06[ARM] 3088/1: PXA: Add machine support for the Sharp SL-6000x series of PDAsDirk Opfer5-2/+341
2005-11-06kconfig: fix xconfig on fedora 2 & 3 (x86_64)Sam Ravnborg1-5/+10
2005-11-06[PATCH] kbuild: permanently fix kernel configuration include messRussell King2-7/+5
2005-11-06[SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.Pantelis Antoniou8-3/+185
2005-11-06[netdrvr s2io] warning fixesJeff Garzik1-6/+4
2005-11-06[netdrvr] fac_8xx build fixJeff Garzik1-1/+1
2005-11-06Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik16-16/+0
2005-11-06Merge git://git.tuxdriver.com/git/netdev-jwlJeff Garzik18-1742/+3159