summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+94
* brcmsmac: Add brcms_dbg_ht() debug macroSeth Forshee2012-11-204-20/+25
* brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee2012-11-205-96/+73
* 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/+9
* brcm80211: Convert log message levels to debug levelsSeth Forshee2012-11-204-7/+6
* 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/+316
* brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levelsSeth Forshee2012-11-204-86/+26
* brcmsmac: Remove unimplemented flow control functionsSeth Forshee2012-11-201-31/+0
* 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/+14
* brcmsmac: Introduce AMPDU sessions for assembling AMPDUsSeth Forshee2012-11-202-274/+377
* Merge tag 'nfc-next-3.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville2012-11-209-120/+112
|\
| * NFC: Queue a copy of the transmitted LLCP skbSamuel Ortiz2012-11-191-4/+13
| * NFC: Stop sending LLCP frames when tx queues are getting too deepSamuel Ortiz2012-11-191-0/+17
| * NFC: Copy user space buffer when sending UI framesSamuel Ortiz2012-11-191-2/+13
| * MAINTAINERS: Add reference to pn544.h platform data headerMarcel Holtmann2012-11-191-0/+1
| * NFC: Move pn544.h to linux/platform_data/Marcel Holtmann2012-11-192-1/+1
| * NFC: Remove unused details from pn544.h header fileMarcel Holtmann2012-11-191-60/+0
| * NFC: Export nfc_hci_sak_to_protocol()Eric Lapuyade2012-11-192-1/+3
| * NFC: Export nfc_hci_result_to_errno as it can be needed by HCI driversEric Lapuyade2012-11-192-1/+4
| * NFC: Dot not dispatch HCI event received on unopened pipeEric Lapuyade2012-11-191-5/+8
| * NFC: Ignore err when chip doesn't implement HW/SW info registersEric Lapuyade2012-11-191-0/+6
| * NFC: Fix hci_connect_gate() when a pre-opened pipe is passedEric Lapuyade2012-11-191-2/+2
|/
* ath9k: Fix BTCOEX debugfs file usageSujith Manoharan2012-11-193-20/+50
* ath9k_hw: Program filter coefficients correctlySujith Manoharan2012-11-164-11/+16
* lib80211: hide Kconfig symbolJohannes Berg2012-11-161-3/+2
* mwifiex: don't select lib80211Johannes Berg2012-11-161-1/+0
* rtlwifi: use eth_zero_addr() to assign zero addressWei Yongjun2012-11-162-4/+3
* net/wireless: ipw2x00: remove unreachable codeStanislav Yakovlev2012-11-164-11/+4
* brcmfmac: code cleanupHante Meuleman2012-11-1612-119/+16
* brcmfmac: limit hex dump on fwil.Hante Meuleman2012-11-161-6/+15
* brcmfmac: sdio module load fix.Hante Meuleman2012-11-161-3/+0
* 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/+2
* brcmfmac: restructure handling of IF eventArend van Spriel2012-11-161-47/+55