aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds22-608/+208
2015-02-07staging: rtl8723au: multiple condition with no effect - if identical to elseNicholas Mc Guire1-52/+8
2015-01-25Staging: rtl8723au: fix space coding style issue in os_intfs.cPeter Poklop1-1/+1
2015-01-25staging: rtl8723au: core: rtw_cmd: Remove unused functionsRickard Strandqvist2-63/+0
2015-01-25staging: rtl8723au: os_dep: usb_intf: Remove unused functionsRickard Strandqvist2-101/+0
2015-01-17staging: rtl8723au: fix sparse warningAlexey Tulia1-9/+0
2015-01-17staging: rtl8723au: hal: odm.c: Remove some unused functionsRickard Strandqvist1-81/+0
2015-01-17Staging: rtl8723au: core: rtw_ap: checkpatch.pl fixesJoe Borg1-5/+5
2015-01-17staging: rtl8723au: Fix sparse invalid assignment warningsYannis Damigos1-2/+2
2015-01-17staging: rtl8723au: core: fixing "foo * bar" should be "foo *bar"Asaf Vertz1-25/+7
2015-01-17staging: rtl8723au: Fix sparse warningsKrzysztof Konopko1-7/+7
2015-01-17Staging: rtl8723au: os_dep: Fixed a coding style issue.Dean Michael Ancajas1-2/+1
2015-01-17staging: rtl8723au: hal: Removed a space before semicolonAnjana Sasindran1-1/+1
2015-01-17staging: rtl8723au: hal: Removed space before semicolonAnjana Sasindran1-2/+2
2015-01-17staging: rtl8723au: hal: Added blank line after declarationAnjana Sasindran1-0/+2
2015-01-17drivers: staging: rtl8723au: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald4-89/+102
2015-01-17staging: rtl8723au: Hal8723PwrSeq.h: Use BIT() define to match mask valueJes Sorensen1-1/+1
2015-01-17staging: rtl8723au: Hal8723PwrSeq.h: Remove SDIO specific entriesJes Sorensen1-29/+11
2015-01-17staging: rtl8723au: Hal8723PwrSeq.h: Remove PCI specific entries from the power sequence tablesJes Sorensen1-7/+1
2015-01-17staging: rtl8723au: HalPwrSeqCmdParsing23a(): Avoid unnecessary variable initsJes Sorensen1-4/+4
2015-01-17staging: rtl8723au: Hal8723APhyCfg.h: Remove more unused #definesJes Sorensen1-10/+0
2015-01-17staging: rtl8723au: There is no 11N pseudo PHY hereJes Sorensen2-13/+0
2015-01-17staging: rtl8723au: Baseband is always configured through PHY regsJes Sorensen2-16/+8
2015-01-17staging: rtl8723au: Hal8723APhyCfg.h: Remove some undefined structs and enumsJes Sorensen1-39/+0
2015-01-17staging: rtl8723au: Use enum for counter and avoid ugly typecastJes Sorensen1-2/+2
2015-01-17staging: rtl8723au: Use proper enum definesJes Sorensen1-2/+4
2015-01-17staging: rtl8723au: Use correct register names to set parameters to reduce 80M spurJes Sorensen1-4/+4
2015-01-17staging: rtl8723au: usb_dvobj_init(): A NULL pointer check for usb_host_endpoints makes no senseJes Sorensen1-39/+33
2015-01-15Merge tag 'mac80211-next-for-davem-2015-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-5/+5
2015-01-12staging: rtl8723au: hal: Removed spaces before semicolonAnjana Sasindran1-4/+4
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg1-5/+4
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds49-3966/+733
2014-12-02staging: rtl8723au: hal: Removed the extra semicolonAnjana Sasindran1-3/+3
2014-12-02staging: rtl8723au: Hal_InitPGData() avoid unnecessary typecastsJes Sorensen1-7/+5
2014-12-02staging: rtl8723au: _DisableAnalog(): Avoid zero-init variables unnecessarilyJes Sorensen1-5/+5
2014-12-02staging: rtl8723au: Remove unnecessary wrapper _ResetDigitalProcedure1()Jes Sorensen1-8/+2
2014-12-02staging: rtl8723au: _ResetDigitalProcedure1_92C() reduce code obfuscationJes Sorensen1-32/+30
2014-12-02staging: rtl8723au: Remove unnecessary wrapper _DisableRFAFEAndResetBB()Jes Sorensen1-7/+2
2014-12-02staging: rtl8723au: _DisableRFAFEAndResetBB8192C(): Reduce code obfuscationJes Sorensen1-4/+3
2014-12-02staging: rtl8723au: _DisableRFAFEAndResetBB8192C(): Use correct enum valueJes Sorensen1-2/+2
2014-12-02staging: rtl8723au: Fold _BlockWrite() into _PageWrite()Jes Sorensen1-14/+4
2014-12-02staging: rtl8723au: rtl8723a_update_ramask(): Fix up some bad formattingJes Sorensen1-19/+18
2014-12-02staging: rtl8723au: Remove unused slimcombo debug flagJes Sorensen2-15/+0
2014-12-02staging: rtl8723au: rtl8723au_read_interrupt() addr argument wasn't usedJes Sorensen4-6/+4
2014-12-02staging: rtl8723au: rtl8723au_read_port() addr argument wasn't usedJes Sorensen4-15/+10
2014-12-02staging: rtl8723au: Use a local variable to state if MAC was already powered onJes Sorensen2-9/+8
2014-12-02staging: rtl8723au: phy_SsPwrSwitch92CU() was never called with bRegSSPwrLvl != 1Jes Sorensen1-238/+84
2014-12-02staging: rtl8723au: Fold _ps_open_RF23a() into rtl8723au_hal_init()Jes Sorensen1-9/+7
2014-12-02staging: rtl8723au: Do not write garbage to REG_SPS0_CTRLJes Sorensen1-10/+9
2014-12-02staging: rtl8723au: Remove no-op _InitHWLed() functionJes Sorensen1-6/+0