qcacld-3.0: add osif API to send tcp param update
Add new osif API to send TCP param update. Change-Id: I487fabb53364703272f7e123802ecdb5fd77c3e8 CRs-Fixed: 3164977
This commit is contained in:

committed by
Madan Koyyalamudi

parent
6b43ef6a50
commit
ed6a29b31c
@@ -27,6 +27,15 @@
|
||||
#include "wlan_objmgr_cmn.h"
|
||||
#include "wlan_objmgr_global_obj.h"
|
||||
#include "qdf_status.h"
|
||||
#include <wlan_nlink_common.h>
|
||||
|
||||
/**
|
||||
* wlan_tp_data : union of TCP msg for Tx and Rx Dir
|
||||
*/
|
||||
union wlan_tp_data {
|
||||
struct wlan_tx_tp_data tx_tp_data;
|
||||
struct wlan_rx_tp_data rx_tp_data;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct wlan_dp_psoc_callbacks - struct containing callback
|
||||
|
Reference in New Issue
Block a user