summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-16ath9k_hw: add helpers for processing the AR9003 INILuis R. Rodriguez3-3/+198
2010-04-16ath9k_hw: add initvals for the AR9003 hardware familyLuis R. Rodriguez3-0/+1879
2010-04-16ath9k_hw: split initvals.h by hardware familyLuis R. Rodriguez4-1978/+2006
2010-04-16ath9k_hw: Implement spur mitigation on AR9003Felix Fietkau1-1/+49
2010-04-16ath9k_hw: Implement PLL control on AR9003Felix Fietkau2-2/+27
2010-04-16ath9k_hw: Set the channel on AR9003Felix Fietkau1-1/+46
2010-04-16ath9k_hw: add common channel select helpers for ar900[23]Luis R. Rodriguez2-2/+6
2010-04-16ath9k_hw: Add AR9003 PHY register definitionsFelix Fietkau2-0/+805
2010-04-16ath9k_hw: prevent reset control register zeroing on AR9003 resetSenthil Balasubramanian1-2/+4
2010-04-16ath9k_hw: update the chip tests for AR9003Senthil Balasubramanian1-3/+10
2010-04-16ath9k_hw: Add few routines for rx edma supportVasanthakumar Thiagarajan5-0/+121
2010-04-16ath9k_hw: Fill rx_enable() for the AR9003 hardware familyVasanthakumar Thiagarajan4-2/+35
2010-04-16ath9k_hw: Add abstraction for rx enableVasanthakumar Thiagarajan5-7/+21
2010-04-16ath9k_hw: Fill few hw cap for edmaVasanthakumar Thiagarajan3-1/+47
2010-04-16ath9k_hw: Add hw cap flag for EDMA for the AR9003 familyVasanthakumar Thiagarajan2-0/+4
2010-04-16ath9k: disable the MIB interrupt if ANI is disabledLuis R. Rodriguez1-1/+2
2010-04-16ath9k_hw: disable ANI for AR9003Luis R. Rodriguez1-2/+8
2010-04-16ath9k_hw: add the AR9003 ar9003_hw_macversion_supported()Luis R. Rodriguez1-0/+15
2010-04-16ath9k_hw: move init config and default after chip is upLuis R. Rodriguez1-4/+5
2010-04-16ath9k_hw: Add AR9003 PHY supportLuis R. Rodriguez4-4/+167
2010-04-16ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tablesSenthil Balasubramanian2-5/+6
2010-04-16ath9k_hw: add a private callback for PLL control computationLuis R. Rodriguez4-57/+97
2010-04-16ath9k_hw: add some comments for ath9k_set_power_network_sleep()Luis R. Rodriguez1-0/+10
2010-04-16ath9k_hw: skip PLL initialization on AR9003 on Power-On-ResetLuis R. Rodriguez1-1/+2
2010-04-16ath9k_hw: Move some RF ops to the private callbacksLuis R. Rodriguez14-1452/+1673
2010-04-16ath9k_hw: remove wrapper ath9k_hw_write_regs()Luis R. Rodriguez3-19/+1
2010-04-16ath9k_hw: AR9003 does not have AR_RC_AHB skip its settingLuis R. Rodriguez1-5/+19
2010-04-16ath9k_hw: add support for GPIO differences on AR9003Felix Fietkau2-1/+4
2010-04-16ath9k_hw: add simple register abstraction for some AR9300 registersFelix Fietkau1-21/+21
2010-04-16ath9k_hw: fix a missing hex prefix for a register maskFelix Fietkau1-1/+1
2010-04-16ath9k_hw: add a macro for abstracting generic timer accessFelix Fietkau1-18/+20
2010-04-16ath9k_hw: add silicon revision macros for AR9300Felix Fietkau1-0/+11
2010-04-16ath9k_hw: start building an abstraction layer for hardware routinesLuis R. Rodriguez5-45/+166
2010-04-16libertas: Davinci platforms need more time loading helper firmwareDan Williams1-0/+5
2010-04-16libertas: consolidate SDIO firmware wait codeDan Williams1-63/+35
2010-04-16rtl818x: Move configuration details to the rtl818x directoryLarry Finger2-84/+89
2010-04-16wl1251: register platform_device to pass board dataGrazvydas Ignotas1-0/+40
2010-04-16p54pci: fix serious sparse warningChristian Lamparter1-1/+1
2010-04-16wireless: rt2x00: rt2800usb: identify Hawking devicesXose Vazquez Perez1-3/+5
2010-04-16rt2x00: rt2800pci: fix tx path by not accessing the skb after it was DMA mappedHelmut Schaa1-7/+27
2010-04-16rt2x00: add txdesc parameter to write_tx_dataHelmut Schaa6-6/+12
2010-04-16cfg80211: Avoid sending IWEVASSOCREQIE and IWEVASSOCRESPIE events with NULL e...Nishant Sarmukadam1-6/+10
2010-04-16wl1251: read default MAC address from EEPROM when availableGrazvydas Ignotas2-0/+70
2010-04-14wireless: rt2x00: rt2800usb: identify Sitecom devicesXose Vazquez Perez1-7/+4
2010-04-14ar9170usb: add a couple more USB IDsChristian Lamparter1-0/+10
2010-04-14wl1251: don't require NVS data when EEPROM is usedGrazvydas Ignotas1-2/+2
2010-04-14ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb...Ming Lei1-2/+9
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg out pathMing Lei3-13/+16
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg in pathMing Lei3-9/+12
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbsMing Lei1-3/+3