aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10staging: rtl8723bs: Allocate full pwep structureKees Cook1-2/+4
2022-06-10staging: olpc_dcon: mark driver as brokenJavier Martinez Canillas1-1/+1
2022-06-06staging: r8188eu: Fix warning of array overflow in ioctl_linux.cLarry Finger1-1/+1
2022-06-06staging: r8188eu: fix rtw_alloc_hwxmits error detection for nowPhillip Potter1-15/+5
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-2/+1
2022-06-03Merge tag 'staging-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds202-9506/+2075
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-5/+7
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-11/+10
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds41-8172/+0
2022-05-23Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-5/+7
2022-05-20staging: r8188eu: remove include/rtw_debug.hPhillip Potter4-49/+2
2022-05-19staging: r8188eu: prevent ->Ssid overflow in rtw_wx_set_scan()Denis Efremov1-2/+4
2022-05-19staging: r8188eu: delete rtw_wx_read/write32()Dan Carpenter1-84/+2
2022-05-19staging: r8188eu: Remove multiple assignmentsSoumya Negi1-1/+2
2022-05-19staging: r8188eu: add check for kzallocJiasheng Jiang2-3/+12
2022-05-19staging: r8188eu: fix warnings in rtw_wlan_utilVihas Makwana1-1/+1
2022-05-19staging: r8188eu: fix warnings in rtw_pwrctrlVihas Makwana1-6/+6
2022-05-19staging: r8188eu: fix warnings in rtw_p2pVihas Makwana1-4/+4
2022-05-19staging: rtl8712: fix uninit-value in r871xu_drv_init()Wang Cheng1-3/+3
2022-05-19staging: rtl8712: fix uninit-value in usb_read8() and friendsWang Cheng1-9/+18
2022-05-19staging: rtl8712: add error handler in r8712_usbctrl_vendorreq()Wang Cheng1-7/+14
2022-05-19staging: r8188eu: remove _drv_ defines from include/rtw_debug.hPhillip Potter1-10/+0
2022-05-19staging: vc04_services: remove unused macroGaston Gonzalez1-1/+0
2022-05-19staging: rtl8192u: remove null check after call container_of()Haowen Bai1-2/+0
2022-05-19staging: rtl8192e: remove null check after call container_of()Haowen Bai1-2/+0
2022-05-19staging: ks7010: remove null check after call container_of()Haowen Bai1-2/+0
2022-05-19staging: r8188eu: remove HW_VAR_AC_PARAM_BE from SetHwReg8188EU()Michael Straube3-6/+3
2022-05-19staging: r8188eu: assoc_rsp and assoc_rsp_len are not usedMartin Kaiser3-9/+0
2022-05-19staging: r8188eu: last_rx_mgnt_pkts is set but not usedMartin Kaiser1-2/+0
2022-05-19staging: r8188eu: simplify error handling in recv_func_prehandleMartin Kaiser1-4/+1
2022-05-19staging: r8188eu: remove obsolete commentsMartin Kaiser1-22/+0
2022-05-19staging: r8188eu: use ieee80211 helper to check for beaconMartin Kaiser1-3/+1
2022-05-19staging: r8188eu: use defines for addba response statusMartin Kaiser1-1/+2
2022-05-19staging: r8188eu: use the tid in delba processingMartin Kaiser1-3/+4
2022-05-19staging: r8188eu: check for initiator vs recipientMartin Kaiser1-2/+3
2022-05-19staging: r8188eu: use BIT(tid) instead of manual shiftMartin Kaiser1-1/+1
2022-05-19staging: r8188eu: replace if with ternary operatorMartin Kaiser1-4/+2
2022-05-19staging: r8188eu: merge process_addba_req into OnAction_backMartin Kaiser3-25/+5
2022-05-19staging: r8188eu: read addba resp tid from ieee80211_mgmtMartin Kaiser1-1/+2
2022-05-19staging: r8188eu: get addba resp status from ieee80211_mgmtMartin Kaiser1-3/+2
2022-05-19staging: r8188eu: Fix block comment formatSoumya Negi1-32/+28
2022-05-19staging: rtl8723bs: Fix alignment to match open parenthesisSoumya Negi1-11/+13
2022-05-19staging: vt6655: Replace VNSvOutPortB with iowrite8Philipp Hortmann9-64/+48
2022-05-19staging: vt6655: Replace MACvTransmitBCN with VNSvOutPortBPhilipp Hortmann2-4/+1
2022-05-19staging: vt6655: Replace MACvStart with VNSvOutPortBPhilipp Hortmann2-5/+2
2022-05-19staging: r8188eu: drop redundant if checkVihas Makwana1-8/+6
2022-05-19staging: r8188eu: read back action code from ieee80211_mgmtMartin Kaiser1-3/+2
2022-05-19staging: r8188eu: use back action codes from ieee80211.hMartin Kaiser1-5/+5
2022-05-19staging: r8188eu: read destination address from ieee80211_mgmtMartin Kaiser1-1/+1
2022-05-19staging: r8188eu: don't check the category in OnAction_backMartin Kaiser1-39/+37