Home
last modified time | relevance | path

Searched refs:pold_state (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/staging/rtl8712/
Drtl871x_ioctl_set.c252 enum NDIS_802_11_NETWORK_INFRASTRUCTURE *pold_state = in r8712_set_802_11_infrastructure_mode() local
255 if (*pold_state != networktype) { in r8712_set_802_11_infrastructure_mode()
258 (*pold_state == Ndis802_11IBSS)) in r8712_set_802_11_infrastructure_mode()
264 (*pold_state == Ndis802_11Infrastructure) || in r8712_set_802_11_infrastructure_mode()
265 (*pold_state == Ndis802_11IBSS)) { in r8712_set_802_11_infrastructure_mode()
271 *pold_state = networktype; in r8712_set_802_11_infrastructure_mode()