cxgbe/iw_cxgbe: save the ep in the driver-private provider_data field.

Submitted By: Lily Wang @ Netapp

MFC after:	1 week
This commit is contained in:
Navdeep Parhar
2018-10-23 18:32:55 +00:00
parent 1146377b4b
commit 980ab1baa6
+1
View File
@@ -2540,6 +2540,7 @@ int c4iw_connect(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
goto out;
}
ep = alloc_ep(sizeof(*ep), GFP_KERNEL);
cm_id->provider_data = ep;
init_timer(&ep->timer);
ep->plen = conn_param->private_data_len;