|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/export.h>#include <net/cfg80211.h>#include <net/mac80211.h>#include "regd.h"#include "regd_common.h"Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| #define | ATH9K_2GHZ_CH01_11 REG_RULE(2412-10, 2462+10, 40, 0, 20, 0) |
| #define | ATH9K_2GHZ_CH12_13 |
| #define | ATH9K_2GHZ_CH14 |
| #define | ATH9K_5GHZ_5150_5350 |
| #define | ATH9K_5GHZ_5470_5850 |
| #define | ATH9K_5GHZ_5725_5850 |
| #define | ATH9K_2GHZ_ALL |
| #define | ATH9K_5GHZ_ALL |
| #define | ATH9K_5GHZ_NO_MIDBAND |
Functions | |
| bool | ath_is_world_regd (struct ath_regulatory *reg) |
| EXPORT_SYMBOL (ath_is_world_regd) | |
| bool | ath_is_49ghz_allowed (u16 regdomain) |
| EXPORT_SYMBOL (ath_is_49ghz_allowed) | |
| int | ath_reg_notifier_apply (struct wiphy *wiphy, struct regulatory_request *request, struct ath_regulatory *reg) |
| EXPORT_SYMBOL (ath_reg_notifier_apply) | |
| int | ath_regd_init (struct ath_regulatory *reg, struct wiphy *wiphy, int(*reg_notifier)(struct wiphy *wiphy, struct regulatory_request *request)) |
| EXPORT_SYMBOL (ath_regd_init) | |
| u32 | ath_regd_get_band_ctl (struct ath_regulatory *reg, enum ieee80211_band band) |
| EXPORT_SYMBOL (ath_regd_get_band_ctl) | |
| #define ATH9K_2GHZ_ALL |
| #define ATH9K_2GHZ_CH01_11 REG_RULE(2412-10, 2462+10, 40, 0, 20, 0) |
| #define ATH9K_2GHZ_CH12_13 |
| #define ATH9K_2GHZ_CH14 |
| #define ATH9K_5GHZ_5150_5350 |
| #define ATH9K_5GHZ_5470_5850 |
| #define ATH9K_5GHZ_5725_5850 |
| #define ATH9K_5GHZ_ALL |
| #define ATH9K_5GHZ_NO_MIDBAND |
| bool ath_is_world_regd | ( | struct ath_regulatory * | reg | ) |
| int ath_reg_notifier_apply | ( | struct wiphy * | wiphy, |
| struct regulatory_request * | request, | ||
| struct ath_regulatory * | reg | ||
| ) |
| u32 ath_regd_get_band_ctl | ( | struct ath_regulatory * | reg, |
| enum ieee80211_band | band | ||
| ) |
| EXPORT_SYMBOL | ( | ath_is_world_regd | ) |
| EXPORT_SYMBOL | ( | ath_is_49ghz_allowed | ) |
| EXPORT_SYMBOL | ( | ath_reg_notifier_apply | ) |
| EXPORT_SYMBOL | ( | ath_regd_init | ) |
| EXPORT_SYMBOL | ( | ath_regd_get_band_ctl | ) |
1.8.2