|
@@ -170,6 +170,8 @@ typedef struct {
|
|
|
* @acfg_event_os_work: schedule or create work
|
|
|
* @acfg_netlink_wq_init_done: Work queue ready
|
|
|
* @osdev_acfg_handle: acfg handle
|
|
|
+ * @vap_hardstart: Tx function specific to the radio
|
|
|
+ * initiailzed during VAP create
|
|
|
*/
|
|
|
struct _NIC_DEV {
|
|
|
qdf_device_t qdf_dev;
|
|
@@ -200,7 +202,7 @@ struct _NIC_DEV {
|
|
|
void *osdev_acfg_handle;
|
|
|
#endif /* ACFG_NETLINK_TX */
|
|
|
#endif /* UMAC_SUPPORT_ACFG */
|
|
|
-
|
|
|
+ int (*vap_hardstart)(struct sk_buff *skb, struct net_device *dev);
|
|
|
};
|
|
|
|
|
|
#define __QDF_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \
|