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

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 

Functions

 MODULE_AUTHOR ("Atheros Communications")
 
 MODULE_DESCRIPTION ("Shared library for Atheros wireless LAN cards.")
 
 MODULE_LICENSE ("Dual BSD/GPL")
 
struct sk_buffath_rxbuf_alloc (struct ath_common *common, u32 len, gfp_t gfp_mask)
 
 EXPORT_SYMBOL (ath_rxbuf_alloc)
 
void ath_printk (const char *level, const struct ath_common *common, const char *fmt,...)
 
 EXPORT_SYMBOL (ath_printk)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 17 of file main.c.

Function Documentation

void ath_printk ( const char level,
const struct ath_common common,
const char fmt,
  ... 
)

Definition at line 62 of file main.c.

struct sk_buff* ath_rxbuf_alloc ( struct ath_common common,
u32  len,
gfp_t  gfp_mask 
)
read

Definition at line 28 of file main.c.

EXPORT_SYMBOL ( ath_rxbuf_alloc  )
EXPORT_SYMBOL ( ath_printk  )
MODULE_AUTHOR ( "Atheros Communications"  )
MODULE_DESCRIPTION ( "Shared library for Atheros wireless LAN cards."  )
MODULE_LICENSE ( "Dual BSD/GPL"  )