mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-07 21:48:53 +00:00
switch to 5.4.y
This commit is contained in:
parent
1a4c152fc6
commit
aafb70a9a3
189 changed files with 1212088 additions and 222 deletions
12
patch/kernel/sunxi-dev/wifi-8723bs-AP-bugfix.patch
Normal file
12
patch/kernel/sunxi-dev/wifi-8723bs-AP-bugfix.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
|
||||
index db553f2e4..56bfdc9e5 100644
|
||||
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
|
||||
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
|
||||
@@ -2424,6 +2424,7 @@ void rtw_cfg80211_indicate_sta_assoc(struct adapter *padapter, u8 *pmgmt_frame,
|
||||
ie_offset = _REASOCREQ_IE_OFFSET_;
|
||||
|
||||
sinfo.filled = 0;
|
||||
+ sinfo.pertid = 0;
|
||||
sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset;
|
||||
sinfo.assoc_req_ies_len = frame_len - WLAN_HDR_A3_LEN - ie_offset;
|
||||
cfg80211_new_sta(ndev, GetAddr2Ptr(pmgmt_frame), &sinfo, GFP_ATOMIC);
|
Loading…
Add table
Add a link
Reference in a new issue