1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-08-16 08:34:15 +02:00

Make 2 messages info

This commit is contained in:
AndyPi 2015-06-10 14:11:45 +01:00
parent e3485d17e0
commit ebdc61a8df
2 changed files with 2 additions and 2 deletions

View File

@ -11748,7 +11748,7 @@ u8 setkey_hdl(_adapter *padapter, u8 *pbuf)
//write cam
ctrl = BIT(15) | ((pparm->algorithm) << 2) | pparm->keyid;
DBG_871X_LEVEL(_drv_always_, "set group key to hw: alg:%d(WEP40-1 WEP104-5 TKIP-2 AES-4) "
DBG_871X_LEVEL(_drv_info_, "set group key to hw: alg:%d(WEP40-1 WEP104-5 TKIP-2 AES-4) "
"keyid:%d\n", pparm->algorithm, pparm->keyid);
write_cam(padapter, pparm->keyid, ctrl, null_sta, pparm->key);

View File

@ -877,7 +877,7 @@ static s32 update_attrib(_adapter *padapter, _pkt *pkt, struct pkt_attrib *pattr
}
}
} else if (0x888e == pattrib->ether_type) {
DBG_871X_LEVEL(_drv_always_, "send eapol packet\n");
DBG_871X_LEVEL(_drv_info_, "send eapol packet\n");
}
if ( (pattrib->ether_type == 0x888e) || (pattrib->dhcp_pkt == 1) )