| .. | .. |
|---|
| 8 | 8 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
|---|
| 9 | 9 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
|---|
| 10 | 10 | * Copyright(c) 2016 - 2017 Intel Deutschland GmbH |
|---|
| 11 | | - * Copyright(c) 2018 Intel Corporation |
|---|
| 11 | + * Copyright(c) 2018 - 2019 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) 2012 - 2014 Intel Corporation. All rights reserved. |
|---|
| 32 | 32 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
|---|
| 33 | 33 | * Copyright(c) 2016 - 2017 Intel Deutschland GmbH |
|---|
| 34 | | - * Copyright(c) 2018 Intel Corporation |
|---|
| 34 | + * Copyright(c) 2018 - 2019 Intel Corporation |
|---|
| 35 | 35 | * All rights reserved. |
|---|
| 36 | 36 | * |
|---|
| 37 | 37 | * Redistribution and use in source and binary forms, with or without |
|---|
| .. | .. |
|---|
| 322 | 322 | const struct fw_img *fw = &fwrt->fw->img[type]; |
|---|
| 323 | 323 | int ret; |
|---|
| 324 | 324 | |
|---|
| 325 | | - if (fwrt->trans->cfg->gen2) |
|---|
| 325 | + if (fwrt->trans->trans_cfg->gen2) |
|---|
| 326 | 326 | return 0; |
|---|
| 327 | 327 | |
|---|
| 328 | 328 | /* |
|---|