projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6c78b
)
mac80211: remove the repeated declaration
author
Shaokun Zhang
<zhangshaokun@hisilicon.com>
Fri, 28 May 2021 10:07:04 +0000
(18:07 +0800)
committer
Johannes Berg
<johannes.berg@intel.com>
Wed, 23 Jun 2021 09:02:38 +0000
(11:02 +0200)
Function 'ieee80211_sta_set_rx_nss' is declared twice, so remove the
repeated declaration.
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Link:
https://lore.kernel.org/r/1622196424-62403-1-git-send-email-zhangshaokun@hisilicon.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
patch
|
blob
|
history
diff --git
a/net/mac80211/ieee80211_i.h
b/net/mac80211/ieee80211_i.h
index b995777566e151a7cf5150fb3015f5758fa0d3e6..a7ce59150322e06c8092dd68bbb96c95e7aa3a49 100644
(file)
--- a/
net/mac80211/ieee80211_i.h
+++ b/
net/mac80211/ieee80211_i.h
@@
-1875,7
+1875,6
@@
void ieee80211_sta_set_rx_nss(struct sta_info *sta);
enum ieee80211_sta_rx_bandwidth
ieee80211_chan_width_to_rx_bw(enum nl80211_chan_width width);
enum nl80211_chan_width ieee80211_sta_cap_chan_bw(struct sta_info *sta);
-void ieee80211_sta_set_rx_nss(struct sta_info *sta);
void ieee80211_process_mu_groups(struct ieee80211_sub_if_data *sdata,
struct ieee80211_mgmt *mgmt);
u32 __ieee80211_vht_handle_opmode(struct ieee80211_sub_if_data *sdata,