diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 7 |
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 | }; |