summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmsmac/main.c
AgeCommit message (Expand)Author
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-12brcmsmac: restructure info->control.sta handling as it is goning to be remove...Thomas Huehn
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-10brcmsmac: extend brcms_c_chipmatch() to also handle non PCIe devicesHauke Mehrtens
2012-07-10brcmsmac: extend xmtfifo_sz arrayHauke Mehrtens
2012-07-10brcmsmac: add a conditions for core rev 17 againHauke Mehrtens
2012-07-10brcmsmac: remove some unnessessacry casts and void pointerHauke Mehrtens
2012-07-10brcmsmac: use chip and package id constants from bcmaHauke Mehrtens
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-20brcm80211: smac: use current regulatory domain when checking whether OFDM is ...Seth Forshee
2012-06-20brcm80211: smac: always set channel specified by mac80211Seth Forshee
2012-06-06wireless: Remove casts to same typeJoe Perches
2012-05-16brcmsmac: read PCI vendor and device id only for PCI devicesHauke Mehrtens
2012-05-16brcmsmac: remove pcicore_fixcfg()Hauke Mehrtens
2012-05-16brcmsmac: remove _ai_clkctl_cc()Hauke Mehrtens
2012-05-16brcmsmac: remove ai_gpiocontrol()Hauke Mehrtens
2012-05-16brcmsmac: remove ai_pci_setup()Hauke Mehrtens
2012-05-16brcmsmac: remove PCIe functions needed for PCIe core rev <= 10Hauke Mehrtens
2012-05-16brcmsmac: remove references to PCIHauke Mehrtens
2012-05-16brcmsmac: use sprom from bcmaHauke Mehrtens
2012-04-23brcmsmac: "INTERMEDIATE but not AMPDU" only when tracingEldad Zack
2012-04-13brcm80211: smac: resume transmit fifo upon receiving framesArend van Spriel
2012-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-22brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches
2012-01-24brcm80211: Use brcmu_dbg_hex_dumpJoe Perches
2012-01-24brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches
2012-01-18brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka
2011-12-13brcm80211: smac: remove mapped core related function from aiutils.cArend van Spriel
2011-12-13brcm80211: smac: remove interrupt disable callback functionalityArend van Spriel
2011-12-13brcm80211: smac: use bcma core control functionsArend van Spriel
2011-12-13brcm80211: smac: replace ai_corereg() function with ai_cc_reg()Arend van Spriel
2011-12-13brcm80211: smac: use bcma functions for register access in phy codeArend van Spriel
2011-12-13brcm80211: smac: use bcma function for register access in dma.cArend van Spriel
2011-12-13brcm80211: smac: use DMA-API calls for descriptor allocationsArend van Spriel
2011-12-13brcm80211: smac: use bcma core register access functions for 802.11 coreArend van Spriel
2011-12-13brcm80211: smac: change ai_attach interface taking a bcma_bus objectArend van Spriel
2011-12-13brcm80211: smac: change attach interfaces in main.c for bcma supportArend van Spriel
2011-12-13brcm80211: smac: use inline access functions for struct si_pub fieldsArend van Spriel
2011-11-28brcm80211: smac: added support for mac80211 filter flagsAlwin Beukers
2011-11-28brcm80211: smac: remove skb next pointer usage from the driverArend van Spriel
2011-11-11brcm80211: smac: combine promiscuous mode functionalityAlwin Beukers
2011-11-11brcm80211: smac: remove usage of brcmu_pkttotlenArend van Spriel
2011-11-11brcm80211: smac: replace own access category definitions with mac80211 enumArend van Spriel
2011-11-08brcm80211: smac: use sk_buff list for handling frames in receive pathArend van Spriel
2011-11-08brcm80211: smac: mute transmit on ops_startRoland Vossen