#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/slab.h>
#include <linux/usb.h>
#include <linux/jiffies.h>
#include <net/ieee80211_radiotap.h>
#include "zd_def.h"
#include "zd_chip.h"
#include "zd_mac.h"
#include "zd_rf.h"
Go to the source code of this file.
#define LINK_LED_WORK_DELAY HZ |
#define SUPPORTED_FIF_FLAGS |
zd_mac_tx_failed - callback for failed frames : the mac80211 wireless device
This function is called if a frame couldn't be successfully transferred. The first frame from the tx queue, will be selected and reported as error to the upper layers.
Definition at line 500 of file zd_mac.c.
zd_mac_tx_to_dev - callback for USB layer : a &sk_buff pointer : error value, 0 if transmission successful
Informs the MAC layer that the frame has successfully transferred to the device. If an ACK is required and the transfer to the device has been successful, the packets are put on the with the control set removed.
Definition at line 583 of file zd_mac.c.