Commit 96234cc8 authored by Wey-Yi Guy's avatar Wey-Yi Guy

iwlagn: use 2030 macro for 2030 devices

For 2030 series of devices, 2030 macro need to be used.
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 241887a2
......@@ -462,13 +462,13 @@ struct iwl_cfg iwl2000_2bg_cfg = {
struct iwl_cfg iwl2030_2bgn_cfg = {
.name = "2000 Series 2x2 BGN/BT",
IWL_DEVICE_2000,
IWL_DEVICE_2030,
.ht_params = &iwl2000_ht_params,
};
struct iwl_cfg iwl2030_2bg_cfg = {
.name = "2000 Series 2x2 BG/BT",
IWL_DEVICE_2000,
IWL_DEVICE_2030,
};
#define IWL_DEVICE_6035 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment