aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-20staging: rtl8723au: Fix alignment of mac_addr for ether_addr_copy() usageJes Sorensen1-1/+1
2014-09-19drivers: staging: rtl8723au: Fix "space required after that ','" errorsGreg Donald7-18/+19
2014-09-11drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible' errorsGreg Donald2-12/+12
2014-09-08staging: rtl8723au: Remove write-only variables hal_data_8723a.EEPROM[VP]IDJes Sorensen1-4/+0
2014-09-02drivers: staging: rtl8723au: Fix return is not a function, parentheses are not required errorGreg Donald1-1/+1
2014-08-30drivers: staging: rtl8723au: Fix space prohibited before that close parenthesis ')' errorsGreg Donald3-5/+5
2014-08-30drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald3-6/+6
2014-08-01staging: rtl8723au: Remove never set struct pwrctrl_priv.bHWPowerdownJes Sorensen1-1/+0
2014-08-01staging: rtl8723au: Remove two never set variablesJes Sorensen2-2/+0
2014-08-01staging: rtl8723au: RSSI_test is never setJes Sorensen1-1/+0
2014-07-21staging: rtl8723au: Fold rtw_resume_process23a() into rtw_resume()Jes Sorensen1-1/+0
2014-07-21staging: rtl8723au: Reduce wrapper layers around hal_{de, }init() callsJes Sorensen1-2/+2
2014-07-21staging: rtl8723au: Fold rtl8723a_set_nav_upper() into rtl8723au_hal_init()Jes Sorensen1-1/+0
2014-07-21staging: rtl8723au: Remove a pile of fluff for calling into a bunch of no-op functionsJes Sorensen1-9/+0
2014-07-21staging: rtl8723au: Remove obsolete ODM23a_CmnInfoHook()Jes Sorensen1-2/+0
2014-07-21staging: rtl8723au: Eliminate ODM_CMNINFO_POWER_SAVING usageJes Sorensen1-3/+0
2014-07-21staging: rtl8723au: Eliminate ODM_CMNINFO_SCAN related codeJes Sorensen1-3/+1
2014-07-21staging: rtl8723au: Eliminate ODM_CMNINFO_CHNL usageJes Sorensen1-4/+0
2014-07-21staging: rtl8723au: Eliminate ODM_CMNINFO_BW usageJes Sorensen1-14/+3
2014-07-21staging: rtl8723au: Eliminate ugly ODM_CMNINFO_SEC_CHNL_OFFSET usageJes Sorensen1-3/+0
2014-07-21staging: rtl8723au: ODM_DMWatchdog23a(): Take a struct hal_data_8723a *Jes Sorensen1-1/+2
2014-07-21staging: rtl8723au: We don't need two APIs to set pHalData->odmpriv.SupportAbilityJes Sorensen1-1/+0
2014-07-21staging: rtl8723au: Remove another pile of awful unused ODM variablesJes Sorensen1-16/+0
2014-07-21staging: rtl8723au: Remove another pile of useless ODM variablesJes Sorensen1-15/+1
2014-07-21staging: rtl8723au: Remove useless ODM_CMNINFO_{WM_MODE, BAND} related codeJes Sorensen1-6/+0
2014-07-21staging: rtl8723au: Remove ODM_CMNINFO_[RT]X_UNI and related codeJes Sorensen1-6/+0
2014-07-21staging: rtl8723au: Remove write-only variables struct dm_priv->{Init,}DMFlagJes Sorensen1-2/+0
2014-07-21staging: rtl8723au: Remove write-only struct dm_priv->DM_Type variableJes Sorensen1-1/+0
2014-07-21staging: rtl8723au: Remove no-op rtl8723a_deinit_dm_priv()Jes Sorensen1-1/+0
2014-07-21staging: rtl8723au: Remove unused DefaultInitialGain arrayJes Sorensen1-1/+0
2014-07-21staging: rtl8723au: bDMInitialGainEnable is always trueJes Sorensen1-1/+0
2014-07-17staging: rtl8723au: Remove pointless IS_STA_VALID() macroJes Sorensen1-4/+0
2014-07-17staging: rtl8723au: Remove unused odm_RegDefine11AC.hJes Sorensen2-50/+0
2014-07-17staging: rtl8723au: ODM_IC_11N_SERIES is always true for SupportICTypeJes Sorensen2-10/+5
2014-07-17staging: rtl8723au: Use proper name REG_CAMCMD and remove wrapper invalidate_cam_all23a()Jes Sorensen2-3/+1
2014-07-17staging: rtl8723au: Remove RegBcnCtrlValJes Sorensen1-1/+0
2014-07-17staging: rtl8723au: Remove write-only variable UsbRxHighSpeedModeJes Sorensen1-3/+0
2014-07-17staging: rtl8723au: Use rtl8723au_set_media_status() to replace _InitNetworkType()Jes Sorensen1-8/+0
2014-07-17staging: rtl8723au: Reduce number of duplicate defines for link stateJes Sorensen1-10/+0
2014-07-17staging: rtl8723au: Eliminate Set_MSR() wrapper callJes Sorensen1-2/+0
2014-07-13staging: rtl8723au: Remove unncessary wrapper PHY_RFConfig8723A()Jes Sorensen1-1/+0
2014-07-13staging: rtl8723au: Remove obfuscating wrapper ODM_ConfigMACWithHeaderFile23a()Jes Sorensen1-2/+0
2014-07-13staging: rtl8723au: Remove unused ODM_MacStatusQuery23a()Jes Sorensen1-8/+0
2014-07-13staging: rtl8723au: Remove ugly wrapper ODM_ConfigBBWithHeaderFile23a()Jes Sorensen2-11/+0
2014-07-13staging: rtl8723au: Remove unused ODM_ReadAndConfig_PHY_REG_PG_8723A() and related code+dataJes Sorensen2-8/+0
2014-07-13staging: rtl8723au: Remove pointless wrappers for calling odm_ConfigRFReg_8723A()Jes Sorensen1-4/+0
2014-07-13staging: rtl8723au: Eliminate wrapper ODM_ConfigRFWithHeaderFile23a()Jes Sorensen1-4/+0
2014-07-08staging: rtl8723au: Sanitize USB read/write functionsJes Sorensen2-10/+13
2014-07-08staging: rtl8723au: Remove never set struct rtw_adapter->bNotifyChannelChangeJes Sorensen1-2/+0
2014-07-08staging: rtl8723au: pwrctrl_priv->ps_flag is never setJes Sorensen1-2/+0