|
@@ -362,6 +362,7 @@ static void destroy_cm_id(struct iw_cm_id *cm_id)
|
|
* In either case, must tell the provider to reject.
|
|
* In either case, must tell the provider to reject.
|
|
*/
|
|
*/
|
|
cm_id_priv->state = IW_CM_STATE_DESTROYING;
|
|
cm_id_priv->state = IW_CM_STATE_DESTROYING;
|
|
|
|
+ cm_id->device->iwcm->reject(cm_id, NULL, 0);
|
|
break;
|
|
break;
|
|
case IW_CM_STATE_CONN_SENT:
|
|
case IW_CM_STATE_CONN_SENT:
|
|
case IW_CM_STATE_DESTROYING:
|
|
case IW_CM_STATE_DESTROYING:
|