File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
drivers/net/wireless/intel/iwlwifi Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -454,8 +454,6 @@ enum {
454
454
#define REG_CRF_ID_TYPE_HR_NONE_CDB_CCP 0x532
455
455
#define REG_CRF_ID_TYPE_GF 0x410
456
456
#define REG_CRF_ID_TYPE_FM 0x910
457
- #define REG_CRF_ID_TYPE_FMI 0x930
458
- #define REG_CRF_ID_TYPE_FMR 0x900
459
457
#define REG_CRF_ID_TYPE_WHP 0xA10
460
458
461
459
#define HPM_DEBUG 0xA03440
Original file line number Diff line number Diff line change @@ -1202,8 +1202,6 @@ static int map_crf_id(struct iwl_trans *iwl_trans)
1202
1202
iwl_trans -> hw_rf_id = (IWL_CFG_RF_TYPE_GF << 12 );
1203
1203
break ;
1204
1204
case REG_CRF_ID_TYPE_FM :
1205
- case REG_CRF_ID_TYPE_FMI :
1206
- case REG_CRF_ID_TYPE_FMR :
1207
1205
iwl_trans -> hw_rf_id = (IWL_CFG_RF_TYPE_FM << 12 );
1208
1206
break ;
1209
1207
case REG_CRF_ID_TYPE_WHP :
You can’t perform that action at this time.
0 commit comments