summaryrefslogtreecommitdiffstats
path: root/drivers/ssb/pcmcia.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-27b43/legacy: Fix usage of host_pci pointerMichael Buesch2-4/+4
2009-10-27ath9k: Fix TX hang poll routineSujith1-0/+2
2009-10-27libertas: Check return status of command functionsAmitkumar Karwar4-16/+34
2009-10-27wl1271: Mask unneeded events from firmware to conserve powerJuuso Oikarinen1-2/+3
2009-10-27wl1271: Configure beacon filtering on if PSM usedJuuso Oikarinen5-7/+28
2009-10-27wl1271: Enable beacon filtering with the stackJuuso Oikarinen3-6/+22
2009-10-27wl1271: Add connection monitoring configurationJuuso Oikarinen3-0/+47
2009-10-27wl1271: Use vmalloc to allocate memory for firmwareJuuso Oikarinen2-6/+15
2009-10-27wl1271: Multicast filtering configurationJuuso Oikarinen5-27/+120
2009-10-27wl1271: Clear probe-request template after scanJuuso Oikarinen1-0/+4
2009-10-27wl1271: use workqueue provided by mac80211 instead of the defaultJuuso Oikarinen1-3/+3
2009-10-27wl1271: hack to disable filtersLuciano Coelho1-0/+9
2009-10-27wl1271: added Juuso Oikarinen as module authorLuciano Coelho1-0/+1
2009-10-27wl1271: Corrections to TX pathJuuso Oikarinen4-10/+7
2009-10-27wl1271: Update join usageJuuso Oikarinen4-22/+50
2009-10-27wl1271: Configure rate policies based on AP ratesJuuso Oikarinen5-4/+38
2009-10-27wl1271: Implementation for SPI busy word checkingJuuso Oikarinen2-4/+75
2009-10-27wl1271: mask aid bits 14 and 15 in ps-poll templateJuuso Oikarinen1-1/+4
2009-10-27wl1271: Implement delayed entry into ELPJuuso Oikarinen4-15/+35
2009-10-27wl1271: Correct TKIP header space handling in TX pathJuuso Oikarinen2-16/+20
2009-10-27wl1271: Security sequence number handling for TX (for WPA)Juuso Oikarinen5-5/+38
2009-10-27wl1271: Correction to TX block allocation calculationJuuso Oikarinen1-1/+1
2009-10-27wl1271: remove unecessary qual parameter from rx statusLuciano Coelho1-6/+0
2009-10-27orinoco: use cfg80211 ethtool opsDavid Kilroy4-38/+32
2009-10-27ath9k_hw: run ath9k_hw_9271_pa_cal() initial calibrationLuis R. Rodriguez1-7/+18
2009-10-27ath9k_hw: run the carrier leakage calibration fix for ar9271 as wellLuis R. Rodriguez1-1/+2
2009-10-24sfc: Rename 'xfp' file and functions to reflect realityBen Hutchings5-58/+58
2009-10-24sfc: Remove unused code for non-autoneg speed/duplex switchingBen Hutchings1-69/+39
2009-10-24sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()Ben Hutchings2-15/+8
2009-10-24sfc: Move MTD probe after netdev registration and name allocationBen Hutchings1-2/+4
2009-10-24sfc: Remove unnecessary tests of efx->membaseBen Hutchings1-8/+0
2009-10-24sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings1-2/+0
2009-10-24sfc: Merge falcon_probe_phy() into falcon_probe_port()Ben Hutchings1-35/+25
2009-10-24sfc: Remove pointless abstraction of memory BAR numberBen Hutchings3-11/+10
2009-10-24sfc: Removed kernel-doc for nonexistent member of efx_phy_operationsBen Hutchings1-1/+0
2009-10-24sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings4-34/+28
2009-10-24sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings2-16/+14
2009-10-24sfc: Move efx_xmit_done() declaration into correct stanzaBen Hutchings1-1/+1
2009-10-24sfc: Remove declarations of nonexistent functionsBen Hutchings1-2/+0
2009-10-24sfc: Change order of device removal to reverse of probe orderBen Hutchings1-1/+1
2009-10-24sfc: Merge struct efx_blinker into struct efx_boardBen Hutchings2-29/+21
2009-10-24sfc: Move all TX DMA length limiting into tx.cBen Hutchings4-25/+25
2009-10-24sfc: Define DMA address mask explicitly in terms of descriptor field widthBen Hutchings1-5/+2
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings7-98/+62
2009-10-24sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings7-421/+426
2009-10-24sfc: Update hardware definitions for SienaBen Hutchings7-1887/+3756
2009-10-24sfc: Move RX data FIFO thresholds out of struct efx_nic_typeBen Hutchings2-15/+12
2009-10-24sfc: Remove versioned bitfield macrosBen Hutchings3-40/+47
2009-10-24sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings9-22/+2
2009-10-24sfc: Merge sfe4001.c into falcon_boards.cBen Hutchings4-443/+420