Skip to content

Commit

Permalink
iwlagn: use 2030 macro for 2030 devices
Browse files Browse the repository at this point in the history
For 2030 series of devices, 2030 macro need to be used.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
  • Loading branch information
Wey-Yi Guy committed Jan 31, 2011
1 parent 241887a commit 96234cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/iwlwifi/iwl-2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 96234cc

Please sign in to comment.