Searched defs:dwelltime (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/libertas/
H A Dtypes.h40 __le16 dwelltime; member in struct:ieee_ie_fh_param_set
/drivers/net/wireless/
H A Dairo.c1264 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime);
1297 static int flashpchar(struct airo_info *ai,int byte,int dwelltime);
8104 /* Put character to SWS0 wait for dwelltime
8108 static int flashpchar(struct airo_info *ai,int byte,int dwelltime) { argument
8114 if(dwelltime == 0 )
8115 dwelltime = 200;
8117 waittime=dwelltime;
8135 dwelltime -= 50;
8137 } while (dwelltime >= 0 && echo != byte);
8148 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime){ argument
[all...]

Completed in 67 milliseconds