qcacmn: Translate QDF pending status to Linux error
Translate QDF pending status to Linux error in progress code. Change-Id: I3a8d9d17cb4b72cdfbb6d1f1c5adecd1679fe816 CRs-Fixed: 2200900
This commit is contained in:

committed by
nshrivas

parent
0d0cce8057
commit
03e69b3098
@@ -143,6 +143,8 @@ static inline int __qdf_status_to_os_return(QDF_STATUS status)
|
||||
return -EIO;
|
||||
case QDF_STATUS_E_NETRESET:
|
||||
return -ENETRESET;
|
||||
case QDF_STATUS_E_PENDING:
|
||||
return -EINPROGRESS;
|
||||
default:
|
||||
return -EPERM;
|
||||
}
|
||||
|
Reference in New Issue
Block a user