Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/legacy/
H A Drayctl.h631 UCHAR a_rts_threshold[2]; /* */ member
679 UCHAR a_rts_threshold[2]; /* */ member
H A Dray_cs.c1203 local->sparm.b5.a_rts_threshold[0] = (rthr >> 8) & 0xFF; in ray_set_rts()
1204 local->sparm.b5.a_rts_threshold[1] = rthr & 0xFF; in ray_set_rts()
1218 wrqu->rts.value = (local->sparm.b5.a_rts_threshold[0] << 8) in ray_get_rts()
1219 + local->sparm.b5.a_rts_threshold[1]; in ray_get_rts()