aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-06brcmsmac: export firmware version to ethtoolHauke Mehrtens1-3/+8
2013-02-14brcmsmac: Remove unnecessary memset castsJoe Perches1-13/+10
2013-02-14brcmsmac: Downgrade d11hdrs_mac80211 error messages to warnings.Joe Perches1-16/+13
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-28/+12
2013-02-08brcmsmac: avoid 512 byte stack variableTim Gardner1-1/+7
2013-02-08brcmsmac: fix u16 overflow warningTim Gardner1-4/+1
2013-02-04brcmsmac: rework of mac80211 .flush() callback operationArend van Spriel1-12/+3
2013-01-28brcmsmac: fix tx status processingArend van Spriel1-16/+9
2013-01-07brcmsmac: allow user-space setting of interface addressArend van Spriel1-4/+3
2013-01-07brcmsmac: initialize morepending in brcms_b_recv()Geert Uytterhoeven1-1/+1
2012-12-10brcmsmac: add support for BCM43224 with PCI id of 14e4:a8d8Hauke Mehrtens1-2/+3
2012-12-10brcmsmac: do a read after the write of the objmem on broken PCIe controllersHauke Mehrtens1-1/+1
2012-12-10brcmsmac: add support for cores with revision 17Hauke Mehrtens1-3/+3
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/jberg/mac80211-nextJohn 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-13mac80211: 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/linville/wireless-next into for-davemJohn W. Linville1-1/+1
2012-07-12brcmsmac: restructure info->control.sta handling as it is goning to be removed soon.Thomas Huehn1-1/+1
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn 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/linville/wireless-next into for-davemJohn W. Linville1-29/+7
2012-06-20brcm80211: smac: use current regulatory domain when checking whether OFDM is allowedSeth 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