qcacmn: Add stub implementation when TWT is not enabled
Add stub implementation when TWT is not enabled. Change-Id: I5a24376a04ebdaa88cbbc6cf4350d8de38bc6879 CRs-Fixed: 3488459
Este cometimento está contido em:

cometido por
Madan Koyyalamudi

ascendente
b84e6e73fd
cometimento
a6b80a2f32
@@ -143,5 +143,13 @@ QDF_STATUS wlan_twt_deinit(void)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static inline
|
||||
QDF_STATUS wlan_set_peer_twt_capabilities(struct wlan_objmgr_psoc *psoc,
|
||||
struct qdf_mac_addr *peer_mac,
|
||||
uint8_t peer_cap)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
#endif
|
||||
#endif /* _WLAN_TWT_API_H_ */
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador