Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'staging-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

Pull staging driver fixes from Greg KH:
"Two tiny staging driver fixes:

- ralink-gdma driver authorship information fixed up

- rtl8723bs driver fix for reported regression

Both have been in linux-next for a while with no reported problems"

* tag 'staging-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
staging: ralink-gdma: Remove incorrect author information
staging: rtl8723bs: Fix uninitialized variables

+1 -3
+1 -1
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
··· 2091 2091 struct net_device *ndev = padapter->pnetdev; 2092 2092 2093 2093 { 2094 - struct station_info sinfo; 2094 + struct station_info sinfo = {}; 2095 2095 u8 ie_offset; 2096 2096 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) 2097 2097 ie_offset = _ASOCREQ_IE_OFFSET_;