summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8821ae
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+3
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-021-11/+3
| |\
| | * mac80211: add vif to flush callEmmanuel Grumbach2014-04-091-11/+3
* | | staging: rtl8821ae: stats.c: Remove version specific codeSachin Kamat2014-05-271-2/+0
* | | staging: rtl8821ae: trx.h: Remove version specific codeSachin Kamat2014-05-271-11/+0
* | | staging: rtl8821ae: trx.c: Remove version specific codeSachin Kamat2014-05-271-45/+0
* | | staging: rtl8821ae: sw.c: Remove version specific codeSachin Kamat2014-05-271-21/+0
* | | staging: rtl8821ae: regd.h: Remove version specific codeSachin Kamat2014-05-271-8/+0
* | | staging: rtl8821ae: regd.c: Remove version specific codeSachin Kamat2014-05-271-52/+0
* | | staging: rtl8821ae: rc.c: Remove version specific codeSachin Kamat2014-05-271-18/+0
* | | staging: rtl8821ae: ps.c: Remove version specific codeSachin Kamat2014-05-271-26/+0
* | | staging: rtl8821ae: pci.h: Remove version specific codeSachin Kamat2014-05-271-5/+0
* | | staging: rtl8821ae: pci.c: Remove version specific codeSachin Kamat2014-05-271-120/+0
* | | staging: rtl8821ae: efuse.c: Remove version specific codeSachin Kamat2014-05-271-2/+0
* | | staging: rtl8821ae: debug.c: Remove version specific codeSachin Kamat2014-05-271-5/+0
* | | staging: rtl8821ae: core.c: Remove version specific codeSachin Kamat2014-05-271-154/+2
* | | staging: rtl8821ae: compat.h: Remove version specific codeSachin Kamat2014-05-271-57/+0
* | | staging: rtl8821ae: cam.c: Remove version specific codeSachin Kamat2014-05-271-2/+0
* | | staging: rtl8821ae: base.c: Remove version specific codeSachin Kamat2014-05-271-45/+1
* | | staging: r8821ae: Fix potential problem with rate control registrationLarry Finger2014-05-261-1/+1
* | | staging: rtl8821ae: add static for local symbols in rtl_btc.cKonrad Zapalowicz2014-05-251-1/+1
* | | staging: rtl8821ae: deal with unused functions in halbtcoutsrc.cKonrad Zapalowicz2014-05-251-44/+0
* | | staging: rtl8821ae: add static for local symbols in halbtcoutsrc.cKonrad Zapalowicz2014-05-251-45/+48
* | | staging: rtl8821ae: deal with unused functions in halbtc8723b2ant.cKonrad Zapalowicz2014-05-251-0/+6
* | | staging: rtl8821ae: add static for local symbols in halbtc8723b2ant.cKonrad Zapalowicz2014-05-251-66/+75
* | | staging: rtl8821ae: deal with unused functions in halbtc8723b1ant.cKonrad Zapalowicz2014-05-251-231/+4
* | | staging: rtl8821ae: add static for local symbols in halbtc8723b1ant.cKonrad Zapalowicz2014-05-251-94/+109
* | | staging/rtl8821ae: avoid format string leak to thread nameKees Cook2014-05-231-1/+2
* | | staging: rtl8821ae: fix not declared symbols should be static in sw.cKonrad Zapalowicz2014-05-231-5/+5
* | | staging: rtl8821ae: fix double const in sw.cKonrad Zapalowicz2014-05-231-1/+1
* | | staging: rtl8821ae: fix pointer coding styleLevente Kurusa2014-05-231-1/+1
* | | rtl8821ae: fixed defined-not-used warningJan Moskyto Matejka2014-05-032-45/+0
* | | staging/rtl8821ae: fix sparse address space warningAnders Darander2014-04-252-9/+9
* | | staging: rtl8821ae: don't initialise statics to 0 or NULL in halbtc8192e2ant.cMark Einon2014-04-251-5/+5
* | | staging: rtl8821ae: Fix indetentation of switch case statementsMark Einon2014-04-251-10/+10
* | | staging: rtl8821ae: halbtc8192e2ant.c fix checkpatch leading spaces/tabs issuesMark Einon2014-04-251-21/+21
* | | staging: rtl8821ae: Fix checkpatch whitespace issuesMark Einon2014-04-251-50/+50
* | | staging: rtl8821ae: Remove declaration assignment to zeroMark Einon2014-04-251-3/+1
* | | staging: rtl8821ae: Fix halbtc8192e2ant.c 'defined but not used' sparse warningsMark Einon2014-04-251-48/+0
* | | staging: rtl8821ae: Fix halbtc8192e2ant.c 'should it be static?' sparse warningsMark Einon2014-04-251-104/+114
* | | staging: rtl8821ae: Remove unused functionsMark Einon2014-04-251-38/+0
* | | staging: rtl8821ae: Remove file #if 1Mark Einon2014-04-251-4/+1
* | | Merge 3.15-rc2 into staging-nextGreg Kroah-Hartman2014-04-221-2/+8
|\ \ \ | |/ /
| * | staging/rtl8821ae: Fix OOM handling in _rtl_init_deferred_work()Richard Weinberger2014-04-151-2/+8
| |/
* | staging: rtl8821ae: Fix rtl8821ae/hw.h pointer declaration styleMark Einon2014-04-141-4/+4
* | staging: rtl8821ae: Remove FSF mailing address from rtl8821ae/hw.h headerMark Einon2014-04-141-4/+0
* | staging: rtl8821ae: Fix whitespace in rtl8821ae/hw.hMark Einon2014-04-141-13/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-022-2/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-131-1/+1
| |\
| | * rtl8821ae: fixup staging driver for revised ieee80211_is_robust_mgmt_frameJohn W. Linville2014-03-131-1/+1
OpenPOWER on IntegriCloud