Searched refs:TxPower (Results 1 – 2 of 2) sorted by relevance
296 static void SetCCKTxPower(struct _adapter *pAdapter, u8 TxPower) in SetCCKTxPower() argument300 TxAGC = TxPower; in SetCCKTxPower()304 static void SetOFDMTxPower(struct _adapter *pAdapter, u8 TxPower) in SetOFDMTxPower() argument308 TxAGC |= ((TxPower << 24) | (TxPower << 16) | (TxPower << 8) | in SetOFDMTxPower()309 TxPower); in SetOFDMTxPower()320 u8 TxPower = pAdapter->mppriv.curr_txpoweridx; in r8712_SetTxPower() local322 SetCCKTxPower(pAdapter, TxPower); in r8712_SetTxPower()323 SetOFDMTxPower(pAdapter, TxPower); in r8712_SetTxPower()
492 void Hal_SetCCKTxPower(struct adapter *padapter, u8 * TxPower);493 void Hal_SetOFDMTxPower(struct adapter *padapter, u8 * TxPower);