Message ID | 5ccba1b8-d7de-4158-bc9a-0aa465f1b2df@gmail.com |
---|---|
Headers | show |
Series | Improve RTL8814AU performance | expand |
Bitterblue Smith <rtl8821cerfe2@gmail.com> wrote: > @@ -2051,6 +2061,7 @@ static const struct rtw_chip_ops rtw8814a_ops = { > .set_antenna = NULL, > .cfg_ldo25 = rtw8814a_cfg_ldo25, > .efuse_grant = rtw8814a_efuse_grant, > + .set_ampdu_factor = rtw8814a_set_ampdu_factor, Please set NULL to other chips that don't implement this to explicitly point out they don't have this, and also I hope all fields of all chips are aligned. > .false_alarm_statistics = rtw8814a_false_alarm_statistics, > .phy_calibration = rtw8814a_phy_calibration, > .cck_pd_set = rtw8814a_phy_cck_pd_set, > -- > 2.49.0