mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 18:04:38 -04:00
staging: rtl8723au: rtw_survey_event_cb23a(): Use the correct types for the received arguments
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8ab7bdba0d
commit
7195dc0e1a
@@ -638,8 +638,9 @@ void rtw_survey_event_cb23a(struct rtw_adapter *adapter, const u8 *pbuf)
|
||||
u32 len;
|
||||
struct wlan_bssid_ex *pnetwork;
|
||||
struct mlme_priv *pmlmepriv = &adapter->mlmepriv;
|
||||
struct survey_event *survey = (struct survey_event *)pbuf;
|
||||
|
||||
pnetwork = (struct wlan_bssid_ex *)pbuf;
|
||||
pnetwork = &survey->bss;
|
||||
|
||||
RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,
|
||||
("rtw_survey_event_cb23a, ssid=%s\n", pnetwork->Ssid.ssid));
|
||||
|
||||
Reference in New Issue
Block a user