wifi: rndis_wlan: fix array of flexible structures warning
authorJohannes Berg <johannes.berg@intel.com>
Sun, 4 Sep 2022 19:29:04 +0000 (21:29 +0200)
committerKalle Valo <kvalo@kernel.org>
Thu, 22 Sep 2022 06:08:53 +0000 (09:08 +0300)
commitc70a9d6783cf51cbd7c3241fec6a5ac24d99b79d
treeb5c875c0d263dce4cb85e9a6c395e4ccabc9cdb8
parent28255dd9a8deb0cb73498d4770d1f5242fa498c8
wifi: rndis_wlan: fix array of flexible structures warning

Use "u8 bssid_data[]" with an appropriate cast. No binary
changes.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220904212910.0e7ce5fdbcfb.I972158734def3f93b93a3858a087cbc2cca6337e@changeid
drivers/net/wireless/rndis_wlan.c