mirror of
https://github.com/armbian/build.git
synced 2025-08-10 13:16:58 +02:00
* Bumping EDGE kernel to 5.14.y Meson64: - removing Odroid reboot shutdown patch since its probably not needed anymore Rockchip64: - removing Rockpi S. No interest to maintain this any further - removing PBP suspend. Doesn’t align. Need inspection if some other way was mainstreamed - temporally removing Orangepi R1 * Re-adding rockpis, pbp suspend, HFLPS170 wifi and cleanup * Removing deprecated patch, fixing ap6256 wifi * Re-enable Opi R1 plus, untest * Add and fix Radxa Zero
13 lines
657 B
Diff
13 lines
657 B
Diff
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);
|