Correct the nwbx_ies field type in struct ndis_wlan_bssid_ex.

PR:		kern/118369
Submitted by:	Weongyo Jeong
This commit is contained in:
Andrew Thompson 2007-12-02 04:04:42 +00:00
parent 30418ed31c
commit f3ad39ccf5

View File

@ -466,7 +466,7 @@ struct ndis_wlan_bssid_ex {
uint32_t nwbx_netinfra;
ndis_80211_rates_ex nwbx_supportedrates;
uint32_t nwbx_ielen;
uint32_t nwbx_ies[1];
uint8_t nwbx_ies[1];
};
typedef struct ndis_wlan_bssid_ex ndis_wlan_bssid_ex;