Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/winbond/
Dmds.c21 struct T01_descriptor *pT01; in Mds_DurationSet() local
36 pT01 = (struct T01_descriptor *)(buffer+4); in Mds_DurationSet()
56 if (pT01->T01_modulation_type) { /* Is using OFDM */ in Mds_DurationSet()
64 if (pT01->T01_modulation_type) { /* Is using OFDM */ in Mds_DurationSet()
78 if (pT01->T01_plcp_header_length) /* long preamble */ in Mds_DurationSet()
88 if (pT01->T01_modulation_type) { /* Is using OFDM */ in Mds_DurationSet()
99 if (pT01->T01_plcp_header_length) /* long preamble */ in Mds_DurationSet()
109 pT01->T01_add_rts = RTS_on ? 1 : 0; in Mds_DurationSet()
110 pT01->T01_add_cts = CTS_on ? 1 : 0; in Mds_DurationSet()
111 pT01->T01_rts_cts_duration = Duration; in Mds_DurationSet()
[all …]