aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ath9k_hw: Add abstraction for rx enableVasanthakumar Thiagarajan2010-04-165-7/+21
* ath9k_hw: Fill few hw cap for edmaVasanthakumar Thiagarajan2010-04-163-1/+47
* ath9k_hw: Add hw cap flag for EDMA for the AR9003 familyVasanthakumar Thiagarajan2010-04-162-0/+4
* ath9k: disable the MIB interrupt if ANI is disabledLuis R. Rodriguez2010-04-161-1/+2
* ath9k_hw: disable ANI for AR9003Luis R. Rodriguez2010-04-161-2/+8
* ath9k_hw: add the AR9003 ar9003_hw_macversion_supported()Luis R. Rodriguez2010-04-161-0/+15
* ath9k_hw: move init config and default after chip is upLuis R. Rodriguez2010-04-161-4/+5
* ath9k_hw: Add AR9003 PHY supportLuis R. Rodriguez2010-04-164-4/+167
* ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tablesSenthil Balasubramanian2010-04-162-5/+6
* ath9k_hw: add a private callback for PLL control computationLuis R. Rodriguez2010-04-164-57/+97
* ath9k_hw: add some comments for ath9k_set_power_network_sleep()Luis R. Rodriguez2010-04-161-0/+10
* ath9k_hw: skip PLL initialization on AR9003 on Power-On-ResetLuis R. Rodriguez2010-04-161-1/+2
* ath9k_hw: Move some RF ops to the private callbacksLuis R. Rodriguez2010-04-1614-1452/+1673
* ath9k_hw: remove wrapper ath9k_hw_write_regs()Luis R. Rodriguez2010-04-163-19/+1
* ath9k_hw: AR9003 does not have AR_RC_AHB skip its settingLuis R. Rodriguez2010-04-161-5/+19
* ath9k_hw: add support for GPIO differences on AR9003Felix Fietkau2010-04-162-1/+4
* ath9k_hw: add simple register abstraction for some AR9300 registersFelix Fietkau2010-04-161-21/+21
* ath9k_hw: fix a missing hex prefix for a register maskFelix Fietkau2010-04-161-1/+1
* ath9k_hw: add a macro for abstracting generic timer accessFelix Fietkau2010-04-161-18/+20
* ath9k_hw: add silicon revision macros for AR9300Felix Fietkau2010-04-161-0/+11
* ath9k_hw: start building an abstraction layer for hardware routinesLuis R. Rodriguez2010-04-165-45/+166
* libertas: Davinci platforms need more time loading helper firmwareDan Williams2010-04-161-0/+5
* libertas: consolidate SDIO firmware wait codeDan Williams2010-04-161-63/+35
* rtl818x: Move configuration details to the rtl818x directoryLarry Finger2010-04-162-84/+89
* wl1251: register platform_device to pass board dataGrazvydas Ignotas2010-04-161-0/+40
* p54pci: fix serious sparse warningChristian Lamparter2010-04-161-1/+1
* wireless: rt2x00: rt2800usb: identify Hawking devicesXose Vazquez Perez2010-04-161-3/+5
* rt2x00: rt2800pci: fix tx path by not accessing the skb after it was DMA mappedHelmut Schaa2010-04-161-7/+27
* rt2x00: add txdesc parameter to write_tx_dataHelmut Schaa2010-04-166-6/+12
* wl1251: read default MAC address from EEPROM when availableGrazvydas Ignotas2010-04-162-0/+70
* wireless: rt2x00: rt2800usb: identify Sitecom devicesXose Vazquez Perez2010-04-141-7/+4
* ar9170usb: add a couple more USB IDsChristian Lamparter2010-04-141-0/+10
* wl1251: don't require NVS data when EEPROM is usedGrazvydas Ignotas2010-04-141-2/+2
* ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb...Ming Lei2010-04-141-2/+9
* ath9k-htc:respect usb buffer cacheline alignment in reg out pathMing Lei2010-04-143-13/+16
* ath9k-htc:respect usb buffer cacheline alignment in reg in pathMing Lei2010-04-143-9/+12
* ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbsMing Lei2010-04-141-3/+3
* ath5k: treat RXORN as non-fatalBruno Randolf2010-04-142-1/+15
* ath5k: Use high bitrates for ACK/CTSBruno Randolf2010-04-143-6/+5
* rt2x00: Add rt3390 support in rt2800 register initialization.Gertjan van Wingerde2010-04-121-11/+59
* rt2x00: Add rt3090 support in rt2800 register initialization.Gertjan van Wingerde2010-04-121-14/+40
* rt2x00: Add rt3071 support in rt2800 register initialization.Gertjan van Wingerde2010-04-121-9/+93
* rt2x00: Finish rt3070 support in rt2800 register initialization.Gertjan van Wingerde2010-04-121-62/+71
* rt2x00: Align rt2800 register initialization with vendor driver.Gertjan van Wingerde2010-04-122-48/+95
* rt2x00: Refactor rt2800 version constants.Gertjan van Wingerde2010-04-123-29/+41
* rt2x00: Align RT chipset definitions with vendor driver.Gertjan van Wingerde2010-04-123-22/+50
* rt2x00: Update rt2800 register definitions towards latest definitions.Gertjan van Wingerde2010-04-122-3/+54
* rt2x00: Let RF chipset decide the RF channel switch method to use in rt2800.Gertjan van Wingerde2010-04-121-17/+14
* p54pci: prevent stuck rx-ring on slow systemQuintin Pitts2010-04-121-13/+13
* Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-04-1218-144/+274
|\