Searched refs:pCapELE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_HTProc.c | 150 pCapELE->MCS[1], pCapELE->MCS[2], pCapELE->MCS[3], pCapELE->MCS[4]); in HTDebugHTCapability() 494 pCapELE->ChlWidth = 0; in HTConstructCapabilityElement() 505 pCapELE->TxSTBC = 1; in HTConstructCapabilityElement() 506 pCapELE->RxSTBC = 0; in HTConstructCapabilityElement() 517 …HT cap/info ele BW=%d MaxAMSDUSize:%d DssCCk:%d\n", pCapELE->ChlWidth, pCapELE->MaxAMSDUSize, pCap… in HTConstructCapabilityElement() 530 pCapELE->MCS[1] &= 0x7f; in HTConstructCapabilityElement() 533 pCapELE->MCS[1] &= 0xbf; in HTConstructCapabilityElement() 536 pCapELE->MCS[1] &= 0x00; in HTConstructCapabilityElement() 546 pCapELE->MCS[i] = 0; in HTConstructCapabilityElement() 553 memset(pCapELE->TxBFCap, 0, 4); in HTConstructCapabilityElement() [all …]
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_HTProc.c | 295 pCapELE->AdvCoding = 0; in HTConstructCapabilityElement() 297 pCapELE->ChlWidth = 0; in HTConstructCapabilityElement() 302 pCapELE->GreenField = 0; in HTConstructCapabilityElement() 306 pCapELE->TxSTBC = 1; in HTConstructCapabilityElement() 307 pCapELE->RxSTBC = 0; in HTConstructCapabilityElement() 308 pCapELE->DelayBA = 0; in HTConstructCapabilityElement() 311 pCapELE->PSMP = 0; in HTConstructCapabilityElement() 316 pCapELE->ChlWidth, pCapELE->MaxAMSDUSize, pCapELE->DssCCk); in HTConstructCapabilityElement() 330 pCapELE->ASCap = 0; in HTConstructCapabilityElement() 346 pCapELE->ChlWidth = 0; in HTConstructCapabilityElement() [all …]
|