summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-20staging: r8188eu: check firmware header existence before accessMichael Straube1-5/+4
2022-04-20staging: r8188eu: use pr_info_once() to log the firmware versionMichael Straube1-5/+3
2022-04-20staging: r8188eu: remove variables from rtl8188e_firmware_download()Michael Straube1-6/+2
2022-04-20staging: r8188eu: use sizeof instead of hardcoded firmware header sizeMichael Straube1-3/+4
2022-04-20staging: r8188eu: rename fields of struct rt_firmware_hdrMichael Straube1-29/+29
2022-04-20staging: r8188eu: clean up comments in struct rt_firmware_hdrMichael Straube1-23/+13
2022-04-20staging: r8188eu: convert u32 fields of rt_firmware_hdr to __le32Michael Straube1-3/+3
2022-04-20staging: r8188eu: fix struct rt_firmware_hdrMichael Straube1-1/+1
2022-04-20staging: bcm2835-audio: fix mutex definition without commentAdrien Thierry1-1/+1
2022-04-20staging: bcm2835-audio: fix mutex definition without commentAdrien Thierry1-1/+1
2022-04-20staging: bcm2835-audio: fix unnecessary space after castAdrien Thierry1-1/+1
2022-04-20staging: bcm2835-audio: fix line ending with '('Adrien Thierry1-2/+1
2022-04-20staging: bcm2835-audio: fully describe config symbolAdrien Thierry1-2/+4
2022-04-14staging: rtl8192u: make read-only array EWC11NHTCap static constColin Ian King1-1/+1
2022-04-14staging: ks7010: coding style fix: use tabs for indentAliya Rahmani1-1/+1
2022-04-14staging: rtl8712: Remove unnecessary parenthesesAliya Rahmani1-1/+1
2022-04-14staging: rtl8712: cmd: remove redundant space after castAliya Rahmani1-1/+1
2022-04-14staging: r8188eu: pkt_newalloc is not usedMartin Kaiser2-2/+0
2022-04-14staging: r8188eu: use ieee80211 helpers in mgt_dispatcherMartin Kaiser1-8/+9
2022-04-14staging: r8188eu: merge _mgt_dispatcher into mgt_dispatcherMartin Kaiser1-14/+8
2022-04-14staging: r8188eu: use ieee80211 helper to read the qos tidMartin Kaiser2-3/+1
2022-04-14staging: r8188eu: remove unused timer functionsMartin Kaiser2-14/+0
2022-04-14staging: r8188eu: remove the bInSuspend loopMartin Kaiser1-4/+0
2022-04-14staging: r8188eu: clean up the code to set ips_deny_timeMartin Kaiser4-16/+5
2022-04-14staging: r8188eu: use kernel functions for timeout handlingMartin Kaiser1-3/+3
2022-04-14staging: r8188eu: summarize two if statementsMartin Kaiser1-5/+4
2022-04-14staging: r8188eu: simplify the ps_processing checkMartin Kaiser1-4/+2
2022-04-14staging: r8188eu: make return values consistentMartin Kaiser1-4/+2
2022-04-14staging: r8188eu: simplify delay conditions in rtw_pwr_wakeupMartin Kaiser1-6/+2
2022-04-13staging: r8188eu: clean up long lines in block_write()Michael Straube1-4/+14
2022-04-13staging: r8188eu: remove unneeded initializationsMichael Straube1-1/+1
2022-04-13staging: r8188eu: reduce variables in block_write()Michael Straube1-25/+18
2022-04-13staging: r8188eu: change void parameters to u8Michael Straube1-10/+8
2022-04-13staging: r8188eu: rename parameter of block_write()Michael Straube1-3/+3
2022-04-13staging: r8188eu: correct macro spelling mistakeMichael Straube1-2/+2
2022-04-13drivers: staging: rtl8192eu: Fix deadlock in rtw_joinbss_event_prehandleDuoming Zhou1-2/+4
2022-04-13drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle()Duoming Zhou1-2/+4
2022-04-13drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback()Duoming Zhou1-2/+4
2022-04-13staging: r8188eu: add space around operatorsMahak Gupta1-29/+29
2022-04-13staging: greybus: remove empty callback functionJaehee Park1-8/+0
2022-04-13staging: greybus: correct typo in commentJaehee Park1-1/+1
2022-04-13staging: r8188eu: remove else after return and break statementsMahak Gupta1-24/+17
2022-04-13staging: bcm2835-audio: remove compat ALSA cardAdrien Thierry2-104/+15
2022-04-12staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso5-13/+20
2022-04-12staging/rtl8712: remove event_taskletDavidlohr Bueso1-1/+0
2022-04-12staging/ks7010: replace SME taslet with workDavidlohr Bueso2-12/+11
2022-04-12staging/wlan-ng, prism2usb: replace completion_bh tasklet with workDavidlohr Bueso3-15/+15
2022-04-12staging/wlan-ng, prism2usb: replace reaper_bh tasklet with workDavidlohr Bueso3-9/+9
2022-04-12staging/most, dim2: convert dim2_tasklet to threaded irqDavidlohr Bueso1-20/+9
2022-04-12staging: vt6655: Remove macro PCAvDelayByIOPhilipp Hortmann2-14/+1