mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 21:43:06 +00:00
rtl8188eu: Replace LONG variants with the standard uxx form
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
429924c7ed
commit
8ac0b5364d
7 changed files with 52 additions and 54 deletions
|
@ -701,7 +701,7 @@ void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *t
|
|||
{
|
||||
unsigned long irqL;
|
||||
struct list_head *plist, *phead;
|
||||
ULONG bssid_ex_sz;
|
||||
u32 bssid_ex_sz;
|
||||
struct mlme_priv *pmlmepriv = &(adapter->mlmepriv);
|
||||
struct mlme_ext_priv *pmlmeext = &(adapter->mlmeextpriv);
|
||||
struct wifidirect_info *pwdinfo = &(adapter->wdinfo);
|
||||
|
@ -732,7 +732,7 @@ void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *t
|
|||
if ((unsigned long)(pnetwork) < 0x7ffffff)
|
||||
{
|
||||
#ifdef PLATFORM_OS_XP
|
||||
KeBugCheckEx(0x87111c1c, (ULONG_PTR)pnetwork, 0, 0, 0);
|
||||
KeBugCheckEx(0x87111c1c, (u32_PTR)pnetwork, 0, 0, 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue