Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/gfp.h>
#include <net/mac80211.h>
Go to the source code of this file.
Data Structures | |
struct | iwl_mod_params |
Macros | |
#define | IWL_DISABLE_HT_ALL BIT(0) |
#define | IWL_DISABLE_HT_TXAGG BIT(1) |
#define | IWL_DISABLE_HT_RXAGG BIT(2) |
Enumerations | |
enum | iwl_power_level { IWL_POWER_INDEX_1, IWL_POWER_INDEX_2, IWL_POWER_INDEX_3, IWL_POWER_INDEX_4, IWL_POWER_INDEX_5, IWL_POWER_NUM } |
Variables | |
struct iwl_mod_params | iwlwifi_mod_params |
#define IWL_DISABLE_HT_ALL BIT(0) |
Definition at line 82 of file iwl-modparams.h.
#define IWL_DISABLE_HT_RXAGG BIT(2) |
Definition at line 84 of file iwl-modparams.h.
#define IWL_DISABLE_HT_TXAGG BIT(1) |
Definition at line 83 of file iwl-modparams.h.
enum iwl_power_level |
IWL_POWER_INDEX_1 | |
IWL_POWER_INDEX_2 | |
IWL_POWER_INDEX_3 | |
IWL_POWER_INDEX_4 | |
IWL_POWER_INDEX_5 | |
IWL_POWER_NUM |
Definition at line 73 of file iwl-modparams.h.
struct iwl_mod_params iwlwifi_mod_params |