summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au
Commit message (Expand)AuthorAgeFilesLines
* Staging: rtl8723au: hal: Space prohibited before semicolonAybuke Ozdemir2014-09-191-2/+2
* Staging: rtl8723au: core: Fix unnecassary braces warning.Aybuke Ozdemir2014-09-191-2/+1
* Staging: rtl8723au: core: Fix "foo * bar" warning.Aybuke Ozdemir2014-09-191-4/+4
* drivers: staging: rtl8723au: Fix "space required after that ','" errorsGreg Donald2014-09-198-37/+39
* staging: rtl8723au: fix sparse incorrect type assignment warningsKieron Browne2014-09-191-2/+2
* staging: rtl8723au: Fix checkpatch errorsMihaelaGaman2014-09-191-13/+13
* drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible'...Greg Donald2014-09-1110-39/+35
* drivers: staging: rtl8723au: Fix '"(foo*)" should be "(foo *)"' errorsGreg Donald2014-09-085-18/+20
* drivers: staging: rtl8723au: Fix "space required before that '*'" errorsGreg Donald2014-09-082-3/+3
* staging: rtl8723au: Remove write-only variables hal_data_8723a.EEPROM[VP]IDJes Sorensen2014-09-082-26/+0
* drivers: staging: rtl8723au: Fix return is not a function, parentheses are no...Greg Donald2014-09-021-1/+1
* drivers: staging: rtl8723au: Fix space prohibited before that close parenthes...Greg Donald2014-08-304-6/+6
* drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald2014-08-3010-36/+36
* staging: rtl8723au: Remove unnecessary bit masking.Andreas Schlick2014-08-161-2/+1
* staging: rtl8723au: Move open braces to the previous line.Andreas Schlick2014-08-161-22/+11
* staging: rtl8723au: Fix static symbol sparse warningMiguel Oliveira2014-08-011-25/+0
* staging: rtl8723au: usb_dvobj_init(): Remove unused variable 'pdev_desc'Jes Sorensen2014-08-011-3/+0
* staging: rtl8723au: Do not duplicate kernel provided USB macrosJes Sorensen2014-08-011-35/+10
* staging: rtl8723au: Remove never set struct pwrctrl_priv.bHWPowerdownJes Sorensen2014-08-012-14/+8
* staging: rtl8723au: Remove two never set variablesJes Sorensen2014-08-014-37/+0
* staging: rtl8723au: RSSI_test is never setJes Sorensen2014-08-012-6/+2
* staging: rtl8723au: Fix typo in rtl8723au/coreMasanari Iida2014-07-225-11/+11
* staging: rtl8723au: Fix typo in rtw_ap.cMasanari Iida2014-07-221-9/+9
* staging: rtl8723au: Fix typo in rtw_xmit.cMasanari Iida2014-07-221-6/+6
* staging: rtl8723au: Fix typo in rtw_mlme.cMasanari Iida2014-07-221-12/+12
* staging: rtl8723au: Fix typo in rtw_mlme_ext.cMasanari Iida2014-07-221-13/+13
* staging: rtl8723au: rtw_resume(): release semaphore before exit on errorJes Sorensen2014-07-211-1/+3
* staging: rtl8723au: Fold rtw_resume_process23a() into rtw_resume()Jes Sorensen2014-07-212-10/+0
* staging: rtl8723au: Reduce wrapper layers around hal_{de, }init() callsJes Sorensen2014-07-214-45/+19
* staging: rtl8723au: Fold rtl8723a_set_nav_upper() into rtl8723au_hal_init()Jes Sorensen2014-07-213-20/+3
* staging: rtl8723au: Remove a pile of fluff for calling into a bunch of no-op ...Jes Sorensen2014-07-213-88/+0
* staging: rtl8723au: odm_CommonInfoSelfInit23a(): Use proper register definesJes Sorensen2014-07-211-2/+4
* staging: rtl8723au: Merge Init_ODM_ComInfo_8723a() into rtl8723a_init_dm_priv()Jes Sorensen2014-07-211-15/+5
* staging: rtl8723au: Remove obsolete ODM23a_CmnInfoHook()Jes Sorensen2014-07-212-17/+0
* staging: rtl8723au: Eliminate obsolete odm_CmnInfoHook_Debug23a()Jes Sorensen2014-07-211-8/+0
* staging: rtl8723au: Eliminate ODM_CMNINFO_POWER_SAVING usageJes Sorensen2014-07-213-13/+2
* staging: rtl8723au: Eliminate ODM_CMNINFO_SCAN related codeJes Sorensen2014-07-213-16/+10
* staging: rtl8723au: Eliminate ODM_CMNINFO_CHNL usageJes Sorensen2014-07-213-13/+3
* staging: rtl8723au: Eliminate ODM_CMNINFO_BW usageJes Sorensen2014-07-215-30/+15
* staging: rtl8723au: Eliminate ugly ODM_CMNINFO_SEC_CHNL_OFFSET usageJes Sorensen2014-07-213-15/+7
* staging: rtl8723au: ODM_DMWatchdog23a(): Take a struct hal_data_8723a *Jes Sorensen2014-07-213-3/+6
* staging: rtl8723au: We don't need two APIs to set pHalData->odmpriv.SupportAb...Jes Sorensen2014-07-213-9/+1
* staging: rtl8723au: Remove another pile of awful unused ODM variablesJes Sorensen2014-07-213-36/+0
* staging: rtl8723au: Remove another pile of useless ODM variablesJes Sorensen2014-07-213-35/+2
* staging: rtl8723au: Remove useless ODM_CMNINFO_{WM_MODE, BAND} related codeJes Sorensen2014-07-213-16/+0
* staging: rtl8723au: Remove ODM_CMNINFO_[RT]X_UNI and related codeJes Sorensen2014-07-213-18/+0
* staging: rtl8723au: Remove write-only variables struct dm_priv->{Init,}DMFlagJes Sorensen2014-07-213-13/+2
* staging: rtl8723au: Remove write-only struct dm_priv->DM_Type variableJes Sorensen2014-07-212-2/+0
* staging: rtl8723au: Remove no-op function dm_CheckStatistics()Jes Sorensen2014-07-211-7/+0
* staging: rtl8723au: Remove no-op rtl8723a_deinit_dm_priv()Jes Sorensen2014-07-213-7/+0
OpenPOWER on IntegriCloud