5 #include <linux/netdevice.h>
7 #include <linux/sched.h>
8 #include <linux/export.h>
25 static u32 convert_radiotap_rate_to_mv(
u8 rate)
83 lbs_deb_tx(
"tx err: skb length %d 0 or > %zd\n",
87 dev->
stats.tx_dropped++;
88 dev->
stats.tx_errors++;
93 netif_stop_queue(priv->
dev);
112 memset(txpd, 0,
sizeof(
struct txpd));
114 p802x_hdr = skb->
data;
124 p802x_hdr +=
sizeof(*rtap_hdr);
125 pkt_len -=
sizeof(*rtap_hdr);
150 dev->
stats.tx_packets++;
202 netif_wake_queue(priv->
dev);