1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

added 4 streams. Not tests if actually working

This commit is contained in:
fariouche 2018-08-12 18:36:57 +02:00
parent c32a98f630
commit 86079bb084

View File

@ -3986,8 +3986,8 @@ void init_hal_spec_8814a(_adapter *adapter)
hal_spec->macid_num = MACID_NUM_8814A;
hal_spec->sec_cam_ent_num = SEC_CAM_ENT_NUM_8814A;
hal_spec->sec_cap = SEC_CAP_CHK_BMC;
hal_spec->tx_nss_num = 1;
hal_spec->rx_nss_num = 1;
hal_spec->tx_nss_num = 4;
hal_spec->rx_nss_num = 4;
hal_spec->band_cap = BAND_CAP_8814A;
hal_spec->bw_cap = BW_CAP_8814A;