mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
staging: rtl8723au: collect_bss_info(): Don't memset() what we just kzalloc()'d
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1bebe75626
commit
8d7fb1b874
|
|
@ -4335,8 +4335,6 @@ static struct wlan_bssid_ex *collect_bss_info(struct rtw_adapter *padapter,
|
|||
memcpy(bssid->Ssid.ssid, p + 2, p[1]);
|
||||
bssid->Ssid.ssid_len = p[1];
|
||||
|
||||
memset(bssid->SupportedRates, 0, NDIS_802_11_LENGTH_RATES_EX);
|
||||
|
||||
/* checking rate info... */
|
||||
i = 0;
|
||||
p = cfg80211_find_ie(WLAN_EID_SUPP_RATES, bssid->IEs + ie_offset,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user