aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/core/rtw_mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-10staging: r8188eu: remove GetHwRegHandler from hal_opsMichael Straube1-1/+1
2021-10-10staging: r8188eu: remove SetHwRegHandler from hal_opsMichael Straube1-6/+5
2021-10-05staging: r8188eu: remove GetHalDefVarHandler from struct hal_opsMichael Straube1-7/+7
2021-09-27staging: r8188eu: remove rtw_scan_abort()Michael Straube1-23/+0
2021-09-27staging: r8188eu: remove rtw_get_timestampe_from_ie()Michael Straube1-5/+0
2021-09-27staging: r8188eu: remove _rtw_enqueue_network()Michael Straube1-17/+0
2021-09-27staging: r8188eu: remove _rtw_dequeue_network()Michael Straube1-19/+0
2021-09-13staging: r8188eu: make _rtw_init_queue a macroPavel Skripkin1-2/+2
2021-09-13staging: r8188eu: Remove conditionals CONFIG_88EU_{AP_MODE,P2P}Larry Finger1-18/+2
2021-09-13staging: r8188eu: remove AntDivCompareHandler from hal_opsMichael Straube1-1/+2
2021-09-13staging: r8188eu: remove SetHalODMVarHandler from hal_opsMichael Straube1-2/+2
2021-09-13staging: r8188eu: remove useless memsetPavel Skripkin1-2/+0
2021-09-13staging: r8188eu: fix memory leak in rtw_set_keyPavel Skripkin1-0/+2
2021-08-26staging: r8188eu: use is_multicast_ether_addr in core/rtw_mlme.cMichael Straube1-2/+2
2021-08-19staging: r8188eu: convert all rtw_zvmalloc calls to vzalloc callsPhillip Potter1-2/+2
2021-08-18staging: r8188eu: clean up comparsions to falseMichael Straube1-6/+6
2021-08-18staging: r8188eu: clean up comparsions to trueMichael Straube1-12/+12
2021-08-18staging: r8188eu: Remove unused including <linux/version.h>Cai Huoqing1-1/+0
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_mlme.cMichael Straube1-40/+40
2021-08-16staging: r8188eu: use common ieee80211 constantsMichael Straube1-4/+4
2021-08-16staging: r8188eu: remove kernel version depended code pathsMichael Straube1-4/+0
2021-08-12staging: r8188eu: Fix Smatch warnings for core/*.cLarry Finger1-9/+7
2021-08-12staging: r8188eu: Remove all 5GHz network typesFabio M. De Francesco1-10/+0
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_mlme.cMichael Straube1-54/+54
2021-08-10staging: r8188eu: clean up comparsions to true/falseMichael Straube1-1/+1
2021-08-06staging: r8188eu: remove RT_TRACE calls from core/rtw_mlme.cPhillip Potter1-118/+12
2021-08-05staging: r8188eu: Remove wrapper routine rtw_msleep_os()Larry Finger1-1/+1
2021-08-05staging: r8188eu: Remove pointless NULL check in rtw_check_join_candidate()Nathan Chancellor1-1/+1
2021-08-05staging: r8188eu: Remove rtw_buf_free()Larry Finger1-2/+2
2021-08-05staging: r8188eu: Remove all calls to _rtw_spinlock_free()Larry Finger1-3/+0
2021-08-05staging: r8188eu: Remove wrapper around vfreeLarry Finger1-3/+1
2021-08-05staging: r8188eu: Remove wrappers for kalloc() and kzalloc()Larry Finger1-4/+4
2021-08-05staging: r8188eu: Remove set but unused variablesFabio M. De Francesco1-4/+0
2021-08-05staging: r8188eu: remove return from void functionsMichael Straube1-7/+0
2021-08-05staging: r8188eu: clean up comparsions to NULL in core directoryMichael Straube1-22/+22
2021-08-02Revert "staging: r8188eu: remove rtw_buf_free() function"Greg Kroah-Hartman1-6/+2
2021-07-31staging: r8188eu: add missing spaces after ',' and before bracesMichael Straube1-5/+5
2021-07-31staging: r8188eu: remove spaces before ',' and ')'Michael Straube1-9/+9
2021-07-30staging: r8188eu: fix include directory messGreg Kroah-Hartman1-11/+11
2021-07-30staging: r8188eu: remove rtw_buf_free() functionGreg Kroah-Hartman1-2/+6
2021-07-30staging: r8188eu: Convert header copyright info to SPDX format, part 4Larry Finger1-19/+3
2021-07-28staging: r8188eu: introduce new core dir for RTL8188eu driverPhillip Potter1-0/+2354