From: Johannes Berg Date: Tue, 8 May 2012 19:23:54 +0000 (+0200) Subject: cfg80211: remove double prototype X-Git-Tag: v3.5-rc1~101^2~6^2^2~43 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4472037be86a9d7d1cab37e0c4cb310997a140ae;p=karo-tx-linux.git cfg80211: remove double prototype cfg80211_calculate_bitrate() is defined in the external header file cfg80211.h now, so no need to keep it in the internal one as well. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- diff --git a/net/wireless/core.h b/net/wireless/core.h index 3ac2dd00d714..8523f3878677 100644 --- a/net/wireless/core.h +++ b/net/wireless/core.h @@ -445,8 +445,6 @@ int cfg80211_set_freq(struct cfg80211_registered_device *rdev, struct wireless_dev *wdev, int freq, enum nl80211_channel_type channel_type); -u16 cfg80211_calculate_bitrate(struct rate_info *rate); - int ieee80211_get_ratemask(struct ieee80211_supported_band *sband, const u8 *rates, unsigned int n_rates, u32 *mask);