|
@@ -1378,7 +1378,7 @@ static void i40iw_ieq_handle_exception(struct i40iw_puda_rsrc *ieq,
|
|
u32 *hw_host_ctx = (u32 *)qp->hw_host_ctx;
|
|
u32 *hw_host_ctx = (u32 *)qp->hw_host_ctx;
|
|
u32 rcv_wnd = hw_host_ctx[23];
|
|
u32 rcv_wnd = hw_host_ctx[23];
|
|
/* first partial seq # in q2 */
|
|
/* first partial seq # in q2 */
|
|
- u32 fps = qp->q2_buf[16];
|
|
|
|
|
|
+ u32 fps = *(u32 *)(qp->q2_buf + Q2_FPSN_OFFSET);
|
|
struct list_head *rxlist = &pfpdu->rxlist;
|
|
struct list_head *rxlist = &pfpdu->rxlist;
|
|
struct list_head *plist;
|
|
struct list_head *plist;
|
|
|
|
|