aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2023-09-26staging: rtl8192e: Remove mode IW_MODE_ADHOC from rtllib_tx.cPhilipp Hortmann4-74/+10
2023-09-26Staging: rtl8192e: Rename variable StatusCodeTree Davies1-4/+4
2023-09-26Staging: rtl8192e: Rename function TSInitializeTree Davies3-3/+3
2023-09-26Staging: rtl8192e: Rename function GetTs()Tree Davies5-10/+10
2023-09-26Staging: rtl8192e: Rename variable PolicyTree Davies2-3/+3
2023-09-26Staging: rtl8192e: Rename variable pStatusCodeTree Davies1-4/+4
2023-09-26Staging: rtl8192e: Rename variable AddrTree Davies4-24/+24
2023-09-26Staging: rtl8192e: Rename variable pPendingBATree Davies1-6/+6
2023-09-26Staging: rtl8192e: Rename variable DstTree Davies1-3/+3
2023-09-26Staging: rtl8192e: Rename variable pPendingBaTree Davies1-3/+3
2023-09-26Staging: rtl8192e: Rename variable pAdmittedBaTree Davies1-3/+3
2023-09-26Staging: rtl8192e: Rename variable TimeTree Davies1-3/+3
2023-09-26staging: rtl8192e: Fix compiler warning truncated writing of iwe.u.namePhilipp Hortmann1-1/+1
2023-09-26staging: rtl8192e: Fix alignment of structs in rtllib.h to twoPhilipp Hortmann1-7/+7
2023-09-26staging: rtl8723bs: hal: Fix codespell-reported spelling mistakesBragatheswaran Manickavel1-3/+3
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg1-1/+1
2023-09-24staging: iio: resolver: ad2s1210: fix not restoring sample gpio in channel readDavid Lechner1-2/+2
2023-09-24staging: iio: resolver: ad2s1210: fix ad2s1210_show_faultDavid Lechner1-1/+1
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-77/+28
2023-09-17staging: vme_user: Fix various comment formatting issues including comment co...Jonathan Bergh1-79/+77
2023-09-17staging: vme_user: Remove spurious newlines between define statementsJonathan Bergh1-4/+0
2023-09-17staging: vt6655: Type encoding info dropped from array name "byVT3253B0_"Pavan Bobba1-16/+16
2023-09-17staging: vme_user: Remove unused (commented) code causing unnecessary checkpa...Jonathan Bergh1-3/+0
2023-09-17staging: octeon: remove typedef in structs cvmx_pip_port_status_t and cvmx_pk...Oliver Crumrine2-8/+8
2023-09-17staging: octeon: remove typedef in enum cvmx_pko_status_tOliver Crumrine1-3/+3
2023-09-17staging: octeon: remove typedef in struct cvmx_pko_lock_tOliver Crumrine1-4/+4
2023-09-17staging: octeon: remove typedef in enum cvmx_pow_wait_tOliver Crumrine1-5/+5
2023-09-17staging: octeon: remove typedef in enum cvmx_helper_interface_mode_tOliver Crumrine2-5/+5
2023-09-17staging: octeon: remove typedef in enum cvmx_spi_mode_tOliver Crumrine1-3/+3
2023-09-17staging: vme_user: fix check unnecessary space after a cast in vme_fake.cAlexon Oliveira1-2/+2
2023-09-17staging: vme_user: fix check unnecessary blank lines in vme_fake.cAlexon Oliveira1-2/+0
2023-09-17staging: vme_user: fix check lines not ending with '(' in vme_fake.cAlexon Oliveira1-2/+1
2023-09-17staging: vme_user: fix check alignment of open parenthesis in vme_fake.cAlexon Oliveira1-32/+33
2023-09-17staging: rtl8192e: Replace frame control constants with IEEE80211_FCTL_*Philipp Hortmann6-51/+38
2023-09-17staging: rtl8192e: Replace usage of RTLLIB_FCTL_DSTODS with functionPhilipp Hortmann3-10/+8
2023-09-17staging: rtl8192e: Replace control subframe types with IEEE80211_STYPE_*Philipp Hortmann4-30/+15
2023-09-17staging: rtl8192e: Replace management subframe types with IEEE80211_STYPE_*Philipp Hortmann3-31/+17
2023-09-17staging: rtl8192e: Remove struct rtllib_pspoll_hdrPhilipp Hortmann2-11/+4
2023-09-17staging: rtl8192e: Remove struct rtllib_hdr_4addrqosPhilipp Hortmann2-21/+9
2023-09-17staging: rtl8192e: Remove struct rtllib_hdr_3addrqosPhilipp Hortmann3-31/+20
2023-09-17staging: rtl8192e: Remove struct rtllib_hdr_4addrPhilipp Hortmann2-59/+48
2023-09-17staging: rtl8192e: Replace struct rtllib_hdr_4addr in rtllib_crypt*.cPhilipp Hortmann2-23/+23
2023-09-17staging: rtl8192e: Remove unused struct rtllib_hdr and two enumsPhilipp Hortmann1-40/+0
2023-09-17staging: rtl8192e: Replace struct rtllib_hdr_3addr in structs of rtllib.hPhilipp Hortmann3-27/+17
2023-09-17staging: rtl8192e: Replace struct rtllib_hdr_3addr in r8192E_dev.cPhilipp Hortmann3-11/+11
2023-09-17staging: rtl8192e: Replace struct rtllib_hdr_3addr in rtllib_softmac.cPhilipp Hortmann1-25/+25
2023-09-17staging: rtl8192e: Replace struct rtllib_hdr_3addr in rtl819x_BAProc.cPhilipp Hortmann1-24/+24
2023-09-17staging: rtl8192e: Replace struct rtllib_hdr_3addr in rtllib_rx.cPhilipp Hortmann1-5/+5
2023-09-17staging: rtl8192e: Replace struct rtllib_hdr_1addr with ieee80211_hdrPhilipp Hortmann3-12/+5
2023-09-17staging: rtl8192e: Remove rtllib_get_payload()Philipp Hortmann2-31/+1