File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
drivers/net/wireless/intel/iwlwifi/fw Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 8
8
* Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved.
9
9
* Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
10
10
* Copyright(c) 2015 - 2017 Intel Deutschland GmbH
11
- * Copyright(c) 2018 - 2019 Intel Corporation
11
+ * Copyright(c) 2018 - 2020 Intel Corporation
12
12
*
13
13
* This program is free software; you can redistribute it and/or modify
14
14
* it under the terms of version 2 of the GNU General Public License as
31
31
* Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
32
32
* Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
33
33
* Copyright(c) 2015 - 2017 Intel Deutschland GmbH
34
- * Copyright(c) 2018 - 2019 Intel Corporation
34
+ * Copyright(c) 2018 - 2020 Intel Corporation
35
35
* All rights reserved.
36
36
*
37
37
* Redistribution and use in source and binary forms, with or without
@@ -1409,11 +1409,7 @@ static int iwl_dump_ini_rxf_iter(struct iwl_fw_runtime *fwrt,
1409
1409
goto out ;
1410
1410
}
1411
1411
1412
- /*
1413
- * region register have absolute value so apply rxf offset after
1414
- * reading the registers
1415
- */
1416
- offs += rxf_data .offset ;
1412
+ offs = rxf_data .offset ;
1417
1413
1418
1414
/* Lock fence */
1419
1415
iwl_write_prph_no_grab (fwrt -> trans , RXF_SET_FENCE_MODE + offs , 0x1 );
You can’t perform that action at this time.
0 commit comments