Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ar9002_mac.c File Reference
#include "hw.h"
#include <linux/export.h>

Go to the source code of this file.

Macros

#define AR_BufLen   0x00000fff
 

Functions

void ath9k_hw_setuprxdesc (struct ath_hw *ah, struct ath_desc *ds, u32 size, u32 flags)
 
 EXPORT_SYMBOL (ath9k_hw_setuprxdesc)
 
void ar9002_hw_attach_mac_ops (struct ath_hw *ah)
 

Macro Definition Documentation

#define AR_BufLen   0x00000fff

Definition at line 20 of file ar9002_mac.c.

Function Documentation

void ar9002_hw_attach_mac_ops ( struct ath_hw ah)

Definition at line 360 of file ar9002_mac.c.

void ath9k_hw_setuprxdesc ( struct ath_hw ah,
struct ath_desc ds,
u32  size,
u32  flags 
)

Definition at line 347 of file ar9002_mac.c.

EXPORT_SYMBOL ( ath9k_hw_setuprxdesc  )