aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/core/rtw_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-24staging: r8723au: add & use local variable to simplify referencesAlison Schofield1-5/+6
2015-10-24staging: r8723au: move constant to right of comparison testAlison Schofield1-1/+1
2015-10-24staging: r8723au: replace printk() with netdev_err()Alison Schofield1-1/+2
2015-03-26staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches1-32/+23
2015-03-01Staging: rtl8723au: Remove white space before semicolonYeliz Taneroglu1-1/+1
2015-01-25staging: rtl8723au: core: rtw_cmd: Remove unused functionsRickard Strandqvist1-61/+0
2014-11-26staging:rtl8723au: core: Fix checkpatch warningSanjeev Sharma1-21/+21
2014-11-26staging:rtl8723au: core: Added missing space reported by checkpatch.Sanjeev Sharma1-2/+2
2014-11-26staging: rtl8723au: Remove sw led handlingJes Sorensen1-6/+0
2014-10-29Staging: rtl8723au: rtw_cmd: Replace foo*bar to foo *baranuvazhayil1-6/+6
2014-10-29Staging: rtl8723au: rtw_cmd: Fix space prohibited between function name and open parenthesisanuvazhayil1-19/+19
2014-10-27staging: rtl8723au: Do not use comparisons on bool testsRoberta Dobrescu1-1/+1
2014-10-27Staging: rtl8723au: core: Fix switch-case indentTina Ruchandani1-35/+35
2014-10-27Staging: rtl8723au: core: Dont have { on new lineTina Ruchandani1-4/+2
2014-10-20staging: rtl8723au: core: rtw_cmd: Add blank line after declarationsYeliz Taneroglu1-0/+3
2014-09-11drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible' errorsGreg Donald1-2/+2
2014-09-08drivers: staging: rtl8723au: Fix '"(foo*)" should be "(foo *)"' errorsGreg Donald1-3/+3
2014-08-30drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald1-2/+2
2014-08-01staging: rtl8723au: Remove two never set variablesJes Sorensen1-13/+0
2014-07-22staging: rtl8723au: Fix typo in rtl8723au/coreMasanari Iida1-2/+2
2014-07-08staging: rtl8723au: Remove unnecessary null test before kfreeFabian Frederick1-3/+1
2014-07-08staging: rtl8723au: Fold power_saving_wk_hdl() into rtw_drvextra_cmd_hdl23a()Jes Sorensen1-7/+1
2014-06-21staging: rtl8723au: Remove write-only struct security_priv->authenticator_ieJes Sorensen1-13/+0
2014-05-25staging: rtl8723au: rtw_cmd.c: Remove last #ifdef CONFIG_8723AU_BT_COEXIST usageJes Sorensen1-15/+5
2014-05-25staging: rtl8723au: Rename BT_LpsLeave() rtl8723a_BT_lps_leave()Jes Sorensen1-6/+2
2014-05-25staging: rtl8723au: Rename BTDM_ForDhcp() to rtl8723a_BT_specialpacket_notify()Jes Sorensen1-6/+2
2014-05-25staging: rtl8723au: Rename BT_WifiMediaStatusNotify() rtl8723a_BT_mediastatus_notify()Jes Sorensen1-9/+3
2014-05-25staging: rtl8723au: Rename BT_WifiScanNotify() rtl8723a_BT_wifiscan_notify()Jes Sorensen1-5/+2
2014-05-25staging: rtl8723au: Rename BTDM_Coexist() to rtl8723a_BT_do_coexist()Jes Sorensen1-3/+1
2014-05-25staging: rtl8723au: Remove some CONFIG_8723AU_BT_COEXIST clutterJes Sorensen1-15/+13
2014-05-25staging: rtl8723au: Create rtl8723au_bt_intf.hJes Sorensen1-5/+5
2014-05-25staging: rtl8723au: Don't explicitly check check_fwstate() == trueJes Sorensen1-6/+6
2014-05-23staging: rtl8723au: Use WLAN_CIPHER_SUITE_* to mark crypto typeJes Sorensen1-4/+5
2014-05-23staging: rtl8723au: Fix up some random bit-flag handlingJes Sorensen1-1/+1
2014-05-23staging: rtl8723au: Use nl80211_iftype instead of driver's own custom typesJes Sorensen1-10/+9
2014-05-23staging: rtl8723au: Fix compiling with CONFIG_8723AU_BT_COEXIST=nJes Sorensen1-0/+1
2014-05-16staging: rtl8723au: Make cmd and event handlers return int instead of u8Jes Sorensen1-40/+39
2014-05-16staging: rtl8723au: Get rid of sreset related HAL clutterJes Sorensen1-1/+1
2014-05-16staging: rtl8723au: Get rid of rtw_hal_dm_* clutterJes Sorensen1-1/+1
2014-05-15staging: rtl8723au: Another case of missing 'tid' bounds checking.Jes Sorensen1-0/+5
2014-05-15staging: rtl8723au: Call c2h_handler_8723a() directly instead of via HAL interfaceJes Sorensen1-3/+3
2014-05-15staging: rtl8723au: The driver only has one c2h_id_filterJes Sorensen1-4/+1
2014-05-15staging: rtl8723au: c2h_evt_hdl() is always called with 3rd argument = NULLJes Sorensen1-13/+4
2014-05-15staging: rtl8723au: Declare c2h_evt_hdl staticJes Sorensen1-3/+3
2014-05-15staging: rtl8723au: Get rid of FUNC_NDEV_{FMT,ARG}Jes Sorensen1-4/+3
2014-05-15staging: rtl8723au: Remove FUNC_ADPT_{FMT,ARG}Jes Sorensen1-9/+0
2014-05-15staging: rtl8723au: Add GFP argument to rtw_alloc_stainfo23a()Jes Sorensen1-1/+2
2014-05-15staging: rtl8723au: add GFP argument to rtw_alloc_network()Jes Sorensen1-1/+1
2014-05-15staging: rtl8723au: rtw_createbss_cmd23a_callback(): Relax holding of pmlmepriv->lockJes Sorensen1-5/+3
2014-05-15staging: rtl8723au: Eliminate struct qos_privJes Sorensen1-4/+3