Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
rx.c File Reference
#include <linux/etherdevice.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <net/mac80211.h>
#include <asm/unaligned.h>
#include "iwl-io.h"
#include "dev.h"
#include "calib.h"
#include "agn.h"

Go to the source code of this file.

Macros

#define IWL_CMD_ENTRY(x)   [x] = #x
 

Functions

int iwl_force_rf_reset (struct iwl_priv *priv, bool external)
 
void iwl_setup_rx_handlers (struct iwl_priv *priv)
 
int iwl_rx_dispatch (struct iwl_op_mode *op_mode, struct iwl_rx_cmd_buffer *rxb, struct iwl_device_cmd *cmd)
 

Variables

const chariwl_dvm_cmd_strings [REPLY_MAX]
 

Macro Definition Documentation

#define IWL_CMD_ENTRY (   x)    [x] = #x

Definition at line 40 of file rx.c.

Function Documentation

int iwl_force_rf_reset ( struct iwl_priv priv,
bool  external 
)

Definition at line 278 of file rx.c.

int iwl_rx_dispatch ( struct iwl_op_mode op_mode,
struct iwl_rx_cmd_buffer rxb,
struct iwl_device_cmd cmd 
)

Definition at line 1111 of file rx.c.

void iwl_setup_rx_handlers ( struct iwl_priv priv)

iwl_setup_rx_handlers - Initialize Rx handler callbacks

Setup the RX handlers for each of the reply types sent from the uCode to the host.

Definition at line 1060 of file rx.c.

Variable Documentation

const char* iwl_dvm_cmd_strings[REPLY_MAX]

Definition at line 42 of file rx.c.