linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/13] wlcore: fix WLCORE_VENDOR_ATTR_GROUP_KEY policy
@ 2014-12-29  6:24 Eliad Peller
  2014-12-29  6:24 ` [PATCH 02/13] wlcore: fix sparse warning Eliad Peller
                   ` (12 more replies)
  0 siblings, 13 replies; 21+ messages in thread
From: Eliad Peller @ 2014-12-29  6:24 UTC (permalink / raw)
  To: linux-wireless

The attribute type is binary data (with max length).

Signed-off-by: Eliad Peller <eliad@wizery.com>
---
 drivers/net/wireless/ti/wlcore/vendor_cmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ti/wlcore/vendor_cmd.c b/drivers/net/wireless/ti/wlcore/vendor_cmd.c
index ad86a48..fd4e9ba 100644
--- a/drivers/net/wireless/ti/wlcore/vendor_cmd.c
+++ b/drivers/net/wireless/ti/wlcore/vendor_cmd.c
@@ -21,7 +21,7 @@ static const
 struct nla_policy wlcore_vendor_attr_policy[NUM_WLCORE_VENDOR_ATTR] = {
 	[WLCORE_VENDOR_ATTR_FREQ]		= { .type = NLA_U32 },
 	[WLCORE_VENDOR_ATTR_GROUP_ID]		= { .type = NLA_U32 },
-	[WLCORE_VENDOR_ATTR_GROUP_KEY]		= { .type = NLA_U32,
+	[WLCORE_VENDOR_ATTR_GROUP_KEY]		= { .type = NLA_BINARY,
 						    .len = WLAN_MAX_KEY_LEN },
 };
 
-- 
1.8.5.2.229.g4448466.dirty


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-05-06  9:04 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-29  6:24 [PATCH 01/13] wlcore: fix WLCORE_VENDOR_ATTR_GROUP_KEY policy Eliad Peller
2014-12-29  6:24 ` [PATCH 02/13] wlcore: fix sparse warning Eliad Peller
2014-12-29  6:24 ` [PATCH 03/13] wlcore/wl18xx: handle rc updates in a separate work Eliad Peller
2014-12-29  6:24 ` [PATCH 04/13] wlcore: add ability to reduce FW interrupts during suspend Eliad Peller
2014-12-29  6:24 ` [PATCH 05/13] wlcore: enable AP wowlan Eliad Peller
2014-12-29  6:24 ` [PATCH 06/13] wlcore: enable sleep during AP mode operation Eliad Peller
2015-03-25 12:27   ` Marc Kleine-Budde
2015-03-25 12:58     ` Eliad Peller
2015-03-25 13:24       ` Marc Kleine-Budde
2015-03-25 13:45         ` Eliad Peller
2015-05-04  9:16           ` Yegor Yefremov
2015-05-06  8:32             ` Eliad Peller
2015-05-06  9:03               ` Yegor Yefremov
2014-12-29  6:24 ` [PATCH 07/13] wl18xx: add radar detection implementation Eliad Peller
2014-12-29  6:24 ` [PATCH 08/13] wl18xx: add debugfs file to emulate radar event Eliad Peller
2014-12-29  6:24 ` [PATCH 09/13] wlcore: add support for ap csa Eliad Peller
2014-12-29  6:24 ` [PATCH 10/13] wlcore: add dfs master restart calls Eliad Peller
2014-12-29  6:24 ` [PATCH 11/13] wlcore: allow using dfs channels Eliad Peller
2014-12-29  6:24 ` [PATCH 12/13] wlcore: add dfs region to reg domain update cmd Eliad Peller
2014-12-29  6:24 ` [PATCH 13/13] wl18xx: declare radar_detect_widths support for ap interfaces Eliad Peller
2015-01-07 17:55 ` [PATCH 01/13] wlcore: fix WLCORE_VENDOR_ATTR_GROUP_KEY policy Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).