Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xmit.c File Reference
#include <net/dst.h>
#include "xmit.h"
#include "phy.h"
#include "dma.h"
#include "pio.h"

Go to the source code of this file.

Functions

u8 b43legacy_plcp_get_ratecode_cck (const u8 bitrate)
 
u8 b43legacy_plcp_get_ratecode_ofdm (const u8 bitrate)
 
void b43legacy_generate_plcp_hdr (struct b43legacy_plcp_hdr4 *plcp, const u16 octets, const u8 bitrate)
 
int b43legacy_generate_txhdr (struct b43legacy_wldev *dev, u8 *txhdr, const unsigned char *fragment_data, unsigned int fragment_len, struct ieee80211_tx_info *info, u16 cookie)
 
void b43legacy_rx (struct b43legacy_wldev *dev, struct sk_buff *skb, const void *_rxhdr)
 
void b43legacy_handle_txstatus (struct b43legacy_wldev *dev, const struct b43legacy_txstatus *status)
 
void b43legacy_handle_hwtxstatus (struct b43legacy_wldev *dev, const struct b43legacy_hwtxstatus *hw)
 
void b43legacy_tx_suspend (struct b43legacy_wldev *dev)
 
void b43legacy_tx_resume (struct b43legacy_wldev *dev)
 
void b43legacy_qos_init (struct b43legacy_wldev *dev)
 

Function Documentation

void b43legacy_generate_plcp_hdr ( struct b43legacy_plcp_hdr4 *  plcp,
const u16  octets,
const u8  bitrate 
)

Definition at line 124 of file xmit.c.

int b43legacy_generate_txhdr ( struct b43legacy_wldev dev,
u8 txhdr,
const unsigned char fragment_data,
unsigned int  fragment_len,
struct ieee80211_tx_info info,
u16  cookie 
)

Definition at line 358 of file xmit.c.

void b43legacy_handle_hwtxstatus ( struct b43legacy_wldev dev,
const struct b43legacy_hwtxstatus hw 
)

Definition at line 610 of file xmit.c.

void b43legacy_handle_txstatus ( struct b43legacy_wldev dev,
const struct b43legacy_txstatus status 
)

Definition at line 585 of file xmit.c.

u8 b43legacy_plcp_get_ratecode_cck ( const u8  bitrate)

Definition at line 84 of file xmit.c.

u8 b43legacy_plcp_get_ratecode_ofdm ( const u8  bitrate)

Definition at line 100 of file xmit.c.

void b43legacy_qos_init ( struct b43legacy_wldev dev)

Definition at line 651 of file xmit.c.

void b43legacy_rx ( struct b43legacy_wldev dev,
struct sk_buff skb,
const void _rxhdr 
)

Definition at line 431 of file xmit.c.

void b43legacy_tx_resume ( struct b43legacy_wldev dev)

Definition at line 642 of file xmit.c.

void b43legacy_tx_suspend ( struct b43legacy_wldev dev)

Definition at line 633 of file xmit.c.