diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 9137579c12a4..8f22b7384805 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -645,19 +645,6 @@ struct ieee80211_ops { | |||
645 | const u8 *local_address, const u8 *address, | 645 | const u8 *local_address, const u8 *address, |
646 | struct ieee80211_key_conf *key); | 646 | struct ieee80211_key_conf *key); |
647 | 647 | ||
648 | /* | ||
649 | * Set TX key index for default/broadcast keys. This is needed in cases | ||
650 | * where wlan card is doing full WEP/TKIP encapsulation (wep_include_iv | ||
651 | * is not set), in other cases, this function pointer can be set to | ||
652 | * NULL since the IEEE 802.11 module takes care of selecting the key | ||
653 | * index for each TX frame. | ||
654 | * | ||
655 | * TODO: If you use this callback in your driver tell us if you need | ||
656 | * any other information from it to make it easier, like the | ||
657 | * key_conf instead. | ||
658 | */ | ||
659 | int (*set_key_idx)(struct ieee80211_hw *hw, int idx); | ||
660 | |||
661 | /* Enable/disable IEEE 802.1X. This item requests wlan card to pass | 648 | /* Enable/disable IEEE 802.1X. This item requests wlan card to pass |
662 | * unencrypted EAPOL-Key frames even when encryption is configured. | 649 | * unencrypted EAPOL-Key frames even when encryption is configured. |
663 | * If the wlan card does not require such a configuration, this | 650 | * If the wlan card does not require such a configuration, this |