Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions | Variables
common.h File Reference
#include <linux/netdevice.h>

Go to the source code of this file.

Data Structures

struct  ath6kl_llc_snap_hdr
 

Macros

#define ATH6KL_MAX_IE   256
 
#define ATH6KL_ABI_VERSION   1
 
#define SIGNAL_QUALITY_METRICS_NUM_MAX   2
 
#define WMI_MAX_TX_DATA_FRAME_LENGTH
 
#define WMI_MAX_AMSDU_RX_DATA_FRAME_LENGTH
 
#define EPPING_ALIGNMENT_PAD
 

Enumerations

enum  { SIGNAL_QUALITY_METRICS_SNR = 0, SIGNAL_QUALITY_METRICS_RSSI, SIGNAL_QUALITY_METRICS_ALL }
 
enum  crypto_type {
  NONE_CRYPT = 0x01, WEP_CRYPT = 0x02, TKIP_CRYPT = 0x04, AES_CRYPT = 0x08,
  WAPI_CRYPT = 0x10
}
 

Functions

 __printf (2, 3) int ath6kl_printk(const char *level
 
struct sk_buffath6kl_buf_alloc (int size)
 

Variables

const charfmt
 
struct ath6kl_llc_snap_hdr __packed
 

Macro Definition Documentation

#define ATH6KL_ABI_VERSION   1

Definition at line 34 of file common.h.

#define ATH6KL_MAX_IE   256

Definition at line 23 of file common.h.

#define EPPING_ALIGNMENT_PAD
Value:
(((sizeof(struct htc_frame_hdr) + 3) & (~0x3)) \
- sizeof(struct htc_frame_hdr))

Definition at line 59 of file common.h.

#define SIGNAL_QUALITY_METRICS_NUM_MAX   2

Definition at line 36 of file common.h.

#define WMI_MAX_AMSDU_RX_DATA_FRAME_LENGTH
Value:
(3840 + sizeof(struct wmi_data_hdr) + \

Definition at line 54 of file common.h.

#define WMI_MAX_TX_DATA_FRAME_LENGTH
Value:
(1500 + sizeof(struct wmi_data_hdr) + \

Definition at line 48 of file common.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
SIGNAL_QUALITY_METRICS_SNR 
SIGNAL_QUALITY_METRICS_RSSI 
SIGNAL_QUALITY_METRICS_ALL 

Definition at line 38 of file common.h.

Enumerator:
NONE_CRYPT 
WEP_CRYPT 
TKIP_CRYPT 
AES_CRYPT 
WAPI_CRYPT 

Definition at line 71 of file common.h.

Function Documentation

__printf ( ,
 
) const
struct sk_buff* ath6kl_buf_alloc ( int  size)
read

Definition at line 174 of file init.c.

Variable Documentation

const char* fmt

Definition at line 26 of file common.h.