1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-08-16 08:34:15 +02:00

Remove STATION_INFO_ASSOC_REQ_IES usage

This commit is contained in:
Harshavardhana 2015-05-19 11:50:43 -07:00
parent 6f6d28214e
commit ab1ec54940

View File

@ -3032,8 +3032,6 @@ void rtw_cfg80211_indicate_sta_assoc(_adapter *padapter, u8 *pmgmt_frame, uint f
else // WIFI_REASSOCREQ
ie_offset = _REASOCREQ_IE_OFFSET_;
sinfo.filled = 0;
sinfo.filled = STATION_INFO_ASSOC_REQ_IES;
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);