net, wimax, i2400, LLVMLinux: Remove VLAIS from wimax i2400m driver
authorBehan Webster <behanw@converseincode.com>
Wed, 24 Sep 2014 05:43:18 +0000 (22:43 -0700)
committerStefan Agner <stefan@agner.ch>
Mon, 7 Aug 2017 06:21:11 +0000 (23:21 -0700)
commit5171f3c71329f443c27d8352eca4c93edafa962f
tree2153f909c431bdc49c3c045babd867664e6ad67b
parentbf67dc9cb3a8c302e2cb4769313508f2c706807a
net, wimax, i2400, LLVMLinux: Remove VLAIS from wimax i2400m driver

Convert Variable Length Array in Struct (VLAIS) to valid C by converting
local struct definition to use a flexible array. The structure is only
used to define a cast of a buffer so the size of the struct is not used
to allocate storage.

Signed-off-by: Behan Webster <behanw@converseincode.com>
Signed-off-by: Mark Charebois <charlebm@gmail.com>
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Cc: Arnd Bergmann <arnd@arndb.de>
drivers/net/wimax/i2400m/fw.c