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