summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2026-01-09 11:50:30 +0300
committerJohannes Berg <johannes.berg@intel.com>2026-01-12 21:47:25 +0300
commit391234eb483152a81dfd7977e8f4d22867394d95 (patch)
tree9f4256a8a2c79f35d2361fba79d6459ceb6832c0
parentc2510a165056b67cded071ca76297620d022259f (diff)
downloadlinux-391234eb483152a81dfd7977e8f4d22867394d95.tar.xz
wifi: mac80211: unexport ieee80211_get_bssid()
This is only used within mac80211, and not even declared in a public header file. Don't export it. Link: https://patch.msgid.link/20260109095029.2b4d2fe53fc9.I9f5fa5c84cd42f749be0b87cc61dac8631c4c6d0@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r--net/mac80211/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c
index 0c46009a3d63..df219e463fb5 100644
--- a/net/mac80211/util.c
+++ b/net/mac80211/util.c
@@ -101,7 +101,6 @@ u8 *ieee80211_get_bssid(struct ieee80211_hdr *hdr, size_t len,
return NULL;
}
-EXPORT_SYMBOL(ieee80211_get_bssid);
void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx)
{