summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* bcma: Add __devexit to bcma_host_pci_removeNathan Hintz2012-05-161-2/+2
* bcma: reads/writes are always 4 bytes, so always map 4 bytesNathan Hintz2012-05-161-3/+3
* bcma: Account for variable PCI memory base/sizeNathan Hintz2012-05-161-2/+2
* bcma: Find names of non BCM coresNathan Hintz2012-05-161-14/+40
* brcmsmac: handle non pci in ai_deviceremoved()Hauke Mehrtens2012-05-161-0/+3
* brcmsmac: read PCI vendor and device id only for PCI devicesHauke Mehrtens2012-05-161-6/+17
* brcmsmac: do not access host_pciHauke Mehrtens2012-05-161-5/+5
* brcmsmac: remove nicpci.cHauke Mehrtens2012-05-166-330/+0
* brcmsmac: remove pcicore_fixcfg()Hauke Mehrtens2012-05-165-37/+0
* brcmsmac: remove pcie_extendL1timer()Hauke Mehrtens2012-05-162-75/+3
* brcmsmac: remove pcicore_find_pci_capability()Hauke Mehrtens2012-05-162-66/+0
* brcmsmac: remove pcicore_attach()Hauke Mehrtens2012-05-163-155/+0
* brcmsmac: remove _ai_clkctl_cc()Hauke Mehrtens2012-05-163-59/+31
* brcmsmac: remove ai_gpiocontrol()Hauke Mehrtens2012-05-164-13/+2
* brcmsmac: remove ai_chipcontrl_epa4331Hauke Mehrtens2012-05-162-25/+0
* brcmsmac: remove ai_pci_setup()Hauke Mehrtens2012-05-163-29/+2
* brcmsmac: remove pcicore_hwup()Hauke Mehrtens2012-05-163-32/+0
* brcmsmac: remove PCIe functions needed for PCIe core rev <= 10Hauke Mehrtens2012-05-165-256/+9
* brcmsmac: remove references to PCIHauke Mehrtens2012-05-165-161/+6
* brcmsmac: remove support for cc rev < 20Hauke Mehrtens2012-05-162-99/+11
* brcmsmac: get board and chip info from bcmaHauke Mehrtens2012-05-161-35/+5
* brcmsmac: remove brcmsmac own sprom parsingHauke Mehrtens2012-05-1610-1749/+0
* brcmsmac: use sprom from bcmaHauke Mehrtens2012-05-168-323/+179
* bcma: add bcma_core_pci_config_fixup()Hauke Mehrtens2012-05-161-0/+18
* bcma: add bcma_core_pci_fixcfg()Hauke Mehrtens2012-05-161-0/+19
* bcma: add bcma_core_pci_extend_L1timerHauke Mehrtens2012-05-161-2/+14
* bcma: implement setting core clock mode to dynamicHauke Mehrtens2012-05-161-1/+1
* bcma/ssb: parse new attributes from spromHauke Mehrtens2012-05-162-0/+139
* bcma: read out some additional sprom attributesHauke Mehrtens2012-05-161-0/+76
* ssb: fill board_rev attribute from spromHauke Mehrtens2012-05-161-0/+2
* ssb/bcma: fill attribute alpha2 from spromHauke Mehrtens2012-05-162-6/+13
* bcma: add boardinfo structHauke Mehrtens2012-05-162-3/+4
* ssb: remove rev from boardinfoHauke Mehrtens2012-05-166-12/+11
* Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2012-05-1613-178/+455
|\
| * ath6kl_sdio: Fix the EAPOL out of order issueVivek Natarajan2012-05-042-0/+9
| * ath6kl: Complete failed tx packet in ath6kl_htc_tx_from_queue()Vasanthakumar Thiagarajan2012-04-302-2/+8
| * ath6kl: Update netstats for some of the tx failrues in ath6kl_data_tx()Vasanthakumar Thiagarajan2012-04-301-8/+4
| * ath6kl: assign Tx packet drop threshold per endpoint on htc pipe layerKevin Fang2012-04-271-0/+3
| * ath6kl: handle background(BK) stream properly on htc mbox layerKevin Fang2012-04-271-4/+8
| * ath6kl: Fix bss filter setting while scanningVasanthakumar Thiagarajan2012-04-271-4/+2
| * ath6kl: Don't advertise HT capability for incapable firmwareVasanthakumar Thiagarajan2012-04-261-1/+8
| * ath6kl: Multicast filter support in wow suspend and non-suspendNaveen Gangadharan2012-04-263-10/+43
| * ath6kl: check for sband existence when creating scan cmdThomas Pedersen2012-04-251-5/+10
| * ath6kl: include in.h explicitlyLuis R. Rodriguez2012-04-251-0/+1
| * ath6kl: unblock fwlog_block_read() on exitThomas Pedersen2012-04-231-0/+1
| * ath6kl: fix an indenting issueDan Carpenter2012-04-231-10/+11
| * ath6kl: change || to &&Dan Carpenter2012-04-231-2/+2
| * ath6kl: disallow WoW with multiple vifsThomas Pedersen2012-04-231-0/+8
| * ath6kl: only restore supported HT capsThomas Pedersen2012-04-231-7/+19
| * ath6kl: support fw reporting phy capabilitiesThomas Pedersen2012-04-235-5/+51