aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2008-09-10 18:01:57 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-09-15 16:48:22 -0400
commit96dd22ac06b0dbfb069fdf530c72046a941e9694 (patch)
tree4dbf19921a1d4add0ca03a0ff1d7db37c4ecb8be /net/mac80211/ieee80211_i.h
parentccd7b36286f8c42b3fa95c5a8d402162ffab41df (diff)
mac80211: inform driver of basic rateset
Drivers need to know the basic rateset to be able to configure the ACK/CTS programming in hardware correctly. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 1f9336a30e3b..21cc6d07b020 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -433,11 +433,6 @@ struct ieee80211_sub_if_data {
433 433
434 int drop_unencrypted; 434 int drop_unencrypted;
435 435
436 /*
437 * basic rates of this AP or the AP we're associated to
438 */
439 u64 basic_rates;
440
441 /* Fragment table for host-based reassembly */ 436 /* Fragment table for host-based reassembly */
442 struct ieee80211_fragment_entry fragments[IEEE80211_FRAGMENT_MAX]; 437 struct ieee80211_fragment_entry fragments[IEEE80211_FRAGMENT_MAX];
443 unsigned int fragment_next; 438 unsigned int fragment_next;
@@ -1017,6 +1012,8 @@ void ieee80211_tx_skb(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb,
1017void ieee802_11_parse_elems(u8 *start, size_t len, 1012void ieee802_11_parse_elems(u8 *start, size_t len,
1018 struct ieee802_11_elems *elems); 1013 struct ieee802_11_elems *elems);
1019int ieee80211_set_freq(struct ieee80211_sub_if_data *sdata, int freq); 1014int ieee80211_set_freq(struct ieee80211_sub_if_data *sdata, int freq);
1015u64 ieee80211_mandatory_rates(struct ieee80211_local *local,
1016 enum ieee80211_band band);
1020 1017
1021#ifdef CONFIG_MAC80211_NOINLINE 1018#ifdef CONFIG_MAC80211_NOINLINE
1022#define debug_noinline noinline 1019#define debug_noinline noinline