summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-10-27iwmc3200wifi: Try shared auth when open WEP failsSamuel Ortiz4-6/+53
2009-10-27iwmc3200wifi: Do not handle wifi command if the interface is not readySamuel Ortiz1-0/+5
2009-10-27iwmc3200wifi: Check for cmd pointer before dereferencing itSamuel Ortiz1-2/+8
2009-10-27iwmc3200wifi: SDIO disable race fixSamuel Ortiz1-2/+2
2009-10-27iwmc3200wifi: Tx power settingSamuel Ortiz3-1/+30
2009-10-27iwmc3200wifi: Update fixed size config definitionsSamuel Ortiz1-2/+58
2009-10-27iwmc3200wifi: Update statistics notification structureSamuel Ortiz1-0/+5
2009-10-27iwmc3200wifi: Improve rx debugSamuel Ortiz1-2/+5
2009-10-27iwmc3200wifi: Profile flags can be WPA1 or WPA2 not bothSamuel Ortiz1-3/+3
2009-10-27iwmc3200wifi: CT kill supportSamuel Ortiz8-1/+55
2009-10-27iwmc3200wifi: WPS supportSamuel Ortiz2-0/+10
2009-10-27iwmc3200wifi: allow joining an existed IBSS networkZhu Yi1-20/+2
2009-10-27iwmc3200wifi: add BGN sdio device idZhu Yi1-2/+4
2009-10-27rt2x00: Implement support for rt2800pciIvo van Doorn5-0/+5317
2009-10-27rt2x00: Add rt2x00soc bus moduleIvo van Doorn4-0/+216
2009-10-27wl1251: use ieee80211_rx_ni()Kalle Valo1-1/+1
2009-10-27b43: Optimize PIO scratchbuffer usageMichael Buesch3-46/+51
2009-10-27wl1251: add support for PG11 chips.David-John Willis1-0/+3
2009-10-27wl1271: added missing packed modifier in some cmd structsLuciano Coelho1-3/+3
2009-10-27wl1271: fix endianess issuesLuciano Coelho15-304/+318
2009-10-27wl1271: added missing packed modifier in some acx structsLuciano Coelho1-5/+5
2009-10-27wl1271: fix sparse warnings about undeclared functionsLuciano Coelho2-5/+8
2009-10-27wl1271: Set IEEE80211_FCTL_TODS in the null data templateJuuso Oikarinen1-1/+2
2009-10-27ath5k: use noise calibration from madwifi halBob Copeland5-80/+148
2009-10-27ath9k: adjust ahb callbacks to new struct layout to avoid compile errorsMarek Lindner1-4/+2
2009-10-27libertas: make __lbs_cmd_async() non-staticHolger Schurig2-1/+6
2009-10-27wl1251: rename spi device to wl1251Kalle Valo2-2/+2
2009-10-27wl1271: Fix filter configurationJuuso Oikarinen2-109/+51
2009-10-27wl1271: make sure PS is disabled in PLTLuciano Coelho1-0/+6
2009-10-27wl1271: Correct memory handling for FW bootJuuso Oikarinen1-3/+8
2009-10-27wl1271: Remove unnecessary rx_descriptor memory allocationJuuso Oikarinen2-14/+0
2009-10-27wl1271: Support for IPv4 ARP filteringJuuso Oikarinen4-0/+157
2009-10-27wl1271: Fix event handling mechanismJuuso Oikarinen3-11/+14
2009-10-27wl1271: Fix multicast list handlingJuuso Oikarinen1-1/+2
2009-10-27wl1271: Checking of rx descriptor status fixedTeemu Paasikivi1-8/+3
2009-10-27wl1271: Added 5 GHz support to join and rxTeemu Paasikivi3-13/+58
2009-10-27wl1271: Added support to scan on 5 GHz bandTeemu Paasikivi7-38/+160
2009-10-27wl1271: Scan only enabled channelsTeemu Paasikivi1-12/+21
2009-10-27wl1271: Added 5 GHz parameters for wl1273Teemu Paasikivi3-17/+127
2009-10-27wl1271: Remove busy-word checkingJuuso Oikarinen2-5/+7
2009-10-27wl1271: Implement beacon early termination supportJuuso Oikarinen5-2/+77
2009-10-27wl1271: Fix IRQ enable handling on FW init failureJuuso Oikarinen3-17/+35
2009-10-27wl1271: Move default FW config struct away from stackJuuso Oikarinen1-271/+264
2009-10-27wl1271: Add config structure for FW init parametersJuuso Oikarinen5-127/+376
2009-10-27wl1271: Add config structure for connection management parametersJuuso Oikarinen6-44/+348
2009-10-27wl1271: Add config structure for TX path parametersJuuso Oikarinen7-70/+321
2009-10-27wl1271: Add config structure for RX path parametersJuuso Oikarinen5-54/+110
2009-10-27wl1271: Add structure for firmware configuration valuesJuuso Oikarinen8-224/+274
2009-10-27wl1271: Workaround for reference clock setting on boot.Juuso Oikarinen1-1/+8
2009-10-27iwlwifi: use paged RxZhu Yi15-240/+284