aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorAshok Nagarajan <ashok@cozybit.com>2012-04-03 00:21:20 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-04-11 16:23:46 -0400
commit657c3e0c4147bb3d3fdd338e32b83b968b0f9d02 (patch)
tree06f4f3fb9f7a01b6eb823d2f7a7d0f76c76a28aa /include/net/mac80211.h
parentd934f7d0d6a3f8aa3049ca0692948ec59d738928 (diff)
mac80211: Indicate basic rates when adding rate IEs
Basic rates are added with supported rates IE and extended supported rates IE. Signed-off-by: Ashok Nagarajan <ashok@cozybit.com> Signed-off-by: Thomas Pedersen <thomas@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 43f4609ab5f0..c8ef45176b3e 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -3717,8 +3717,9 @@ void ieee80211_enable_rssi_reports(struct ieee80211_vif *vif,
3717 3717
3718void ieee80211_disable_rssi_reports(struct ieee80211_vif *vif); 3718void ieee80211_disable_rssi_reports(struct ieee80211_vif *vif);
3719 3719
3720int ieee80211_add_srates_ie(struct ieee80211_vif *vif, struct sk_buff *skb); 3720int ieee80211_add_srates_ie(struct ieee80211_vif *vif,
3721 struct sk_buff *skb, bool need_basic);
3721 3722
3722int ieee80211_add_ext_srates_ie(struct ieee80211_vif *vif, 3723int ieee80211_add_ext_srates_ie(struct ieee80211_vif *vif,
3723 struct sk_buff *skb); 3724 struct sk_buff *skb, bool need_basic);
3724#endif /* MAC80211_H */ 3725#endif /* MAC80211_H */