Searched refs:MCS (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_HTProc.c | 148 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tMCS Rate Set = [%x][%x][%x][%x][%x]\n", pCapELE->MCS[0],\ in HTDebugHTCapability() 149 pCapELE->MCS[1], pCapELE->MCS[2], pCapELE->MCS[3], pCapELE->MCS[4]); in HTDebugHTCapability() 611 memcpy(pCapELE->MCS, ieee->Regdot11HTOperationalRateSet, 16); in HTConstructCapabilityElement() 613 pCapELE->MCS[1] &= 0x7f; in HTConstructCapabilityElement() 616 pCapELE->MCS[1] &= 0xbf; in HTConstructCapabilityElement() 619 pCapELE->MCS[1] &= 0x00; in HTConstructCapabilityElement() 627 pCapELE->MCS[i] = 0; in HTConstructCapabilityElement() 1086 if(pPeerHTCap->MCS[0] == 0) in HTOnAssocRsp() 1087 pPeerHTCap->MCS[0] = 0xff; in HTOnAssocRsp() 1089 HTFilterMCSRate(ieee, pPeerHTCap->MCS, ieee->dot11HTOperationalRateSet); in HTOnAssocRsp()
|
D | rtl819x_HT.h | 168 u8 MCS[16]; member
|
D | ieee80211_wx.c | 162 max_mcs = HTGetHighestMCSRate(ieee, ht_cap->MCS, MCS_FILTER_ALL); in rtl819x_translate_scan()
|
/linux-4.1.27/Documentation/locking/ |
D | mutex-design.txt | 34 a pointer to the lock task owner (->owner) as well as a spinner MCS 60 soon. The mutex spinners are queued up using MCS lock so that only 63 The MCS lock (proposed by Mellor-Crummey and Scott) is a simple spinlock 67 incur. An MCS-like lock is specially tailored for optimistic spinning 69 MCS lock is that it has the extra property that spinners are able to exit 70 the MCS spinlock queue when they need to reschedule. This further helps 71 avoid situations where MCS spinners that need to reschedule would continue 73 obtaining the MCS lock.
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtl819x_HTProc.c | 343 memcpy(pCapELE->MCS, ieee->Regdot11HTOperationalRateSet, 16); in HTConstructCapabilityElement() 351 pCapELE->MCS[1] &= 0x7f; in HTConstructCapabilityElement() 354 pCapELE->MCS[1] &= 0xbf; in HTConstructCapabilityElement() 357 pCapELE->MCS[1] &= 0x00; in HTConstructCapabilityElement() 364 pCapELE->MCS[1] = 0; in HTConstructCapabilityElement() 627 if (pPeerHTCap->MCS[0] == 0) in HTOnAssocRsp() 628 pPeerHTCap->MCS[0] = 0xff; in HTOnAssocRsp() 630 HTIOTActDetermineRaFunc(ieee, ((pPeerHTCap->MCS[1]) != 0)); in HTOnAssocRsp() 632 HTFilterMCSRate(ieee, pPeerHTCap->MCS, ieee->dot11HTOperationalRateSet); in HTOnAssocRsp()
|
D | rtl819x_HT.h | 122 u8 MCS[16]; member
|
D | rtllib_wx.c | 171 max_mcs = HTGetHighestMCSRate(ieee, ht_cap->MCS, in rtl819x_translate_scan()
|
D | rtllib_rx.c | 1937 network->bssht.bdHT1R = ((((struct ht_capab_ele *)(network->bssht.bdHTCapBuf))->MCS[1]) == 0); in rtllib_parse_info_param() 2113 network->bssht.bdHTCapBuf))->MCS[1]) == 0; in rtllib_parse_info_param()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | tables_nphy.c | 3308 check(mcs, MCS); in assert_ntab_array_sizes()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | Kconfig | 447 tristate "MELFAS MCS-5000 touchscreen" 450 Say Y here if you have the MELFAS MCS-5000 touchscreen controller
|
/linux-4.1.27/drivers/input/keyboard/ |
D | Kconfig | 380 tristate "MELFAS MCS Touchkey"
|