aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-20staging: Remove the drivers for the Unisys s-ParFabio M. De Francesco28-9359/+0
2022-04-20staging: r8188eu: use in-kernel ieee80211 header structuresMichael Straube6-186/+157
2022-04-20r8188eu: remove unused urbs from struct xmit_bufIvan Safonov3-22/+12
2022-04-20staging: r8188eu: use ARRAY_SIZE for mlme_sta_tblMartin Kaiser1-1/+1
2022-04-20staging: r8188eu: don't call empty DoReserved functionMartin Kaiser1-2/+2
2022-04-20staging: r8188eu: replace mlme_handler with function pointerMartin Kaiser2-32/+23
2022-04-20staging: r8188eu: the frame type is shifted outMartin Kaiser1-2/+1
2022-04-20staging: r8188eu: replace the GetFrameSubType callMartin Kaiser1-3/+2
2022-04-20staging: r8188eu: check receiver address only onceMartin Kaiser1-6/+1
2022-04-20staging: r8188eu: place constants in right side in a comparisonMahak Gupta5-27/+27
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