#include <linux/export.h>
#include <linux/etherdevice.h>
#include <net/mac80211.h>
#include <asm/unaligned.h>
#include "ieee80211_i.h"
#include "rate.h"
#include "mesh.h"
#include "led.h"
#include "wme.h"
Go to the source code of this file.
#define STA_LOST_PKT_THRESHOLD 50 |
Definition at line 337 of file kernel-3.5/status.c.
static void ieee80211_add_tx_radiotap_header | ( | struct ieee80211_supported_band * | sband, |
struct sk_buff * | skb, | ||
int | retry_count, | ||
int | rtap_len | ||
) | [static] |
Definition at line 257 of file kernel-3.5/status.c.
static void ieee80211_check_pending_bar | ( | struct sta_info * | sta, |
u8 * | addr, | ||
u8 | tid | ||
) | [static] |
Definition at line 168 of file kernel-3.5/status.c.
static void ieee80211_frame_acked | ( | struct sta_info * | sta, |
struct sk_buff * | skb | ||
) | [static] |
Definition at line 180 of file kernel-3.5/status.c.
void ieee80211_free_txskb | ( | struct ieee80211_hw * | hw, |
struct sk_buff * | skb | ||
) |
Definition at line 644 of file kernel-3.5/status.c.
static void ieee80211_handle_filtered_frame | ( | struct ieee80211_local * | local, |
struct sta_info * | sta, | ||
struct sk_buff * | skb | ||
) | [static] |
Definition at line 45 of file kernel-3.5/status.c.
void ieee80211_report_low_ack | ( | struct ieee80211_sta * | pubsta, |
u32 | num_packets | ||
) |
Definition at line 636 of file kernel-3.5/status.c.
static void ieee80211_set_bar_pending | ( | struct sta_info * | sta, |
u8 | tid, | ||
u16 | ssn | ||
) | [static] |
Definition at line 222 of file kernel-3.5/status.c.
static int ieee80211_tx_radiotap_len | ( | struct ieee80211_tx_info * | info | ) | [static] |
Definition at line 234 of file kernel-3.5/status.c.
void ieee80211_tx_status | ( | struct ieee80211_hw * | hw, |
struct sk_buff * | skb | ||
) |
Definition at line 339 of file kernel-3.5/status.c.
void ieee80211_tx_status_irqsafe | ( | struct ieee80211_hw * | hw, |
struct sk_buff * | skb | ||
) |
Definition at line 23 of file kernel-3.5/status.c.