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