kernel/drivers/net/wireless/marvell/libertas/host.h
.. .. @@ -461,7 +461,7 @@ 461 461 462 462 uint8_t bsstype; 463 463 uint8_t bssid[ETH_ALEN]; 464 - uint8_t tlvbuffer[0];464 + uint8_t tlvbuffer[];465 465 } __packed; 466 466 467 467 struct cmd_ds_802_11_scan_rsp { .. .. @@ -469,7 +469,7 @@ 469 469 470 470 __le16 bssdescriptsize; 471 471 uint8_t nr_sets; 472 - uint8_t bssdesc_and_tlvbuffer[0];472 + uint8_t bssdesc_and_tlvbuffer[];473 473 } __packed; 474 474 475 475 struct cmd_ds_802_11_get_log {