]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: remove sizer section and related code
authorBenjamin Berg <benjamin.berg@intel.com>
Fri, 3 May 2024 11:12:06 +0000 (13:12 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 5 Jun 2024 11:46:13 +0000 (13:46 +0200)
commit8609336b71a8ae37238dc3f4ddff251a4698a4fc
tree317ccaa5f5caacfbc35e6d7d4b16e45995f174f2
parentc8b9e772aee35e1db245ec6baa7bce1c7b4110ff
iw: remove sizer section and related code

With commit 338059ace9d0 ("iw: change __cmd section scheme to fit
gcc/clang"), the __cmd section only includes pointers to struct cmd
rather than the struct itself. This means that the code to measure the
spacing is not needed anymore and can be dropped.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
iw.c