Re: [PATCH 1/3] wifi: brcm80211: Remove unused functions
Arend van Spriel <[email protected]> Wed, 23 Jul 2025 13:12:58 +0200
| Newsgroups | dev.linux.lists.brcm80211,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 6/26/2025 4:08 PM, [email protected] wrote: > From: "Dr. David Alan Gilbert" <[email protected]> > > This is a subset of unused functions in bcrmsmac phy_cmn.c, > They're unused since the original 2010 > commit a9533e7ea3c4 ("Staging: Add initial release of brcm80211 - Broadcom > 802.11n wireless LAN driver.") > > Remove them. > Then remove two more functions in phy_n.c that were only used > by the ones just removed. Tested on BCM4313 card. Acked-by: Arend van Spriel <[email protected]>> Signed-off-by: Dr. David Alan Gilbert <[email protected]> > --- > .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 128 ------------------ > .../broadcom/brcm80211/brcmsmac/phy/phy_hal.h | 11 -- > .../broadcom/brcm80211/brcmsmac/phy/phy_int.h | 8 -- > .../broadcom/brcm80211/brcmsmac/phy/phy_n.c | 19 --- > 4 files changed, 166 deletions(-)