summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8712: Replace function r8712_dequeue_cmd()Nishka Dasgupta2019-07-011-6/+1
* staging: rtl8712: Replace function r8712_enqueue_cmd()Nishka Dasgupta2019-07-011-10/+7
* staging: rtl8712: r8712_xmit_resource_alloc(): Change return valuesNishka Dasgupta2019-07-012-3/+4
* staging: rtl8712: _r8712_init_sta_priv(): Change return valuesNishka Dasgupta2019-07-013-5/+6
* staging: rtl8712: _r8712_free_sta_priv(): Change return typeNishka Dasgupta2019-07-012-3/+2
* staging: rtl8712: mp_start_test(): Change return valuesNishka Dasgupta2019-07-011-3/+3
* staging: rtl8712: r8712_parse_wpa2_ie(): Change return valuesNishka Dasgupta2019-07-012-7/+7
* staging: rtl8712: r8712_parse_wpa_ie(): Change return valuesNishka Dasgupta2019-07-012-7/+7
* staging: rtl8712: Change return values of r8712_getrfreg_cmd()Nishka Dasgupta2019-07-013-6/+6
* staging: rtl8712: reduce stack usage, againArnd Bergmann2019-06-281-69/+88
* staging: rtl8712: Change return values of r8712_setrfreg_cmd()Nishka Dasgupta2019-06-263-6/+6
* staging: rtl8712: Remove r8712_setassocsta_cmd()Nishka Dasgupta2019-06-262-30/+0
* staging: rtl8712: Remove mp_start_joinbss()Nishka Dasgupta2019-06-262-18/+0
* staging: rtl8712: Replace r8712_find_network()Nishka Dasgupta2019-06-261-16/+2
* staging: rtl8712: Remove r8712_setrttbl_cmd()Nishka Dasgupta2019-06-262-24/+0
* staging: rtl8712: Replace r8712_free_evt_priv()Nishka Dasgupta2019-06-261-6/+1
* staging: rtl8712: Replace r8712_free_cmd_priv()Nishka Dasgupta2019-06-261-6/+1
* staging: rtl8712: Change return values of r8712_init_evt_priv()Nishka Dasgupta2019-06-262-3/+3
* staging: rtl8712: Replace function r8712_init_evt_priv()Nishka Dasgupta2019-06-262-7/+2
* staging: rtl8712: Change return values in r8712_init_cmd_priv()Nishka Dasgupta2019-06-262-4/+4
* staging: rtl8712: Replace function r8712_init_cmd_priv()Nishka Dasgupta2019-06-212-7/+2
* staging: rtl8712: Remove function r8712_setrfintfs_cmd()Nishka Dasgupta2019-06-212-22/+0
* staging: rtl8712: Remove function r8712_setfwra_cmd()Nishka Dasgupta2019-06-212-21/+0
* staging: rtl8712: Remove function r8712_setfwdig_cmd()Nishka Dasgupta2019-06-212-21/+0
* staging: rtl8712: Remove function r8712_setbasicrate_cmdNishka Dasgupta2019-06-212-22/+0
* staging: rtl8712: r8712_enqueue_cmd_ex(): Change return typeNishka Dasgupta2019-06-212-5/+4
* staging: rtl8712: r8712_wdg_timeout_handler: Remove functionNishka Dasgupta2019-06-213-7/+1
* staging: rtl8712: r8712_wdg_wk_cmd(): Change return typeNishka Dasgupta2019-06-212-5/+4
* staging: rtl8712: r8712_disconnectCtrlEx_cmd(): Change return typeNishka Dasgupta2019-06-212-5/+4
* staging: rtl8712: r8712_addbareq_cmd(): Change return typeNishka Dasgupta2019-06-212-5/+4
* staging: rtl8712: r8712_setMacAddr_cmd(): Change return typeNishka Dasgupta2019-06-202-5/+4
* staging: rtl8712: r8712_setstakey_cmd(): Change return typeNishka Dasgupta2019-06-202-6/+5
* staging: rtl8712: r8712_setopmode_cmd(): Change return typeNishka Dasgupta2019-06-202-5/+4
* staging: rtl8712: r8712_disassoc_cmd(): Change type to voidNishka Dasgupta2019-06-202-5/+4
* staging: rtl8712: r8712_set_chplan_cmd(): Change return typeNishka Dasgupta2019-06-202-5/+4
* staging: rtl8712: Change (r8712)_enqueue_cmd to voidNishka Dasgupta2019-06-202-10/+6
* staging: rtl8712: r8712_joinbss_cmd(): Change return values and typeNishka Dasgupta2019-06-205-12/+10
* staging: rtl8712: rtl871x_cmd.c: Remove unnecessary null checkNishka Dasgupta2019-06-201-4/+0
* staging: rtl8712: rtl8712_efuse.c: Remove leading p from variable namesNishka Dasgupta2019-06-201-76/+76
* staging: rtl8712: mlme_linux.c: Remove leading p from variable namesNishka Dasgupta2019-06-201-17/+17
* staging: rtl8712: rtl87x_io : make use of kzallocHariprasad Kelam2019-06-201-3/+1
* staging: rtl8712: Fixed CamelCase wkFilterRxFF0 renamed to wk_filter_rx_ff0Deepak Mishra2019-06-133-3/+3
* staging: rtl8712: Fixed CamelCase lockRxFF0Filter renamed to lock_rx_ff0_filterDeepak Mishra2019-06-133-4/+4
* staging: rtl8712: remove the leading spacesLi Mingshuo2019-06-131-2/+2
* staging: rtl8712: Change return values of r8712_createbss_cmd()Nishka Dasgupta2019-06-133-5/+5
* staging: rtl8712: Change return values of r8712_setdatarate_cmd()Nishka Dasgupta2019-06-133-9/+7
* staging: rtl8712: removed unused variables from struct _adapterDeepak Mishra2019-06-101-4/+0
* staging: rtl8712: Fixed CamelCase cmdThread rename to cmd_threadDeepak Mishra2019-06-102-4/+4
* staging: rtl8712: Removed redundant code from function oid_rt_pro_write_regis...Deepak Mishra2019-06-102-6/+0
* staging: rtl8712: Fixed CamelCase for EepromAddressSizeDeepak Mishra2019-06-103-5/+5