aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-09-26 09:19:50 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:53:17 -0400
commitb4010e08907bdafe8bf4a3fe7ef9b52ddec4dda5 (patch)
tree10651fb231ff00dac4735d14079e8e241d44c6ce /include/net
parent51617f0b76389b29740aa9d7736df99b75d1d9ec (diff)
[PATCH] mac80211: remove generic IE for AP interfaces
This is not useful since we do not support probe response offload to hardware at this time and beacons are set in another way. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/mac80211.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 8fb975f0bed4..6ec12bd3a3ec 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -519,11 +519,6 @@ struct ieee80211_if_init_conf {
519 * config_interface() call, so copy the value somewhere if you need 519 * config_interface() call, so copy the value somewhere if you need
520 * it. 520 * it.
521 * @ssid_len: length of the @ssid field. 521 * @ssid_len: length of the @ssid field.
522 * @generic_elem: used (together with @generic_elem_len) by drivers for
523 * hardware that generate beacons independently. The pointer is valid
524 * only during the config_interface() call, so copy the value somewhere
525 * if you need it.
526 * @generic_elem_len: length of the generic element.
527 * @beacon: beacon template. Valid only if @host_gen_beacon_template in 522 * @beacon: beacon template. Valid only if @host_gen_beacon_template in
528 * &struct ieee80211_hw is set. The driver is responsible of freeing 523 * &struct ieee80211_hw is set. The driver is responsible of freeing
529 * the sk_buff. 524 * the sk_buff.
@@ -538,8 +533,6 @@ struct ieee80211_if_conf {
538 u8 *bssid; 533 u8 *bssid;
539 u8 *ssid; 534 u8 *ssid;
540 size_t ssid_len; 535 size_t ssid_len;
541 u8 *generic_elem;
542 size_t generic_elem_len;
543 struct sk_buff *beacon; 536 struct sk_buff *beacon;
544 struct ieee80211_tx_control *beacon_control; 537 struct ieee80211_tx_control *beacon_control;
545}; 538};