rtl8822ce: Update to _v5.9.0.3e_nv for k-5.15

Update driver to _v5.9.0.3e_nv for k-5.15
Version: v5.9.0.3e_nv-16-g319d9877b.20221101_COEX20200103-0000

Bug 3750163

Change-Id: Ic6b689c100b7e14215793be26943fa46964fc89b
Signed-off-by: Shobek Attupurath <sattupurath@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2814784
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Tested-by: Revanth Kumar Uppala <ruppala@nvidia.com>
Reviewed-by: Revanth Kumar Uppala <ruppala@nvidia.com>
Reviewed-by: Narayan Reddy <narayanr@nvidia.com>
Reviewed-by: Sushil Kumar Singh <sushilkumars@nvidia.com>
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
This commit is contained in:
Shobek Attupurath
2022-11-23 02:37:15 -08:00
committed by mobile promotions
parent 599d993c3d
commit 37d1d67c60
101 changed files with 897 additions and 915 deletions

View File

@@ -759,6 +759,7 @@ __inline static u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz)
}
#if 0
__inline static union recv_frame *rxmem_to_recvframe(u8 *rxmem)
{
/* due to the design of 2048 bytes alignment of recv_frame, we can reference the union recv_frame */
@@ -798,6 +799,7 @@ __inline static u8 *pkt_to_recvdata(_pkt *pkt)
return precv_frame->u.hdr.rx_data;
}
#endif
__inline static sint get_recvframe_len(union recv_frame *precvframe)