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:
parent
8ab7bdba0d
commit
7195dc0e1a
1 changed files with 2 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue