summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-27/+76
2012-11-20brcmfmac: include linux/vmalloc.h from usb.cJohn W. Linville1-0/+1
2012-11-20brcmfmac: check return from kzalloc in brcmf_fweh_process_eventJohn W. Linville1-0/+3
2012-11-20brcmsmac: Remove some noisy and uninformative debug messagesSeth Forshee2-27/+0
2012-11-20brcmsmac: Add tracepoint for AMPDU session informationSeth Forshee2-0/+36
2012-11-20brcmsmac: Add tracepoint for macintstatusSeth Forshee2-4/+24
2012-11-20brcmsmac: Improve tx trace and debug supportSeth Forshee4-250/+94
2012-11-20brcmsmac: Add brcms_dbg_ht() debug macroSeth Forshee4-20/+25
2012-11-20brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee5-96/+73
2012-11-20brcmsmac: Add brcms_dbg_int() debug macroSeth Forshee3-6/+8
2012-11-20brcmsmac: Add rx and tx debug macrosSeth Forshee3-10/+12
2012-11-20brcmsmac: Add brcms_dbg_mac80211() debug macroSeth Forshee3-27/+36
2012-11-20brcmsmac: Use debug macros for general error and debug statementsSeth Forshee5-212/+221
2012-11-20brcmsmac: Add support for writing debug messages to the trace bufferSeth Forshee4-4/+151
2012-11-20brcmsmac: Add module parameter for setting the debug levelSeth Forshee2-14/+9
2012-11-20brcm80211: Convert log message levels to debug levelsSeth Forshee4-7/+6
2012-11-20brcm80211: Allow trace support to be enabled separately from debugSeth Forshee2-3/+14
2012-11-20brcmsmac: Reduce number of entries in tx DMA ringsSeth Forshee1-2/+2
2012-11-20brcmsmac: Use correct descriptor count when calculating next rx descriptorSeth Forshee1-1/+1
2012-11-20brcmsmac: Remove internal tx queueSeth Forshee8-558/+316
2012-11-20brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levelsSeth Forshee4-86/+26
2012-11-20brcmsmac: Remove unimplemented flow control functionsSeth Forshee1-31/+0
2012-11-20brcmsmac: Add helper function for updating txavail countSeth Forshee1-2/+13
2012-11-20brcmsmac: Don't weight AMPDU packets in txfifoSeth Forshee3-23/+14
2012-11-20brcmsmac: Introduce AMPDU sessions for assembling AMPDUsSeth Forshee2-274/+377
2012-11-20NFC: Fix pn533 target mode memory leakThierry Escande1-1/+5
2012-11-20NFC: pn533: Fix mem leak in pn533_in_dep_link_upWaldemar Rymarkiewicz1-3/+5
2012-11-20NFC: pn533: Fix use after freeSzymon Janc1-6/+2
2012-11-20NFC: pn533: Fix missing lock while operating on commands listSzymon Janc1-1/+2
2012-11-20NFC: Move pn544.h to linux/platform_data/Marcel Holtmann1-1/+1
2012-11-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2-8/+14
2012-11-19ath9k: Fix BTCOEX debugfs file usageSujith Manoharan3-20/+50
2012-11-19ath9k_hw: Fix regression in device resetSujith Manoharan1-1/+1
2012-11-18iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach1-8/+0
2012-11-16mwifiex: report error to MMC core if we cannot suspendBing Zhao1-5/+6
2012-11-16mwifiex: fix system hang issue in cmd timeout error caseBing Zhao1-3/+8
2012-11-16rtlwifi: rtl8192cu: Add new USB IDAlbert Pool1-0/+1
2012-11-16ath9k_hw: Program filter coefficients correctlySujith Manoharan4-11/+16
2012-11-16mwifiex: don't select lib80211Johannes Berg1-1/+0
2012-11-16rtlwifi: use eth_zero_addr() to assign zero addressWei Yongjun2-4/+3
2012-11-16net/wireless: ipw2x00: remove unreachable codeStanislav Yakovlev4-11/+4
2012-11-16brcmfmac: code cleanupHante Meuleman12-119/+16
2012-11-16brcmfmac: limit hex dump on fwil.Hante Meuleman1-6/+15
2012-11-16brcmfmac: sdio module load fix.Hante Meuleman1-3/+0
2012-11-16brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman2-71/+79
2012-11-16brcmfmac: sdio unload fix.Hante Meuleman2-1/+3
2012-11-16brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman2-9/+16
2012-11-16brcmfmac: Any error should result in failure of probe.Hante Meuleman1-4/+2
2012-11-16brcmfmac: restructure handling of IF eventArend van Spriel1-47/+55
2012-11-16brcmfmac: ignore IF event if it is a add for ifidx 0Arend van Spriel2-7/+15