Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
eeprom.c File Reference
#include <linux/slab.h>
#include "ath5k.h"
#include "reg.h"
#include "debug.h"

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 

Functions

int ath5k_eeprom_init (struct ath5k_hw *ah)
 
void ath5k_eeprom_detach (struct ath5k_hw *ah)
 
int ath5k_eeprom_mode_from_channel (struct ieee80211_channel *channel)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 24 of file eeprom.c.

Function Documentation

void ath5k_eeprom_detach ( struct ath5k_hw ah)

Definition at line 1773 of file eeprom.c.

int ath5k_eeprom_init ( struct ath5k_hw ah)

Definition at line 1745 of file eeprom.c.

int ath5k_eeprom_mode_from_channel ( struct ieee80211_channel channel)

Definition at line 1782 of file eeprom.c.