Searched defs:ar6_softc (Results 1 – 1 of 1) sorted by relevance
469 struct ar6_softc { struct470 struct net_device *arNetDev; /* net_device pointer */471 void *arWmi;472 int arTxPending[ENDPOINT_MAX];473 int arTotalTxDataPending;474 u8 arNumDataEndPts;475 bool arWmiEnabled;476 bool arWmiReady;477 bool arConnected;478 HTC_HANDLE arHtcTarget;[all …]