summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-301-3/+2Star
|\
| * mac80211: remove ARP filter enable/disable logicJohannes Berg2013-01-181-3/+2Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-282-2/+3
|\ \
| * | brcmsmac: increase timer reference count for new timers onlyPiotr Haber2013-01-111-3/+4
| * | brcmsmac: add copyright information for CanonicalArend van Spriel2013-01-021-0/+1
| * | brcmsmac: Use udelay instead of usleep_rangeNiels Ole Salscheider2013-01-021-2/+2
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-221-4/+2Star
|\ \ \ | | |/ | |/|
| * | wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-141-4/+2Star
* | | brcmsmac: remove dead codePiotr Haber2013-01-072-6/+2Star
* | | brcmsmac: allow user-space setting of interface addressArend van Spriel2013-01-072-4/+4
* | | brcmsmac: use perimeter lock in add_interface() callbackArend van Spriel2013-01-071-0/+2
* | | brcmsmac: increase timer reference count for new timers onlyPiotr Haber2013-01-071-3/+4
* | | brcmsmac: initialize morepending in brcms_b_recv()Geert Uytterhoeven2013-01-071-1/+1
|/ /
* | mac80211: split TX aggregation stop actionJohannes Berg2013-01-031-1/+3
* | regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg2013-01-031-4/+3Star
* | regulatory: remove handling of channel bandwidthJohannes Berg2013-01-031-1/+1
|/
* brcmsmac: add support for BCM43224 with PCI id of 14e4:a8d8Hauke Mehrtens2012-12-101-2/+3
* brcmsmac: do a read after the write of the objmem on broken PCIe controllersHauke Mehrtens2012-12-101-1/+1
* brcmsmac: add support for cores with revision 17Hauke Mehrtens2012-12-102-3/+4
* brcmsmac: fix uninitialized variable warning on arm architectureArend van Spriel2012-12-101-1/+1
* brcm80211: remove __dev* attributesBill Pemberton2012-12-061-2/+2
* brcmsmac: remove duplicated include from debug.cWei Yongjun2012-12-061-1/+0Star
* brcmsmac: Fix possible NULL pointer dereference in _dma_ctrlflags()Seth Forshee2012-11-301-3/+1Star
* brcmsmac: support 4313iPAPiotr Haber2012-11-302-162/+271
* brcmsmac: move PHY functionsPiotr Haber2012-11-301-50/+52
* brcmsmac: hardware info in debugfsPiotr Haber2012-11-304-1/+144
* brcmsmac: fix bounds checking in tx/rxPiotr Haber2012-11-301-13/+17
* brcmsmac: cleanup in isr codePiotr Haber2012-11-303-24/+13Star
* brcmsmac: handle packet drop during transmit correctlyPiotr Haber2012-11-303-8/+11
* brcmsmac: Add __printf verification to logging prototypesJoe Perches2012-11-261-2/+8
* 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
* | 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-203-20/+24
* | brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee2012-11-204-96/+72Star
* | brcmsmac: Add brcms_dbg_int() debug macroSeth Forshee2012-11-202-6/+7
* | brcmsmac: Add rx and tx debug macrosSeth Forshee2012-11-202-10/+10
* | brcmsmac: Add brcms_dbg_mac80211() debug macroSeth Forshee2012-11-202-27/+35
* | 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-203-4/+4
* | brcm80211: Allow trace support to be enabled separately from debugSeth Forshee2012-11-201-3/+3
* | 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