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);
8065 /* Put character to SWS0 wait for dwelltime
8069 static int flashpchar(struct airo_info *ai,int byte,int dwelltime) { argument
8075 if(dwelltime == 0 )
8076 dwelltime = 200;
8078 waittime=dwelltime;
8096 dwelltime -= 50;
8098 } while (dwelltime >= 0 && echo != byte);
8109 static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime){ argument
[all...]

Completed in 59 milliseconds