Searched refs:ndisbcmerrormap (Results 1 - 1 of 1) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dndiserrmap.c25 static NDIS_STATUS ndisbcmerrormap[] = variable
80 #error "You need to add a OS error translation in the ndisbcmerrormap \
88 int i, array_size = ARRAYSIZE(ndisbcmerrormap);
93 if (ndisbcmerrormap[i] == status)
111 return ndisbcmerrormap[-bcmerror];

Completed in 104 milliseconds