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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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						\