From: Daniel Golle Date: Mon, 30 Mar 2020 22:35:04 +0000 (+0100) Subject: mac80211: rt2x00: prune more unnecessary exports X-Git-Tag: v21.02.0-rc1~3258 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=a24a9bbc8c131c300fd8d4f9307aa236ed61a34b;hp=a24a9bbc8c131c300fd8d4f9307aa236ed61a34b;ds=sidebyside mac80211: rt2x00: prune more unnecessary exports The calibration patches for MT7620 unnecessarily export symbols and populate never accessed function pointers. Remove all that and make functions static as the only place where each of those functions is called is within rt2800lib.c. Also make code more readable by fixing indentation, removing unnecessary parantheses and simplifying some instructions using shorthands here and there. Signed-off-by: Daniel Golle ---