bz-b0-gf-a0-100.ucode is the latest firmware available at this moment.

Command 0xC05 means REGULATORY_AND_NVM_GROUP/MCC_ALLOWED_AP_TYPE_CMD. It’s 
command buffer takes 340 bytes already, and:
```
#define UATS_TABLE_ROW_SIZE     26
#define UATS_TABLE_COL_SIZE     13

/**
 * struct iwl_mcc_allowed_ap_type_cmd - struct for MCC_ALLOWED_AP_TYPE_CMD
 * @offset_map: mapping a mcc to UHB AP type support (UATS) allowed
 * @reserved: reserved
 */
struct iwl_mcc_allowed_ap_type_cmd {
        u8 offset_map[UATS_TABLE_ROW_SIZE][UATS_TABLE_COL_SIZE];
        __le16 reserved;
} __packed; /* MCC_ALLOWED_AP_TYPE_CMD_API_S_VER_1 */
```

And yet the payload size is 320:

```
#define DEF_CMD_PAYLOAD_SIZE 320
```

While there doesn’t seem to have an update that extends any of above
from Intel backport-iwlwifi releases/core103 to the latest master branch
HEAD, it appears there is no solution available yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2152688

Title:
  core103 failed to handle oversized command 0xC05

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/2152688/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to