Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
iwl-eeprom-read.h File Reference
#include "iwl-trans.h"

Go to the source code of this file.

Functions

int iwl_read_eeprom (struct iwl_trans *trans, u8 **eeprom, size_t *eeprom_size)
 

Function Documentation

int iwl_read_eeprom ( struct iwl_trans trans,
u8 **  eeprom,
size_t eeprom_size 
)

iwl_read_eeprom - read EEPROM contents

Load the EEPROM contents from adapter and return it and its size.

NOTE: This routine uses the non-debug IO access functions.

Definition at line 357 of file iwl-eeprom-read.c.