summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmsmac/main.c
Commit message (Expand)AuthorAgeFilesLines
* brcmsmac: use ieee80211_channel_to_frequencyJohannes Berg2012-08-061-9/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-201-1/+1
|\
| * brcmsmac: restructure info->control.sta handling as it is goning to be remove...Thomas Huehn2012-07-121-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-121-21/+66
|\ \ | |/
| * brcmsmac: extend brcms_c_chipmatch() to also handle non PCIe devicesHauke Mehrtens2012-07-101-6/+32
| * brcmsmac: extend xmtfifo_sz arrayHauke Mehrtens2012-07-101-1/+19
| * brcmsmac: add a conditions for core rev 17 againHauke Mehrtens2012-07-101-2/+4
| * brcmsmac: remove some unnessessacry casts and void pointerHauke Mehrtens2012-07-101-6/+5
| * brcmsmac: use chip and package id constants from bcmaHauke Mehrtens2012-07-101-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-291-29/+7
|\ \ | |/
| * brcm80211: smac: use current regulatory domain when checking whether OFDM is ...Seth Forshee2012-06-201-5/+1
| * brcm80211: smac: always set channel specified by mac80211Seth Forshee2012-06-201-24/+6
* | wireless: Remove casts to same typeJoe Perches2012-06-061-1/+1
|/
* brcmsmac: read PCI vendor and device id only for PCI devicesHauke Mehrtens2012-05-161-6/+17
* brcmsmac: remove pcicore_fixcfg()Hauke Mehrtens2012-05-161-2/+0
* brcmsmac: remove _ai_clkctl_cc()Hauke Mehrtens2012-05-161-15/+15
* brcmsmac: remove ai_gpiocontrol()Hauke Mehrtens2012-05-161-1/+1
* brcmsmac: remove ai_pci_setup()Hauke Mehrtens2012-05-161-5/+2
* brcmsmac: remove PCIe functions needed for PCIe core rev <= 10Hauke Mehrtens2012-05-161-9/+0
* brcmsmac: remove references to PCIHauke Mehrtens2012-05-161-3/+0
* brcmsmac: use sprom from bcmaHauke Mehrtens2012-05-161-41/+25
* brcmsmac: "INTERMEDIATE but not AMPDU" only when tracingEldad Zack2012-04-231-2/+1
* brcm80211: smac: resume transmit fifo upon receiving framesArend van Spriel2012-04-131-0/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-051-1/+0
|\
| * brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel2012-02-221-1/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-011-1/+9
| |\
* | | drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-131-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-061-104/+90
|\ \ \ | |/ / | | / | |/ |/|
| * brcm80211: Use pr_fmt and pr_<level>Joe Perches2012-01-241-2/+4
| * brcm80211: Use brcmu_dbg_hex_dumpJoe Perches2012-01-241-6/+3
| * brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-01-241-80/+67
| * brcm80211: Use normal DEBUG defineJoe Perches2012-01-241-21/+21
* | brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka2012-01-181-1/+9
|/
* brcm80211: smac: remove mapped core related function from aiutils.cArend van Spriel2011-12-131-9/+5
* brcm80211: smac: remove interrupt disable callback functionalityArend van Spriel2011-12-131-26/+0
* brcm80211: smac: use bcma core control functionsArend van Spriel2011-12-131-30/+42
* brcm80211: smac: replace ai_corereg() function with ai_cc_reg()Arend van Spriel2011-12-131-8/+8
* brcm80211: smac: use bcma functions for register access in phy codeArend van Spriel2011-12-131-1/+1
* brcm80211: smac: use bcma function for register access in dma.cArend van Spriel2011-12-131-12/+10
* brcm80211: smac: use DMA-API calls for descriptor allocationsArend van Spriel2011-12-131-4/+4
* brcm80211: smac: use bcma core register access functions for 802.11 coreArend van Spriel2011-12-131-240/+239
* brcm80211: smac: change ai_attach interface taking a bcma_bus objectArend van Spriel2011-12-131-1/+1
* brcm80211: smac: change attach interfaces in main.c for bcma supportArend van Spriel2011-12-131-16/+15
* brcm80211: smac: use inline access functions for struct si_pub fieldsArend van Spriel2011-12-131-29/+27
* brcm80211: smac: added support for mac80211 filter flagsAlwin Beukers2011-11-281-26/+19
* brcm80211: smac: remove skb next pointer usage from the driverArend van Spriel2011-11-281-2/+0
* brcm80211: smac: combine promiscuous mode functionalityAlwin Beukers2011-11-111-30/+17
* brcm80211: smac: remove usage of brcmu_pkttotlenArend van Spriel2011-11-111-2/+2
* brcm80211: smac: replace own access category definitions with mac80211 enumArend van Spriel2011-11-111-14/+21
* brcm80211: smac: use sk_buff list for handling frames in receive pathArend van Spriel2011-11-081-13/+8