
tso_desc is assigned to msdu_ext_desc in dp_tx_prepare_desc for TSO packet even before msdu_ext_desc is configured which could result in NULL pointer dereference. Fix is to set the tso_desc and tso_num_desc in msdu_ext_desc post dp_tx_prepare_ext_desc. Change-Id: I62279c94ea7037b3f6a92644ae7eb6a5e63631f6 CRs-Fixed: 3083846