|
Linux Kernel
3.7.1
|
#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) |
| #define CARL9170FW_API_VER_STR TO_STR(CARL9170FW_API_MAX_VER) |
| MODULE_VERSION | ( | CARL9170FW_API_VER_STR":" | CARL9170FW_VERSION_GIT | ) |
1.8.2