aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-06brcmsmac: radio on led supportPiotr Haber5-0/+174
2013-03-06brcmsmac: export firmware version to ethtoolHauke Mehrtens1-3/+8
2013-02-14brcmsmac: Remove unnecessary memset castsJoe Perches1-13/+10
2013-02-14brcmsmac: Downgrade d11hdrs_mac80211 error messages to warnings.Joe Perches1-16/+13
2013-02-14brcmsmac: fix brcms_c_country_valid()Dan Carpenter1-2/+1
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville4-45/+36
2013-02-08brcmsmac: avoid 512 byte stack variableTim Gardner1-1/+7
2013-02-08brcmsmac: fix u16 overflow warningTim Gardner1-4/+1
2013-02-04brcmsmac: rework of mac80211 .flush() callback operationArend van Spriel4-29/+27
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+2
2013-01-28brcmsmac: fix tx status processingArend van Spriel1-16/+9
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-2/+3
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-4/+2
2013-01-18mac80211: remove ARP filter enable/disable logicJohannes Berg1-3/+2
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-4/+2
2013-01-11brcmsmac: increase timer reference count for new timers onlyPiotr Haber1-3/+4
2013-01-07brcmsmac: remove dead codePiotr Haber2-6/+2
2013-01-07brcmsmac: allow user-space setting of interface addressArend van Spriel2-4/+4
2013-01-07brcmsmac: use perimeter lock in add_interface() callbackArend van Spriel1-0/+2
2013-01-07brcmsmac: increase timer reference count for new timers onlyPiotr Haber1-3/+4
2013-01-07brcmsmac: initialize morepending in brcms_b_recv()Geert Uytterhoeven1-1/+1
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-1/+3
2013-01-03regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg1-4/+3
2013-01-03regulatory: remove handling of channel bandwidthJohannes Berg1-1/+1
2013-01-02brcmsmac: add copyright information for CanonicalArend van Spriel1-0/+1
2013-01-02brcmsmac: Use udelay instead of usleep_rangeNiels Ole Salscheider1-2/+2
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-10brcmsmac: fix uninitialized variable warning on arm architectureArend van Spriel1-1/+1
2012-12-06brcm80211: remove __dev* attributesBill Pemberton1-2/+2
2012-12-06brcmsmac: remove duplicated include from debug.cWei Yongjun1-1/+0
2012-11-30brcmsmac: Fix possible NULL pointer dereference in _dma_ctrlflags()Seth Forshee1-3/+1
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-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-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 Forshee3-20/+24
2012-11-20brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee4-96/+72
2012-11-20brcmsmac: Add brcms_dbg_int() debug macroSeth Forshee2-6/+7