summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
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-09staging: rtl8192u: remove redundant macro definitionsDeepak R Varma1-61/+0
2022-11-09staging: fieldbus: use sysfs_emit() in show functionsDeepak R Varma1-10/+7
2022-11-09staging: ks7010: Avoid clashing function prototypesGustavo A. R. Silva1-122/+126
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: emxx_udc: use min helper macro for variable comparisonDeepak R Varma1-4/+1
2022-11-08staging: rtl8723bs: replace underutilized struct by array variableDeepak R Varma2-20/+13
2022-11-08staging: rtl8192e: Fix divide fault when calculating beacon ageLarry Finger1-3/+3
2022-11-08staging: r8188eu: change return type of rtw_set_802_11_disassociate to voidPhillip Potter3-10/+5
2022-11-08staging: rtl8192e: rtl819x_HTProc: make arrays const and one staticColin Ian King1-3/+3
2022-11-08staging: r8188eu: remove unused ijk_matrix_regs_set implementationDeepak R Varma2-15/+0
2022-11-08staging: rtl8723bs: Use min/max macros for variable comparisonDeepak R Varma2-12/+5
2022-11-08staging: rtl8192e: Use min_t/max_t macros for variable comparisonDeepak R Varma1-9/+4
2022-11-08staging: vt6655: change 2 variable names wFB_Opt0 and wFB_Opt1Tanjuate Brunostar1-16/+16
2022-11-02staging: r8188eu: convert rtw_setdatarate_cmd to correct error semanticsPhillip Potter3-17/+10
2022-11-02staging: wlan-ng: Remove unused structure definitionsDeepak R Varma1-232/+0
2022-11-02staging: wlan-ng: Remove unused function declarationsDeepak R Varma1-22/+0
2022-11-02staging: wlan-ng: Remove unused struct p80211macarray definitionDeepak R Varma1-6/+0
2022-11-02staging: wlan-ng: Remove unused struct wlan_ie_ibss_parms referencesDeepak R Varma1-9/+0
2022-11-02staging: wlan-ng: Remove unused struct wlan_ie_tim referencesDeepak R Varma1-12/+0
2022-11-02staging: wlan-ng: Remove unused struct wlan_ie_supp_rates referencesDeepak R Varma1-14/+0
2022-11-02staging: wlan-ng: Remove unused struct wlan_ie_ssid referencesDeepak R Varma1-12/+0
2022-11-02staging: r8188eu: convert rtw_free_stainfo() to voidMichael Straube2-7/+3
2022-11-02staging: r8188eu: remove extern from function prototypesMichael Straube3-12/+12
2022-11-02staging: rtl8192u: remove unnecessary function implementationDeepak R Varma3-12/+0
2022-11-02staging: rtl8192e: Remove line breaks to match coding styleGabhyun Kim1-2/+1
2022-11-02staging: octeon: cvmx_ptr_to_phys() should return physaddr_tGeert Uytterhoeven1-1/+1
2022-11-02staging: vt6655: change variable name wTimeStampOffTanjuate Brunostar1-2/+2
2022-11-02staging: r8188eu: use ether_addr_equal in OnActionMartin Kaiser1-1/+1
2022-11-02staging: r8188eu: replace ternary operator with min, max, abs macrosMichael Straube3-5/+4