aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville8-107/+278
2012-06-13brcmfmac: expose sdio internal counters in debugfsArend van Spriel3-93/+175
2012-06-13brcmfmac: add debugfs helper functionsArend van Spriel5-0/+98
2012-06-13brcmsmac: fix smatch warning found in ampdu.cArend van Spriel1-3/+2
2012-06-13brcmsmac: remove brcms_set_hint() functionArend van Spriel1-11/+3
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville4-4/+5
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-06brcm80211: brcmsmac: fixed checkpatch and sparse warningsChris Yungmann2-3/+2
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2
2012-06-06wireless: Remove casts to same typeJoe Perches3-4/+4
2012-06-05brcm80211: brcmu_pkt_buf_free_skb() should handle NULLDan Carpenter1-0/+2
2012-06-05brcm80211: remove an unneeded NULL checkDan Carpenter1-1/+1
2012-06-04brcmfmac: Fix likely misuse of | for &Joe Perches1-2/+2
2012-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-2/+3
2012-05-25brcmfmac: use vmalloc to allocate mem for the firmwareHauke Mehrtens1-2/+3
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-3946/+668
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+2
2012-05-21brcm80211: Fix compile error for .disable_hub_initiated_lpm.Sarah Sharp1-1/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-16brcmsmac: handle non pci in ai_deviceremoved()Hauke Mehrtens1-0/+3
2012-05-16brcmsmac: read PCI vendor and device id only for PCI devicesHauke Mehrtens1-6/+17
2012-05-16brcmsmac: do not access host_pciHauke Mehrtens1-5/+5
2012-05-16brcmsmac: remove nicpci.cHauke Mehrtens6-330/+0
2012-05-16brcmsmac: remove pcicore_fixcfg()Hauke Mehrtens5-37/+0
2012-05-16brcmsmac: remove pcie_extendL1timer()Hauke Mehrtens2-75/+3
2012-05-16brcmsmac: remove pcicore_find_pci_capability()Hauke Mehrtens2-66/+0
2012-05-16brcmsmac: remove pcicore_attach()Hauke Mehrtens3-155/+0
2012-05-16brcmsmac: remove _ai_clkctl_cc()Hauke Mehrtens3-59/+31
2012-05-16brcmsmac: remove ai_gpiocontrol()Hauke Mehrtens4-13/+2
2012-05-16brcmsmac: remove ai_chipcontrl_epa4331Hauke Mehrtens2-25/+0
2012-05-16brcmsmac: remove ai_pci_setup()Hauke Mehrtens3-29/+2
2012-05-16brcmsmac: remove pcicore_hwup()Hauke Mehrtens3-32/+0
2012-05-16brcmsmac: remove PCIe functions needed for PCIe core rev <= 10Hauke Mehrtens5-256/+9
2012-05-16brcmsmac: remove references to PCIHauke Mehrtens5-161/+6
2012-05-16brcmsmac: remove support for cc rev < 20Hauke Mehrtens2-99/+11
2012-05-16brcmsmac: get board and chip info from bcmaHauke Mehrtens1-35/+5
2012-05-16brcmsmac: remove brcmsmac own sprom parsingHauke Mehrtens10-1749/+0
2012-05-16brcmsmac: use sprom from bcmaHauke Mehrtens8-323/+179
2012-05-15brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin3-32/+6
2012-05-15brcmfmac: remove function brcmf_sdcard_regfailFranky Lin3-34/+24
2012-05-15brcmfmac: remove redundant retries for SDIO core register accessFranky Lin1-66/+44
2012-05-15brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin4-95/+50
2012-05-15brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin4-111/+95
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin4-98/+48
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin4-90/+49
2012-05-15brcmfmac: introduce unified register access interface for SDIOFranky Lin2-0/+125
2012-05-15brcmfmac: decouple set_sbaddr_window from register write interfaceFranky Lin1-13/+24
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin4-34/+29
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin4-59/+42
2012-05-08brcmfmac: add out of band interrupt supportFranky Lin5-15/+240