diff options
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index e3a48b0a2b3b..f46e1e15746d 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1986,6 +1986,8 @@ struct cfg80211_update_ft_ies_params { | |||
1986 | * @len: buffer length | 1986 | * @len: buffer length |
1987 | * @no_cck: don't use cck rates for this frame | 1987 | * @no_cck: don't use cck rates for this frame |
1988 | * @dont_wait_for_ack: tells the low level not to wait for an ack | 1988 | * @dont_wait_for_ack: tells the low level not to wait for an ack |
1989 | * @n_csa_offsets: length of csa_offsets array | ||
1990 | * @csa_offsets: array of all the csa offsets in the frame | ||
1989 | */ | 1991 | */ |
1990 | struct cfg80211_mgmt_tx_params { | 1992 | struct cfg80211_mgmt_tx_params { |
1991 | struct ieee80211_channel *chan; | 1993 | struct ieee80211_channel *chan; |
@@ -1995,6 +1997,8 @@ struct cfg80211_mgmt_tx_params { | |||
1995 | size_t len; | 1997 | size_t len; |
1996 | bool no_cck; | 1998 | bool no_cck; |
1997 | bool dont_wait_for_ack; | 1999 | bool dont_wait_for_ack; |
2000 | int n_csa_offsets; | ||
2001 | const u16 *csa_offsets; | ||
1998 | }; | 2002 | }; |
1999 | 2003 | ||
2000 | /** | 2004 | /** |