aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8821ae (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08staging: use pci_zalloc_consistentJoe Perches1-24/+12
2014-07-27staging: rtl8821ae: fixed a space coding style issueSylvain Calador1-1/+1
2014-07-15Staging: rtl8821ae: delete unneeded lines in cam.cJoerg C. Meyer1-7/+0
2014-07-10staging: r8821ae: avoid leaking format stringKees Cook1-1/+1
2014-07-08staging: rtl8821ae: Pass large struct by const referenceRasmus Villemoes3-4/+4
2014-06-29drivers/staging/rtl8821ae/rtl8821ae/hal_btc.c: remove unnecessary null test before kfreeFabian Frederick1-2/+1
2014-06-26drivers/staging/rtl8821ae: replace magic number by macroRickard Strandqvist2-1/+2
2014-06-26drivers/staging/rtl8821ae/rtl8821ae: Remove dead codeRasmus Villemoes1-14/+0
2014-06-20v2 staging: translates 3 comments into english in HalBtc8812a1Ant.cToralf Förster1-7/+7
2014-06-19staging: Remove useless "default N" linesPaul Bolle1-1/+0
2014-06-19staging: rtl8821ae: fix sparse warning for static declarationsMarcus Farkas1-2/+4
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+3
2014-05-27staging: rtl8821ae: stats.c: Remove version specific codeSachin Kamat1-2/+0
2014-05-27staging: rtl8821ae: trx.h: Remove version specific codeSachin Kamat1-11/+0
2014-05-27staging: rtl8821ae: trx.c: Remove version specific codeSachin Kamat1-45/+0
2014-05-27staging: rtl8821ae: sw.c: Remove version specific codeSachin Kamat1-21/+0
2014-05-27staging: rtl8821ae: regd.h: Remove version specific codeSachin Kamat1-8/+0
2014-05-27staging: rtl8821ae: regd.c: Remove version specific codeSachin Kamat1-52/+0
2014-05-27staging: rtl8821ae: rc.c: Remove version specific codeSachin Kamat1-18/+0
2014-05-27staging: rtl8821ae: ps.c: Remove version specific codeSachin Kamat1-26/+0
2014-05-27staging: rtl8821ae: pci.h: Remove version specific codeSachin Kamat1-5/+0
2014-05-27staging: rtl8821ae: pci.c: Remove version specific codeSachin Kamat1-120/+0
2014-05-27staging: rtl8821ae: efuse.c: Remove version specific codeSachin Kamat1-2/+0
2014-05-27staging: rtl8821ae: debug.c: Remove version specific codeSachin Kamat1-5/+0
2014-05-27staging: rtl8821ae: core.c: Remove version specific codeSachin Kamat1-154/+2
2014-05-27staging: rtl8821ae: compat.h: Remove version specific codeSachin Kamat1-57/+0
2014-05-27staging: rtl8821ae: cam.c: Remove version specific codeSachin Kamat1-2/+0
2014-05-27staging: rtl8821ae: base.c: Remove version specific codeSachin Kamat1-45/+1
2014-05-26staging: r8821ae: Fix potential problem with rate control registrationLarry Finger1-1/+1
2014-05-25staging: rtl8821ae: add static for local symbols in rtl_btc.cKonrad Zapalowicz1-1/+1
2014-05-25staging: rtl8821ae: deal with unused functions in halbtcoutsrc.cKonrad Zapalowicz1-44/+0
2014-05-25staging: rtl8821ae: add static for local symbols in halbtcoutsrc.cKonrad Zapalowicz1-45/+48
2014-05-25staging: rtl8821ae: deal with unused functions in halbtc8723b2ant.cKonrad Zapalowicz1-0/+6
2014-05-25staging: rtl8821ae: add static for local symbols in halbtc8723b2ant.cKonrad Zapalowicz1-66/+75
2014-05-25staging: rtl8821ae: deal with unused functions in halbtc8723b1ant.cKonrad Zapalowicz1-231/+4
2014-05-25staging: rtl8821ae: add static for local symbols in halbtc8723b1ant.cKonrad Zapalowicz1-94/+109
2014-05-23staging/rtl8821ae: avoid format string leak to thread nameKees Cook1-1/+2
2014-05-23staging: rtl8821ae: fix not declared symbols should be static in sw.cKonrad Zapalowicz1-5/+5
2014-05-23staging: rtl8821ae: fix double const in sw.cKonrad Zapalowicz1-1/+1
2014-05-23staging: rtl8821ae: fix pointer coding styleLevente Kurusa1-1/+1
2014-05-03rtl8821ae: fixed defined-not-used warningJan Moskyto Matejka2-45/+0
2014-05-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-11/+3
2014-04-25staging/rtl8821ae: fix sparse address space warningAnders Darander2-9/+9
2014-04-25staging: rtl8821ae: don't initialise statics to 0 or NULL in halbtc8192e2ant.cMark Einon1-5/+5
2014-04-25staging: rtl8821ae: Fix indetentation of switch case statementsMark Einon1-10/+10
2014-04-25staging: rtl8821ae: halbtc8192e2ant.c fix checkpatch leading spaces/tabs issuesMark Einon1-21/+21
2014-04-25staging: rtl8821ae: Fix checkpatch whitespace issuesMark Einon1-50/+50
2014-04-25staging: rtl8821ae: Remove declaration assignment to zeroMark Einon1-3/+1
2014-04-25staging: rtl8821ae: Fix halbtc8192e2ant.c 'defined but not used' sparse warningsMark Einon1-48/+0
2014-04-25staging: rtl8821ae: Fix halbtc8192e2ant.c 'should it be static?' sparse warningsMark Einon1-104/+114