summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-11-09[PATCH] b44: increase version numberFrancois Romieu1-2/+2
2005-11-09[PATCH] b44: race on device closingFrancois Romieu1-0/+11
2005-11-09[PATCH] b44: replace B44_FLAG_INIT_COMPLETE with netif_running()Francois Romieu2-5/+2
2005-11-09[wireless ipw2100] kill unused-var warnings for debug-disabled codeJeff Garzik1-0/+4
2005-11-09Merge rsync://bughost.org/repos/ipw-delta/Jeff Garzik4-2895/+7307
2005-11-09[PATCH] skge: increase version numberStephen Hemminger1-2/+2
2005-11-09[PATCH] skge: spelling fixesStephen Hemminger1-14/+14
2005-11-09[PATCH] skge: use prefetch on receiveStephen Hemminger1-7/+15
2005-11-09[PATCH] skge: goto low power mode on shutdownStephen Hemminger1-8/+20
2005-11-09[PATCH] skge: add mii ioctl supportStephen Hemminger1-58/+114
2005-11-09[PATCH] skge: use kzallocStephen Hemminger1-2/+1
2005-11-09[PATCH] skge: clear PCI PHY COMA mode on bootStephen Hemminger2-0/+12
2005-11-08Merge git://git.tuxdriver.com/git/netdev-jwlJeff Garzik14-113/+70
2005-11-08Merge branch 'master'Jeff Garzik491-18124/+18267
2005-11-08[PATCH] wireless net: Conversions of kmalloc/memset to kzallocPanagiotis Issaris6-39/+19
2005-11-08[PATCH] atmel: memset correct rangeAlexey Dobriyan1-1/+1
2005-11-08[PATCH] Fix sparse warning in e100 driver.Luiz Fernando Capitulino1-3/+3
2005-11-08[PATCH] prism54 : Transmit stats updated in wrong placeRoger While1-5/+5
2005-11-08[PATCH] prism54 : Unused variable / extraneous udelayRoger While1-8/+4
2005-11-08[PATCH] drivers/net/s2io.c: make functions staticAdrian Bunk1-20/+23
2005-11-08[PATCH] kill include/linux/eeprom.hAdrian Bunk1-11/+2
2005-11-08[PATCH] bonding: fix feature consolidationJay Vosburgh2-26/+13
2005-11-08Update version ipw2200 stamp to 1.0.8James Ketrenos1-1/+1
2005-11-08Updated firmware version stamp to 2.4 from 2.3 so it will use the latest firm...James Ketrenos1-1/+1
2005-11-08Fixed parameter reordering in firmware log routine.James Ketrenos1-1/+1
2005-11-08Fixed problem with not being able to send broadcast packets.Hong Liu1-3/+6
2005-11-08Added channel support for ipw2200 cards identified as 'ZZR'James Ketrenos1-1/+17
2005-11-08Removed warning about TKIP not being configured if countermeasures areJames Ketrenos2-16/+4
2005-11-08Fixes missed beacon logic in relation to on-network AP roaming.Ben Cahill2-7/+23
2005-11-08Removed legacy WIRELESS_EXT checks from ipw2200.cJames Ketrenos1-507/+1
2005-11-08Fix 'Driver using old /proc/net/wireless support, please fix driver !' message.Benoit Boissinot2-7/+14
2005-11-08Pulled out a stray KERNEL_VERSION check around the suspend handler.James Ketrenos1-4/+0
2005-11-08Updated driver version stamps for ipw2100 (1.1.3) and ipw2200 (1.0.7)James Ketrenos2-2/+2
2005-11-08Fixes WEP firmware error condition.Hong Liu1-18/+13
2005-11-08[Fix bug# 771] Too many (8) bytes recieved when using AES/hwcryptoZhu Yi1-8/+2
2005-11-08Fixes problem with WEP not working (association succeeds, but no Tx/Rx)Hong Liu1-0/+2
2005-11-08Removed PF_SYNCTHREAD legacy.James Ketrenos1-4/+1
2005-11-08Fixed problem with get_cmd_string not existing if CONFIG_IPW_DEBUG disabled.James Ketrenos1-2/+0
2005-11-08Card with WEP enabled and using shared-key auth will have firmwareHong Liu1-0/+10
2005-11-08Mixed PTK/GTK CCMP/TKIP support.Hong Liu1-13/+37
2005-11-08Fixed is_network_packet() to include checking for broadcast packets.Peter Jones1-5/+7
2005-11-08Adds radiotap support to ipw2200 in monitor mode..Mike Kershaw2-0/+186
2005-11-08Make all the places the firmware fails to load showerrors (in decimal,Peter Jones1-4/+4
2005-11-08Don't set hardware WEP if we are actually using TKIP/AES.Hong Liu1-2/+5
2005-11-08[Bug 760] Fix setting WEP key in monitor mode causes IV lost.Zhu Yi1-1/+1
2005-11-08[Bug 455] Fix frequent channel change generates firmware fatal error.Hong Liu1-6/+25
2005-11-08Added wait_state wakeup on scan completion.James Ketrenos2-1/+2
2005-11-08Updated ipw2200 to use the new ieee80211 callbacksJames Ketrenos1-26/+35
2005-11-08Migrated some of the channel verification code back into the driver toLiu Hong1-21/+152
2005-11-08Added cmdlog in non-debug systems.James Ketrenos2-14/+117