|
@@ -728,10 +728,8 @@ struct ath10k {
|
|
const void *firmware_data;
|
|
const void *firmware_data;
|
|
size_t firmware_len;
|
|
size_t firmware_len;
|
|
|
|
|
|
- union {
|
|
|
|
- const struct firmware *pre_cal_file;
|
|
|
|
- const struct firmware *cal_file;
|
|
|
|
- };
|
|
|
|
|
|
+ const struct firmware *pre_cal_file;
|
|
|
|
+ const struct firmware *cal_file;
|
|
|
|
|
|
struct {
|
|
struct {
|
|
const void *firmware_codeswap_data;
|
|
const void *firmware_codeswap_data;
|