Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Drayctl.h631 UCHAR a_rts_threshold[2]; /* */ member
679 UCHAR a_rts_threshold[2]; /* */ member
H A Dray_cs.c1196 local->sparm.b5.a_rts_threshold[0] = (rthr >> 8) & 0xFF; in ray_set_rts()
1197 local->sparm.b5.a_rts_threshold[1] = rthr & 0xFF; in ray_set_rts()
1211 wrqu->rts.value = (local->sparm.b5.a_rts_threshold[0] << 8) in ray_get_rts()
1212 + local->sparm.b5.a_rts_threshold[1]; in ray_get_rts()