summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
2022-12-05staging: r8188eu: use subtype helper in rtw_check_bcn_infoMartin Kaiser1-4/+3
2022-12-05staging: r8188eu: use subtype helpers in collect_bss_infoMartin Kaiser1-15/+11
2022-12-05staging: r8188eu: remove unused da parameterMartin Kaiser3-21/+17
2022-12-05staging: r8188eu: merge two probereq_p2p functionsMartin Kaiser1-12/+2
2022-12-05staging: r8188eu: simplify err handling for unknown stationMartin Kaiser1-11/+11
2022-12-05staging: r8188eu: handle the non-ap case firstMartin Kaiser1-19/+17
2022-12-05staging: r8188eu: move bBusyTraffic updateMartin Kaiser1-1/+1
2022-12-05staging: r8188eu: read reason code from ieee80211_mgmtMartin Kaiser1-2/+1
2022-12-05staging: r8188eu: use ieee80211_mgmt to parse addressesMartin Kaiser1-4/+4
2022-12-05staging: r8188eu: remove a variableMartin Kaiser1-3/+1
2022-12-05staging: r8188eu: simplify error handling for missing stationMartin Kaiser1-12/+12
2022-12-05staging: r8188eu: stop beacon processing if kmalloc failsMartin Kaiser1-6/+7
2022-12-05staging: r8188eu: exit if beacon is not from our bssMartin Kaiser1-51/+52
2022-12-05staging: r8188eu: simplify update_sta_support_rate paramsMartin Kaiser1-1/+1
2022-12-05staging: r8188eu: use ie buffer in update_beacon_infoMartin Kaiser3-10/+6
2022-12-05staging: r8188eu: pass only ies to process_p2p_ps_ieMartin Kaiser2-10/+10
2022-12-05staging: r8188eu: replace GetAddr2Ptr callsMartin Kaiser1-4/+3
2022-12-05staging: r8188eu: read timestamp from ieee80211_mgmtMartin Kaiser1-19/+2
2022-12-05staging: r8188eu: replace one GetAddr3Ptr callMartin Kaiser1-1/+2
2022-12-05staging: r8188eu: use ieee80211 helper for protected bitMartin Kaiser2-4/+1
2022-12-05staging: r8188eu: simplify the checks for zero addressMartin Kaiser1-3/+2
2022-12-05staging: r8188eu: fix the number of probereq retriesMartin Kaiser2-15/+9
2022-12-05staging: r8188eu: remove wait_ms parameterMartin Kaiser2-7/+7
2022-12-05staging: r8188eu: drop return value from issue_probereq_exMartin Kaiser2-11/+4
2022-11-17staging: r8188eu: binstallGrpkey is set to _FAILMichael Straube1-1/+1
2022-11-17staging: r8188eu: convert _rtw_init_xmit_priv() to common error logicMichael Straube3-22/+10
2022-11-17staging: r8188eu: convert rtw_xmit_resource_alloc() to common error logicMichael Straube1-9/+8
2022-11-17staging: r8188eu: convert aes_cipher() to voidMichael Straube1-3/+1
2022-11-17staging: r8188eu: rename three functionsMichael Straube3-14/+14
2022-11-09drivers: staging: r8188eu: Fix sleep-in-atomic-context bug in rtw_join_timeou...Duoming Zhou1-1/+1
2022-11-08staging: r8188eu: drop removal/stop check in dump_mgntframe_and_wait_ackMartin Kaiser1-3/+0
2022-11-08staging: r8188eu: drop another removal/stop checkMartin Kaiser1-3/+0
2022-11-08staging: r8188eu: use a qos_hdr in validate_recv_data_frameMartin Kaiser1-4/+5
2022-11-08staging: r8188eu: remove unnecessary castingDeepak R Varma1-1/+1
2022-11-08staging: r8188eu: simplify complex pointer castingDeepak R Varma1-3/+2
2022-11-08staging: r8188eu: clean up error handling in rtw_start_drv_threads()Michael Straube2-11/+8
2022-11-08staging: r8188eu: remove checks in dump_mgntframeMartin Kaiser1-3/+0
2022-11-08staging: r8188eu: merge two rtw_free_network_nolock functionsMartin Kaiser2-17/+8
2022-11-08staging: r8188eu: remove get_fwstateMartin Kaiser1-5/+0
2022-11-08staging: r8188eu: clean up rtw_hal_initMartin Kaiser1-12/+7
2022-11-08staging: r8188eu: remove state checks in rtw_led_controlMartin Kaiser1-2/+1
2022-11-08staging: r8188eu: reformat a function headerMartin Kaiser1-5/+1
2022-11-08staging: r8188eu: reorder assignments, clarify the header formatMartin Kaiser1-9/+6
2022-11-08staging: r8188eu: remove some obsolete commentsMartin Kaiser1-2/+0
2022-11-08staging: r8188eu: don't store addba requestMartin Kaiser3-24/+13
2022-11-08staging: r8188eu: convert three functions to boolMichael Straube2-12/+12
2022-11-08staging: r8188eu: remove unused struct declarationsDeepak R Varma1-42/+0
2022-11-08staging: r8188eu: change return type of rtw_set_802_11_disassociate to voidPhillip Potter3-10/+5
2022-11-08staging: r8188eu: remove unused ijk_matrix_regs_set implementationDeepak R Varma2-15/+0
2022-11-02staging: r8188eu: convert rtw_setdatarate_cmd to correct error semanticsPhillip Potter3-17/+10