aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 81a3bfa45471..389f1d20adf4 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -781,10 +781,11 @@ enum wiphy_params_flags {
781 * @get_key: get information about the key with the given parameters. 781 * @get_key: get information about the key with the given parameters.
782 * @mac_addr will be %NULL when requesting information for a group 782 * @mac_addr will be %NULL when requesting information for a group
783 * key. All pointers given to the @callback function need not be valid 783 * key. All pointers given to the @callback function need not be valid
784 * after it returns. 784 * after it returns. This function should return an error if it is
785 * not possible to retrieve the key, -ENOENT if it doesn't exist.
785 * 786 *
786 * @del_key: remove a key given the @mac_addr (%NULL for a group key) 787 * @del_key: remove a key given the @mac_addr (%NULL for a group key)
787 * and @key_index 788 * and @key_index, return -ENOENT if the key doesn't exist.
788 * 789 *
789 * @set_default_key: set the default key on an interface 790 * @set_default_key: set the default key on an interface
790 * 791 *