Linux Kernel
3.7.1
|
#include "htc.h"
Go to the source code of this file.
Macros | |
#define | FUDGE 2 |
Functions | |
void | ath9k_htc_beaconq_config (struct ath9k_htc_priv *priv) |
void | ath9k_htc_beaconep (void *drv_priv, struct sk_buff *skb, enum htc_endpoint_id ep_id, bool txok) |
void | ath9k_htc_swba (struct ath9k_htc_priv *priv, struct wmi_event_swba *swba) |
void | ath9k_htc_assign_bslot (struct ath9k_htc_priv *priv, struct ieee80211_vif *vif) |
void | ath9k_htc_remove_bslot (struct ath9k_htc_priv *priv, struct ieee80211_vif *vif) |
void | ath9k_htc_set_tsfadjust (struct ath9k_htc_priv *priv, struct ieee80211_vif *vif) |
void | ath9k_htc_beacon_config (struct ath9k_htc_priv *priv, struct ieee80211_vif *vif) |
void | ath9k_htc_beacon_reconfig (struct ath9k_htc_priv *priv) |
#define FUDGE 2 |
Definition at line 19 of file htc_drv_beacon.c.
void ath9k_htc_assign_bslot | ( | struct ath9k_htc_priv * | priv, |
struct ieee80211_vif * | vif | ||
) |
Definition at line 476 of file htc_drv_beacon.c.
void ath9k_htc_beacon_config | ( | struct ath9k_htc_priv * | priv, |
struct ieee80211_vif * | vif | ||
) |
Definition at line 604 of file htc_drv_beacon.c.
void ath9k_htc_beacon_reconfig | ( | struct ath9k_htc_priv * | priv | ) |
Definition at line 640 of file htc_drv_beacon.c.
void ath9k_htc_beaconep | ( | void * | drv_priv, |
struct sk_buff * | skb, | ||
enum htc_endpoint_id | ep_id, | ||
bool | txok | ||
) |
Definition at line 287 of file htc_drv_beacon.c.
void ath9k_htc_beaconq_config | ( | struct ath9k_htc_priv * | priv | ) |
Definition at line 21 of file htc_drv_beacon.c.
void ath9k_htc_remove_bslot | ( | struct ath9k_htc_priv * | priv, |
struct ieee80211_vif * | vif | ||
) |
Definition at line 498 of file htc_drv_beacon.c.
void ath9k_htc_set_tsfadjust | ( | struct ath9k_htc_priv * | priv, |
struct ieee80211_vif * | vif | ||
) |
Definition at line 516 of file htc_drv_beacon.c.
void ath9k_htc_swba | ( | struct ath9k_htc_priv * | priv, |
struct wmi_event_swba * | swba | ||
) |
Definition at line 441 of file htc_drv_beacon.c.