diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index c34fd9a6160a..8a086a8ac270 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -626,8 +626,7 @@ struct ieee80211_ops { | |||
626 | * station hwaddr for individual keys. aid of the station is given | 626 | * station hwaddr for individual keys. aid of the station is given |
627 | * to help low-level driver in selecting which key->hw_key_idx to use | 627 | * to help low-level driver in selecting which key->hw_key_idx to use |
628 | * for this key. TX control data will use the hw_key_idx selected by | 628 | * for this key. TX control data will use the hw_key_idx selected by |
629 | * the low-level driver. | 629 | * the low-level driver. */ |
630 | * Must be atomic. */ | ||
631 | int (*set_key)(struct ieee80211_hw *hw, set_key_cmd cmd, | 630 | int (*set_key)(struct ieee80211_hw *hw, set_key_cmd cmd, |
632 | u8 *addr, struct ieee80211_key_conf *key, int aid); | 631 | u8 *addr, struct ieee80211_key_conf *key, int aid); |
633 | 632 | ||