summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)Author
2012-12-06brcm80211: remove __dev* attributesBill Pemberton
2012-12-06brcmsmac: remove duplicated include from debug.cWei Yongjun
2012-12-06brcmfmac: convert struct spinlock to spinlock_tLuis R. Rodriguez
2012-11-30brcmsmac: Fix possible NULL pointer dereference in _dma_ctrlflags()Seth Forshee
2012-11-30brcmfmac: change debug output for received event.Hante Meuleman
2012-11-30brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie.Hante Meuleman
2012-11-30brcmfmac: remove mode from struct brcmf_cfg80211_confArend van Spriel
2012-11-30brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attributeArend van Spriel
2012-11-30brcmsmac: support 4313iPAPiotr Haber
2012-11-30brcmsmac: move PHY functionsPiotr Haber
2012-11-30brcmsmac: hardware info in debugfsPiotr Haber
2012-11-30brcmsmac: fix bounds checking in tx/rxPiotr Haber
2012-11-30brcmsmac: cleanup in isr codePiotr Haber
2012-11-30brcmsmac: handle packet drop during transmit correctlyPiotr Haber
2012-11-26brcmsmac: Add __printf verification to logging prototypesJoe Perches
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-26cfg80211: pass a channel definition structJohannes Berg
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-21brcmsmac: Remove stray argument from debug macroSeth Forshee
2012-11-21brcmsmac: Remove unused wlc_prio2prec_map and _BRCMS_PREC_* constantsSeth Forshee
2012-11-20brcmfmac: include linux/vmalloc.h from usb.cJohn W. Linville
2012-11-20brcmfmac: check return from kzalloc in brcmf_fweh_process_eventJohn W. Linville
2012-11-20brcmsmac: Remove some noisy and uninformative debug messagesSeth Forshee
2012-11-20brcmsmac: Add tracepoint for AMPDU session informationSeth Forshee
2012-11-20brcmsmac: Add tracepoint for macintstatusSeth Forshee
2012-11-20brcmsmac: Improve tx trace and debug supportSeth Forshee
2012-11-20brcmsmac: Add brcms_dbg_ht() debug macroSeth Forshee
2012-11-20brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee
2012-11-20brcmsmac: Add brcms_dbg_int() debug macroSeth Forshee
2012-11-20brcmsmac: Add rx and tx debug macrosSeth Forshee
2012-11-20brcmsmac: Add brcms_dbg_mac80211() debug macroSeth Forshee
2012-11-20brcmsmac: Use debug macros for general error and debug statementsSeth Forshee
2012-11-20brcmsmac: Add support for writing debug messages to the trace bufferSeth Forshee
2012-11-20brcmsmac: Add module parameter for setting the debug levelSeth Forshee
2012-11-20brcm80211: Convert log message levels to debug levelsSeth Forshee
2012-11-20brcm80211: Allow trace support to be enabled separately from debugSeth Forshee
2012-11-20brcmsmac: Reduce number of entries in tx DMA ringsSeth Forshee
2012-11-20brcmsmac: Use correct descriptor count when calculating next rx descriptorSeth Forshee
2012-11-20brcmsmac: Remove internal tx queueSeth Forshee
2012-11-20brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levelsSeth Forshee
2012-11-20brcmsmac: Remove unimplemented flow control functionsSeth Forshee
2012-11-20brcmsmac: Add helper function for updating txavail countSeth Forshee
2012-11-20brcmsmac: Don't weight AMPDU packets in txfifoSeth Forshee
2012-11-20brcmsmac: Introduce AMPDU sessions for assembling AMPDUsSeth Forshee
2012-11-16brcmfmac: code cleanupHante Meuleman
2012-11-16brcmfmac: limit hex dump on fwil.Hante Meuleman
2012-11-16brcmfmac: sdio module load fix.Hante Meuleman
2012-11-16brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman
2012-11-16brcmfmac: sdio unload fix.Hante Meuleman
2012-11-16brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman