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/init.h>
#include <linux/slab.h>
#include <linux/firmware.h>
#include <linux/etherdevice.h>
#include <linux/module.h>
#include <net/mac80211.h>
#include "p54.h"
#include "lmac.h"

Go to the source code of this file.

Macros

#define MAX_TRIES   1
 

Functions

 module_param_named (nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO)
 
 MODULE_PARM_DESC (nohwcrypt,"Disable hardware encryption.")
 
 MODULE_AUTHOR ("Michael Wu <[email protected]>")
 
 MODULE_DESCRIPTION ("Softmac Prism54 common code")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("prism54common")
 
u8p54_find_ie (struct sk_buff *skb, u8 ie)
 
struct ieee80211_hwp54_init_common (size_t priv_data_len)
 
 EXPORT_SYMBOL_GPL (p54_init_common)
 
int p54_register_common (struct ieee80211_hw *dev, struct device *pdev)
 
 EXPORT_SYMBOL_GPL (p54_register_common)
 
void p54_free_common (struct ieee80211_hw *dev)
 
 EXPORT_SYMBOL_GPL (p54_free_common)
 
void p54_unregister_common (struct ieee80211_hw *dev)
 
 EXPORT_SYMBOL_GPL (p54_unregister_common)
 

Macro Definition Documentation

#define MAX_TRIES   1

Function Documentation

EXPORT_SYMBOL_GPL ( p54_init_common  )
EXPORT_SYMBOL_GPL ( p54_register_common  )
EXPORT_SYMBOL_GPL ( p54_free_common  )
EXPORT_SYMBOL_GPL ( p54_unregister_common  )
MODULE_ALIAS ( "prism54common"  )
MODULE_AUTHOR ( "Michael Wu <[email protected]>"  )
MODULE_DESCRIPTION ( "Softmac Prism54 common code )
MODULE_LICENSE ( "GPL"  )
module_param_named ( nohwcrypt  ,
modparam_nohwcrypt  ,
bool  ,
S_IRUGO   
)
MODULE_PARM_DESC ( nohwcrypt  ,
"Disable hardware encryption."   
)
u8* p54_find_ie ( struct sk_buff skb,
u8  ie 
)

Definition at line 78 of file main.c.

void p54_free_common ( struct ieee80211_hw dev)

Definition at line 827 of file main.c.

struct ieee80211_hw* p54_init_common ( size_t  priv_data_len)
read

Definition at line 732 of file main.c.

int p54_register_common ( struct ieee80211_hw dev,
struct device pdev 
)

Definition at line 802 of file main.c.

void p54_unregister_common ( struct ieee80211_hw dev)

Definition at line 851 of file main.c.