1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 13:10:40 +00:00

Merge pull request #1 from fariouche/v5.2.20

added 4 streams. Not tests if actually working
This commit is contained in:
Christian B 2018-08-12 19:00:46 +02:00 committed by GitHub
commit 76d71d3443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;