summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmsmac/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-30brcmsmac: fix bounds checking in tx/rxPiotr Haber1-13/+17
2012-11-30brcmsmac: cleanup in isr codePiotr Haber1-12/+6
2012-11-30brcmsmac: handle packet drop during transmit correctlyPiotr Haber1-5/+8
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2012-11-21brcmsmac: Remove unused wlc_prio2prec_map and _BRCMS_PREC_* constantsSeth Forshee1-27/+0
2012-11-20brcmsmac: Remove some noisy and uninformative debug messagesSeth Forshee1-25/+0
2012-11-20brcmsmac: Add tracepoint for macintstatusSeth Forshee1-4/+4
2012-11-20brcmsmac: Improve tx trace and debug supportSeth Forshee1-235/+36
2012-11-20brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee1-6/+4
2012-11-20brcmsmac: Add brcms_dbg_int() debug macroSeth Forshee1-6/+6
2012-11-20brcmsmac: Add rx and tx debug macrosSeth Forshee1-10/+8
2012-11-20brcmsmac: Add brcms_dbg_mac80211() debug macroSeth Forshee1-26/+33
2012-11-20brcmsmac: Use debug macros for general error and debug statementsSeth Forshee1-147/+145
2012-11-20brcmsmac: Add module parameter for setting the debug levelSeth Forshee1-6/+1
2012-11-20brcm80211: Convert log message levels to debug levelsSeth Forshee1-2/+2
2012-11-20brcmsmac: Reduce number of entries in tx DMA ringsSeth Forshee1-2/+2
2012-11-20brcmsmac: Remove internal tx queueSeth Forshee1-312/+147
2012-11-20brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levelsSeth Forshee1-45/+22
2012-11-20brcmsmac: Remove unimplemented flow control functionsSeth Forshee1-31/+0
2012-11-20brcmsmac: Don't weight AMPDU packets in txfifoSeth Forshee1-10/+9
2012-11-14mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-10-19bcma: add an extra pcie core structHauke Mehrtens1-1/+1
2012-08-06brcmsmac: use ieee80211_channel_to_frequencyJohannes Berg1-9/+4
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-07-12brcmsmac: restructure info->control.sta handling as it is goning to be remove...Thomas Huehn1-1/+1
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-21/+66
2012-07-10brcmsmac: extend brcms_c_chipmatch() to also handle non PCIe devicesHauke Mehrtens1-6/+32
2012-07-10brcmsmac: extend xmtfifo_sz arrayHauke Mehrtens1-1/+19
2012-07-10brcmsmac: add a conditions for core rev 17 againHauke Mehrtens1-2/+4
2012-07-10brcmsmac: remove some unnessessacry casts and void pointerHauke Mehrtens1-6/+5
2012-07-10brcmsmac: use chip and package id constants from bcmaHauke Mehrtens1-6/+6
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-29/+7
2012-06-20brcm80211: smac: use current regulatory domain when checking whether OFDM is ...Seth Forshee1-5/+1
2012-06-20brcm80211: smac: always set channel specified by mac80211Seth Forshee1-24/+6
2012-06-06wireless: Remove casts to same typeJoe Perches1-1/+1
2012-05-16brcmsmac: read PCI vendor and device id only for PCI devicesHauke Mehrtens1-6/+17
2012-05-16brcmsmac: remove pcicore_fixcfg()Hauke Mehrtens1-2/+0
2012-05-16brcmsmac: remove _ai_clkctl_cc()Hauke Mehrtens1-15/+15
2012-05-16brcmsmac: remove ai_gpiocontrol()Hauke Mehrtens1-1/+1
2012-05-16brcmsmac: remove ai_pci_setup()Hauke Mehrtens1-5/+2
2012-05-16brcmsmac: remove PCIe functions needed for PCIe core rev <= 10Hauke Mehrtens1-9/+0
2012-05-16brcmsmac: remove references to PCIHauke Mehrtens1-3/+0
2012-05-16brcmsmac: use sprom from bcmaHauke Mehrtens1-41/+25
2012-04-23brcmsmac: "INTERMEDIATE but not AMPDU" only when tracingEldad Zack1-2/+1
2012-04-13brcm80211: smac: resume transmit fifo upon receiving framesArend van Spriel1-0/+8
2012-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+0
2012-02-22brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel1-1/+0
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-2/+2
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-104/+90
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+9