diff --git a/patch/kernel/archive/rk322x-6.1/wifi-4003-ssv-6051-driver.patch b/patch/kernel/archive/rk322x-6.1/wifi-4003-ssv-6051-driver.patch index dc2501c59..7cf1f209b 100644 --- a/patch/kernel/archive/rk322x-6.1/wifi-4003-ssv-6051-driver.patch +++ b/patch/kernel/archive/rk322x-6.1/wifi-4003-ssv-6051-driver.patch @@ -46840,12 +46840,12 @@ index 000000000000..9c3574285364 + rc_rate = &ssv_rc->rc_table[hw_rate_idx]; +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,12,0) + if (rc_rate->rc_flags & RC_FLAG_HT) { -+ rxs->flag |= RC_FLAG_HT; ++ // rxs->flag |= RC_FLAG_HT; + if (rc_rate->rc_flags & RC_FLAG_HT_SGI) -+ rxs->flag |= RX_ENC_FLAG_SHORT_GI; ++ rxs->enc_flags |= RX_ENC_FLAG_SHORT_GI; + } else { + if (rc_rate->rc_flags & RC_FLAG_SHORT_PREAMBLE) -+ rxs->flag |= RX_ENC_FLAG_SHORTPRE; ++ rxs->enc_flags |= RX_ENC_FLAG_SHORTPRE; + } +#else + if (rc_rate->rc_flags & RC_FLAG_HT) { diff --git a/patch/kernel/archive/rk322x-6.3/wifi-4003-ssv-6051-driver.patch b/patch/kernel/archive/rk322x-6.3/wifi-4003-ssv-6051-driver.patch index 7a402ad22..929599110 100644 --- a/patch/kernel/archive/rk322x-6.3/wifi-4003-ssv-6051-driver.patch +++ b/patch/kernel/archive/rk322x-6.3/wifi-4003-ssv-6051-driver.patch @@ -46841,12 +46841,12 @@ index 000000000000..9c3574285364 + rc_rate = &ssv_rc->rc_table[hw_rate_idx]; +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,12,0) + if (rc_rate->rc_flags & RC_FLAG_HT) { -+ rxs->flag |= RC_FLAG_HT; ++ // rxs->flag |= RC_FLAG_HT; + if (rc_rate->rc_flags & RC_FLAG_HT_SGI) -+ rxs->flag |= RX_ENC_FLAG_SHORT_GI; ++ rxs->enc_flags |= RX_ENC_FLAG_SHORT_GI; + } else { + if (rc_rate->rc_flags & RC_FLAG_SHORT_PREAMBLE) -+ rxs->flag |= RX_ENC_FLAG_SHORTPRE; ++ rxs->enc_flags |= RX_ENC_FLAG_SHORTPRE; + } +#else + if (rc_rate->rc_flags & RC_FLAG_HT) { diff --git a/patch/kernel/archive/rockchip64-6.3/wifi-4003-ssv-6051-driver.patch b/patch/kernel/archive/rockchip64-6.3/wifi-4003-ssv-6051-driver.patch index da9bf7867..3b9d00196 100644 --- a/patch/kernel/archive/rockchip64-6.3/wifi-4003-ssv-6051-driver.patch +++ b/patch/kernel/archive/rockchip64-6.3/wifi-4003-ssv-6051-driver.patch @@ -46782,12 +46782,12 @@ index 000000000000..9c3574285364 + rc_rate = &ssv_rc->rc_table[hw_rate_idx]; +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,12,0) + if (rc_rate->rc_flags & RC_FLAG_HT) { -+ rxs->flag |= RC_FLAG_HT; ++ // rxs->flag |= RC_FLAG_HT; + if (rc_rate->rc_flags & RC_FLAG_HT_SGI) -+ rxs->flag |= RX_ENC_FLAG_SHORT_GI; ++ rxs->enc_flags |= RX_ENC_FLAG_SHORT_GI; + } else { + if (rc_rate->rc_flags & RC_FLAG_SHORT_PREAMBLE) -+ rxs->flag |= RX_ENC_FLAG_SHORTPRE; ++ rxs->enc_flags |= RX_ENC_FLAG_SHORTPRE; + } +#else + if (rc_rate->rc_flags & RC_FLAG_HT) {