mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
mac80211: remove unused function declaration
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
e76aadc572
commit
c8c3c6af05
1 changed files with 0 additions and 1 deletions
|
@ -499,7 +499,6 @@ struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
|
||||||
*/
|
*/
|
||||||
int sta_info_insert(struct sta_info *sta);
|
int sta_info_insert(struct sta_info *sta);
|
||||||
int sta_info_insert_rcu(struct sta_info *sta) __acquires(RCU);
|
int sta_info_insert_rcu(struct sta_info *sta) __acquires(RCU);
|
||||||
int sta_info_insert_atomic(struct sta_info *sta);
|
|
||||||
int sta_info_reinsert(struct sta_info *sta);
|
int sta_info_reinsert(struct sta_info *sta);
|
||||||
|
|
||||||
int sta_info_destroy_addr(struct ieee80211_sub_if_data *sdata,
|
int sta_info_destroy_addr(struct ieee80211_sub_if_data *sdata,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue