#include <linux/hardirq.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/sched.h>
#include <linux/export.h>
#include <net/cfg80211.h>
#include "host.h"
#include "radiotap.h"
#include "decl.h"
#include "defs.h"
#include "dev.h"
#include "mesh.h"
Go to the source code of this file.
lbs_hard_start_xmit - checks the conditions and sends packet to IF layer if everything is ok
: A pointer to skb which includes TX packet : A pointer to the &struct net_device returns: 0 or -1
Definition at line 64 of file tx.c.
lbs_send_tx_feedback - sends to the host the last transmitted packet, filling the radiotap headers with transmission information.
: A pointer to &struct lbs_private structure : A 32-bit value containing transmission retry status.
returns: void
Definition at line 182 of file tx.c.