if (pDevice->bEncryptionEnable == true) {
bNeedEncryption = true;
- // get group key
+ /* get group key */
pbyBSSID = pDevice->abyBroadcastAddr;
if (KeybGetTransmitKey(&(pDevice->sKey), pbyBSSID,
GROUP_KEY, &pTransmitKey) == false) {
&cbHeaderSize);
if (MACbIsRegBitsOn(pDevice->PortOffset, MAC_REG_PSCTL, PSCTL_PS)) {
- // Disable PS
+ /* Disable PS */
MACbPSWakeup(pDevice->PortOffset);
}
pLastTD = pHeadTD;
for (ii = 0; ii < uMACfragNum; ii++) {
- // Poll Transmit the adapter
+ /* Poll Transmit the adapter */
wmb();
pHeadTD->m_td0TD0.f1Owner = OWNED_BY_NIC;
wmb();