Add max transmit messages allowed in capabilities
Change-Id: Iebf9003d3ef8614f4943c17c7d5aec003d8ab8a4
This commit is contained in:
parent
6092cea576
commit
923877c716
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ typedef struct {
|
|||
u32 max_ndi_interfaces;
|
||||
u32 max_ndp_sessions;
|
||||
u32 max_app_info_len;
|
||||
u32 max_queued_transmit_followup_msgs;
|
||||
} NanCapabilities;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue