Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c311 void ht_construct_rt2rt_agg_element(struct rtllib_device *ieee, u8 *posRT2RTAgg, in ht_construct_rt2rt_agg_element() argument
314 if (!posRT2RTAgg) { in ht_construct_rt2rt_agg_element()
318 memset(posRT2RTAgg, 0, *len); in ht_construct_rt2rt_agg_element()
319 *posRT2RTAgg++ = 0x00; in ht_construct_rt2rt_agg_element()
320 *posRT2RTAgg++ = 0xe0; in ht_construct_rt2rt_agg_element()
321 *posRT2RTAgg++ = 0x4c; in ht_construct_rt2rt_agg_element()
322 *posRT2RTAgg++ = 0x02; in ht_construct_rt2rt_agg_element()
323 *posRT2RTAgg++ = 0x01; in ht_construct_rt2rt_agg_element()
325 *posRT2RTAgg = 0x30; in ht_construct_rt2rt_agg_element()
328 *posRT2RTAgg |= RT_HT_CAP_USE_WOW; in ht_construct_rt2rt_agg_element()
H A Drtllib.h1731 u8 *posRT2RTAgg, u8 *len);