Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
txrx.c File Reference
#include <linux/export.h>
#include <linux/init.h>
#include <linux/firmware.h>
#include <linux/etherdevice.h>
#include <asm/div64.h>
#include <net/mac80211.h>
#include "p54.h"
#include "lmac.h"

Go to the source code of this file.

Functions

void p54_free_skb (struct ieee80211_hw *dev, struct sk_buff *skb)
 
 EXPORT_SYMBOL_GPL (p54_free_skb)
 
void p54_tx (struct p54_common *priv, struct sk_buff *skb)
 
int p54_rx (struct ieee80211_hw *dev, struct sk_buff *skb)
 
 EXPORT_SYMBOL_GPL (p54_rx)
 
void p54_tx_80211 (struct ieee80211_hw *dev, struct ieee80211_tx_control *control, struct sk_buff *skb)
 

Function Documentation

EXPORT_SYMBOL_GPL ( p54_free_skb  )
EXPORT_SYMBOL_GPL ( p54_rx  )
void p54_free_skb ( struct ieee80211_hw dev,
struct sk_buff skb 
)

Definition at line 237 of file txrx.c.

int p54_rx ( struct ieee80211_hw dev,
struct sk_buff skb 
)

Definition at line 666 of file txrx.c.

void p54_tx ( struct p54_common priv,
struct sk_buff skb 
)

Definition at line 270 of file txrx.c.

void p54_tx_80211 ( struct ieee80211_hw dev,
struct ieee80211_tx_control control,
struct sk_buff skb 
)

Definition at line 771 of file txrx.c.