projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2510a1
)
wifi: mac80211: unexport ieee80211_get_bssid()
author
Johannes Berg
<johannes.berg@intel.com>
Fri, 9 Jan 2026 08:50:30 +0000
(09:50 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Mon, 12 Jan 2026 18:47:25 +0000
(19:47 +0100)
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>
net/mac80211/util.c
patch
|
blob
|
history
diff --git
a/net/mac80211/util.c
b/net/mac80211/util.c
index
0c46009
..
df219e4
100644
(file)
--- 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)
{