summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/core/rtw_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* staging: Remove rtl8723au driverJes Sorensen2016-09-101-1470/+0
* staging: rtl8723au: Use ARRAY_SIZE macro for sizes of arraysJanani Ravichandran2016-02-111-2/+1
* staging: r8723au: add & use local variable to simplify referencesAlison Schofield2015-10-241-5/+6
* staging: r8723au: move constant to right of comparison testAlison Schofield2015-10-241-1/+1
* staging: r8723au: replace printk() with netdev_err()Alison Schofield2015-10-241-1/+2
* staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches2015-03-261-32/+23
* Staging: rtl8723au: Remove white space before semicolonYeliz Taneroglu2015-03-011-1/+1
* staging: rtl8723au: core: rtw_cmd: Remove unused functionsRickard Strandqvist2015-01-251-61/+0
* staging:rtl8723au: core: Fix checkpatch warningSanjeev Sharma2014-11-261-21/+21
* staging:rtl8723au: core: Added missing space reported by checkpatch.Sanjeev Sharma2014-11-261-2/+2
* staging: rtl8723au: Remove sw led handlingJes Sorensen2014-11-261-6/+0
* Staging: rtl8723au: rtw_cmd: Replace foo*bar to foo *baranuvazhayil2014-10-291-6/+6
* Staging: rtl8723au: rtw_cmd: Fix space prohibited between function name and o...anuvazhayil2014-10-291-19/+19
* staging: rtl8723au: Do not use comparisons on bool testsRoberta Dobrescu2014-10-271-1/+1
* Staging: rtl8723au: core: Fix switch-case indentTina Ruchandani2014-10-271-35/+35
* Staging: rtl8723au: core: Dont have { on new lineTina Ruchandani2014-10-271-4/+2
* staging: rtl8723au: core: rtw_cmd: Add blank line after declarationsYeliz Taneroglu2014-10-201-0/+3
* drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible'...Greg Donald2014-09-111-2/+2
* drivers: staging: rtl8723au: Fix '"(foo*)" should be "(foo *)"' errorsGreg Donald2014-09-081-3/+3
* drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald2014-08-301-2/+2
* staging: rtl8723au: Remove two never set variablesJes Sorensen2014-08-011-13/+0
* staging: rtl8723au: Fix typo in rtl8723au/coreMasanari Iida2014-07-221-2/+2
* staging: rtl8723au: Remove unnecessary null test before kfreeFabian Frederick2014-07-081-3/+1
* staging: rtl8723au: Fold power_saving_wk_hdl() into rtw_drvextra_cmd_hdl23a()Jes Sorensen2014-07-081-7/+1
* staging: rtl8723au: Remove write-only struct security_priv->authenticator_ieJes Sorensen2014-06-211-13/+0
* staging: rtl8723au: rtw_cmd.c: Remove last #ifdef CONFIG_8723AU_BT_COEXIST usageJes Sorensen2014-05-251-15/+5
* staging: rtl8723au: Rename BT_LpsLeave() rtl8723a_BT_lps_leave()Jes Sorensen2014-05-251-6/+2
* staging: rtl8723au: Rename BTDM_ForDhcp() to rtl8723a_BT_specialpacket_notify()Jes Sorensen2014-05-251-6/+2
* staging: rtl8723au: Rename BT_WifiMediaStatusNotify() rtl8723a_BT_mediastatus...Jes Sorensen2014-05-251-9/+3
* staging: rtl8723au: Rename BT_WifiScanNotify() rtl8723a_BT_wifiscan_notify()Jes Sorensen2014-05-251-5/+2
* staging: rtl8723au: Rename BTDM_Coexist() to rtl8723a_BT_do_coexist()Jes Sorensen2014-05-251-3/+1
* staging: rtl8723au: Remove some CONFIG_8723AU_BT_COEXIST clutterJes Sorensen2014-05-251-15/+13
* staging: rtl8723au: Create rtl8723au_bt_intf.hJes Sorensen2014-05-251-5/+5
* staging: rtl8723au: Don't explicitly check check_fwstate() == trueJes Sorensen2014-05-251-6/+6
* staging: rtl8723au: Use WLAN_CIPHER_SUITE_* to mark crypto typeJes Sorensen2014-05-231-4/+5
* staging: rtl8723au: Fix up some random bit-flag handlingJes Sorensen2014-05-231-1/+1
* staging: rtl8723au: Use nl80211_iftype instead of driver's own custom typesJes Sorensen2014-05-231-10/+9
* staging: rtl8723au: Fix compiling with CONFIG_8723AU_BT_COEXIST=nJes Sorensen2014-05-231-0/+1
* staging: rtl8723au: Make cmd and event handlers return int instead of u8Jes Sorensen2014-05-161-40/+39
* staging: rtl8723au: Get rid of sreset related HAL clutterJes Sorensen2014-05-161-1/+1
* staging: rtl8723au: Get rid of rtw_hal_dm_* clutterJes Sorensen2014-05-161-1/+1
* staging: rtl8723au: Another case of missing 'tid' bounds checking.Jes Sorensen2014-05-151-0/+5
* staging: rtl8723au: Call c2h_handler_8723a() directly instead of via HAL inte...Jes Sorensen2014-05-151-3/+3
* staging: rtl8723au: The driver only has one c2h_id_filterJes Sorensen2014-05-151-4/+1
* staging: rtl8723au: c2h_evt_hdl() is always called with 3rd argument = NULLJes Sorensen2014-05-151-13/+4
* staging: rtl8723au: Declare c2h_evt_hdl staticJes Sorensen2014-05-151-3/+3
* staging: rtl8723au: Get rid of FUNC_NDEV_{FMT,ARG}Jes Sorensen2014-05-151-4/+3
* staging: rtl8723au: Remove FUNC_ADPT_{FMT,ARG}Jes Sorensen2014-05-151-9/+0
* staging: rtl8723au: Add GFP argument to rtw_alloc_stainfo23a()Jes Sorensen2014-05-151-1/+2
* staging: rtl8723au: add GFP argument to rtw_alloc_network()Jes Sorensen2014-05-151-1/+1
OpenPOWER on IntegriCloud