diff options
author | Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com> | 2011-11-29 08:51:53 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-11-30 15:08:32 -0500 |
commit | c8c3c6af05e9236d8a0c26cd72e4d5d77d6e830f (patch) | |
tree | ee551bfed95e7bd2292a1b96b97b4953a0d59d62 /net/mac80211 | |
parent | e76aadc572288a158ae18ae1c10fe395c7bca066 (diff) |
mac80211: remove unused function declaration
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/sta_info.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index ccd34e92654..1a14fab4bc9 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -499,7 +499,6 @@ struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata, | |||
499 | */ | 499 | */ |
500 | int sta_info_insert(struct sta_info *sta); | 500 | int sta_info_insert(struct sta_info *sta); |
501 | int sta_info_insert_rcu(struct sta_info *sta) __acquires(RCU); | 501 | int sta_info_insert_rcu(struct sta_info *sta) __acquires(RCU); |
502 | int sta_info_insert_atomic(struct sta_info *sta); | ||
503 | int sta_info_reinsert(struct sta_info *sta); | 502 | int sta_info_reinsert(struct sta_info *sta); |
504 | 503 | ||
505 | int sta_info_destroy_addr(struct ieee80211_sub_if_data *sdata, | 504 | int sta_info_destroy_addr(struct ieee80211_sub_if_data *sdata, |