#include <net/dst.h>
#include "xmit.h"
#include "phy.h"
#include "dma.h"
#include "pio.h"
Go to the source code of this file.
|
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) |
|
u8 b43legacy_plcp_get_ratecode_cck |
( |
const u8 |
bitrate | ) |
|
u8 b43legacy_plcp_get_ratecode_ofdm |
( |
const u8 |
bitrate | ) |
|