Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
fw.c File Reference
#include <linux/kernel.h>
#include <linux/firmware.h>
#include <linux/crc32.h>
#include <linux/module.h>
#include "carl9170.h"
#include "fwcmd.h"
#include "version.h"

Go to the source code of this file.

Macros

#define MAKE_STR(symbol)   #symbol
 
#define TO_STR(symbol)   MAKE_STR(symbol)
 
#define CARL9170FW_API_VER_STR   TO_STR(CARL9170FW_API_MAX_VER)
 
#define SUPP(feat)   (carl9170fw_supports(otus_desc->feature_set, feat))
 

Functions

 MODULE_VERSION (CARL9170FW_API_VER_STR":"CARL9170FW_VERSION_GIT)
 
int carl9170_parse_firmware (struct ar9170 *ar)
 

Macro Definition Documentation

#define CARL9170FW_API_VER_STR   TO_STR(CARL9170FW_API_MAX_VER)

Definition at line 33 of file fw.c.

#define MAKE_STR (   symbol)    #symbol

Definition at line 31 of file fw.c.

#define SUPP (   feat)    (carl9170fw_supports(otus_desc->feature_set, feat))
#define TO_STR (   symbol)    MAKE_STR(symbol)

Definition at line 32 of file fw.c.

Function Documentation

int carl9170_parse_firmware ( struct ar9170 ar)

Definition at line 398 of file fw.c.

MODULE_VERSION ( CARL9170FW_API_VER_STR":"  CARL9170FW_VERSION_GIT)