aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+5
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 Mehrtens2-3/+4
2012-12-10brcmfmac: remove WL_CONN() macroArend van Spriel2-98/+94
2012-12-10brcmfmac: remove WL_SCAN() macroArend van Spriel2-39/+39
2012-12-10brcmfmac: remove WL_TRACE() macroArend van Spriel2-96/+95
2012-12-10brcmfmac: replace WL_INFO() macroArend van Spriel2-22/+21
2012-12-10brcmfmac: replace WL_ERR() with brcmf_err()Arend van Spriel2-158/+158
2012-12-10brcmfmac: consolidate debug macros in wl_cfg80211Arend van Spriel3-68/+10
2012-12-10brcmfmac: error messages should not be suppressedArend van Spriel11-249/+248
2012-12-10brcmfmac: use one list of event defintionsArend van Spriel2-134/+80
2012-12-10brcmsmac: fix uninitialized variable warning on arm architectureArend van Spriel1-1/+1
2012-12-10brcmfmac: rework bus interfaceArend van Spriel9-47/+111
2012-12-06brcm80211: remove __dev* attributesBill Pemberton1-2/+2
2012-12-06brcmsmac: remove duplicated include from debug.cWei Yongjun1-1/+0
2012-12-06brcmfmac: convert struct spinlock to spinlock_tLuis R. Rodriguez1-1/+1
2012-11-30brcmsmac: Fix possible NULL pointer dereference in _dma_ctrlflags()Seth Forshee1-3/+1
2012-11-30brcmfmac: change debug output for received event.Hante Meuleman1-2/+2
2012-11-30brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie.Hante Meuleman1-12/+16
2012-11-30brcmfmac: remove mode from struct brcmf_cfg80211_confArend van Spriel2-28/+20
2012-11-30brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attributeArend van Spriel2-48/+22
2012-11-30brcmsmac: support 4313iPAPiotr Haber2-162/+271
2012-11-30brcmsmac: move PHY functionsPiotr Haber1-50/+52
2012-11-30brcmsmac: hardware info in debugfsPiotr Haber4-1/+144
2012-11-30brcmsmac: fix bounds checking in tx/rxPiotr Haber1-13/+17
2012-11-30brcmsmac: cleanup in isr codePiotr Haber3-24/+13
2012-11-30brcmsmac: handle packet drop during transmit correctlyPiotr Haber3-8/+11
2012-11-26brcmsmac: Add __printf verification to logging prototypesJoe Perches1-2/+8
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-5/+6
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-5/+6
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 stray argument from debug macroSeth Forshee1-1/+1
2012-11-21brcmsmac: Remove unused wlc_prio2prec_map and _BRCMS_PREC_* constantsSeth Forshee1-27/+0
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