qcacmn: TDLS component: os_if layer
Implement TDLS related cfg80211 interface functions Change-Id: I3ef38f670902ff486cad7c55473ce5805473aa17 CRs-Fixed: 2011330
This commit is contained in:

gecommit door
Sandeep Puligilla

bovenliggende
f0f46ac045
commit
085a40c25d
@@ -21,6 +21,7 @@
|
||||
#define _WLAN_OSIF_PRIV_H_
|
||||
|
||||
struct osif_scan_pdev;
|
||||
struct osif_tdls_vdev;
|
||||
|
||||
/**
|
||||
* struct pdev_osif_priv - OS private structure
|
||||
@@ -42,6 +43,7 @@ struct pdev_osif_priv {
|
||||
struct vdev_osif_priv {
|
||||
struct wireless_dev *wdev;
|
||||
void *legacy_osif_priv;
|
||||
struct osif_tdls_vdev *osif_tdls;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Verwijs in nieuw issue
Block a user