#include "xmit.h"
#include "phy_common.h"
#include "dma.h"
#include "pio.h"
Go to the source code of this file.
|
u8 | b43_plcp_get_ratecode_cck (const u8 bitrate) |
|
u8 | b43_plcp_get_ratecode_ofdm (const u8 bitrate) |
|
void | b43_generate_plcp_hdr (struct b43_plcp_hdr4 *plcp, const u16 octets, const u8 bitrate) |
|
int | b43_generate_txhdr (struct b43_wldev *dev, u8 *_txhdr, struct sk_buff *skb_frag, struct ieee80211_tx_info *info, u16 cookie) |
|
void | b43_rx (struct b43_wldev *dev, struct sk_buff *skb, const void *_rxhdr) |
|
void | b43_handle_txstatus (struct b43_wldev *dev, const struct b43_txstatus *status) |
|
bool | b43_fill_txstatus_report (struct b43_wldev *dev, struct ieee80211_tx_info *report, const struct b43_txstatus *status) |
|
void | b43_tx_suspend (struct b43_wldev *dev) |
|
void | b43_tx_resume (struct b43_wldev *dev) |
|
u8 b43_plcp_get_ratecode_cck |
( |
const u8 |
bitrate | ) |
|
u8 b43_plcp_get_ratecode_ofdm |
( |
const u8 |
bitrate | ) |
|