Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_info.c52 NDIS_802_11_RATES aryRates; in RTMPSetDesiredRates() local
54 memset(&aryRates, 0x00, sizeof(NDIS_802_11_RATES)); in RTMPSetDesiredRates()
59 aryRates[0] = 0x0c; /* 6M */ in RTMPSetDesiredRates()
64 aryRates[0] = 0x12; /* 9M */ in RTMPSetDesiredRates()
69 aryRates[0] = 0x18; /* 12M */ in RTMPSetDesiredRates()
74 aryRates[0] = 0x24; /* 18M */ in RTMPSetDesiredRates()
79 aryRates[0] = 0x30; /* 24M */ in RTMPSetDesiredRates()
84 aryRates[0] = 0x48; /* 36M */ in RTMPSetDesiredRates()
89 aryRates[0] = 0x60; /* 48M */ in RTMPSetDesiredRates()
94 aryRates[0] = 0x6c; /* 54M */ in RTMPSetDesiredRates()
[all …]