summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-261-5/+6
|\
| * cfg80211: pass a channel definition structJohannes Berg2012-11-261-5/+6
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-1/+1
|\|
| * mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
* | brcmsmac: Remove stray argument from debug macroSeth Forshee2012-11-211-1/+1
* | brcmsmac: Remove unused wlc_prio2prec_map and _BRCMS_PREC_* constantsSeth Forshee2012-11-211-27/+0Star
* | brcmfmac: include linux/vmalloc.h from usb.cJohn W. Linville2012-11-201-0/+1
* | brcmfmac: check return from kzalloc in brcmf_fweh_process_eventJohn W. Linville2012-11-201-0/+3
* | brcmsmac: Remove some noisy and uninformative debug messagesSeth Forshee2012-11-202-27/+0Star
* | brcmsmac: Add tracepoint for AMPDU session informationSeth Forshee2012-11-202-0/+36
* | brcmsmac: Add tracepoint for macintstatusSeth Forshee2012-11-202-4/+24
* | brcmsmac: Improve tx trace and debug supportSeth Forshee2012-11-204-250/+94Star
* | brcmsmac: Add brcms_dbg_ht() debug macroSeth Forshee2012-11-204-20/+25
* | brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee2012-11-205-96/+73Star
* | brcmsmac: Add brcms_dbg_int() debug macroSeth Forshee2012-11-203-6/+8
* | brcmsmac: Add rx and tx debug macrosSeth Forshee2012-11-203-10/+12
* | brcmsmac: Add brcms_dbg_mac80211() debug macroSeth Forshee2012-11-203-27/+36
* | brcmsmac: Use debug macros for general error and debug statementsSeth Forshee2012-11-205-212/+221
* | brcmsmac: Add support for writing debug messages to the trace bufferSeth Forshee2012-11-204-4/+151
* | brcmsmac: Add module parameter for setting the debug levelSeth Forshee2012-11-202-14/+9Star
* | brcm80211: Convert log message levels to debug levelsSeth Forshee2012-11-204-7/+6Star
* | brcm80211: Allow trace support to be enabled separately from debugSeth Forshee2012-11-202-3/+14
* | brcmsmac: Reduce number of entries in tx DMA ringsSeth Forshee2012-11-201-2/+2
* | brcmsmac: Use correct descriptor count when calculating next rx descriptorSeth Forshee2012-11-201-1/+1
* | brcmsmac: Remove internal tx queueSeth Forshee2012-11-208-558/+316Star
* | brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levelsSeth Forshee2012-11-204-86/+26Star
* | brcmsmac: Remove unimplemented flow control functionsSeth Forshee2012-11-201-31/+0Star
* | brcmsmac: Add helper function for updating txavail countSeth Forshee2012-11-201-2/+13
* | brcmsmac: Don't weight AMPDU packets in txfifoSeth Forshee2012-11-203-23/+14Star
* | brcmsmac: Introduce AMPDU sessions for assembling AMPDUsSeth Forshee2012-11-202-274/+377
* | brcmfmac: code cleanupHante Meuleman2012-11-1612-119/+16Star
* | brcmfmac: limit hex dump on fwil.Hante Meuleman2012-11-161-6/+15
* | brcmfmac: sdio module load fix.Hante Meuleman2012-11-161-3/+0Star
* | brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman2012-11-162-71/+79
* | brcmfmac: sdio unload fix.Hante Meuleman2012-11-162-1/+3
* | brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman2012-11-162-9/+16
* | brcmfmac: Any error should result in failure of probe.Hante Meuleman2012-11-161-4/+2Star
* | brcmfmac: restructure handling of IF eventArend van Spriel2012-11-161-47/+55
* | brcmfmac: ignore IF event if it is a add for ifidx 0Arend van Spriel2012-11-162-7/+15
* | brcmfmac: fix wrong usage of unaligned include fileArend van Spriel2012-11-161-1/+1
* | brcmfmac: fix NULL pointer access in brcmf_fweh_detach()Hante Meuleman2012-11-161-5/+7
* | brcmfmac: remove mac address validation from brcmf_net_attach()Arend van Spriel2012-11-161-10/+2Star
* | brcmfmac: change mac address parameter in brcmf_add_if()Arend van Spriel2012-11-161-5/+7
* | brcmfmac: correct handling IF firmware eventArend van Spriel2012-11-161-35/+31Star
* | brcmfmac: fix for multiple netdevice interface supportArend van Spriel2012-11-164-67/+67
* | brcmfmac: change parameter in brcmf_add_if() functionArend van Spriel2012-11-163-7/+5Star
* | brcmfmac: usb suspend/resume.Hante Meuleman2012-11-162-96/+58Star
* | brcmfmac: cleanup of usb firmware download routinesHante Meuleman2012-11-161-28/+15Star
* | brcmfmac: rework firmware event handling codeArend van Spriel2012-11-169-770/+763Star
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-161-2/+4
|\|