mac80211: rt2x00: prune more unnecessary exports
authorDaniel Golle <daniel@makrotopia.org>
Mon, 30 Mar 2020 22:35:04 +0000 (23:35 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 1 Apr 2020 18:47:59 +0000 (19:47 +0100)
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 <daniel@makrotopia.org>

No differences found