Module Name:    src
Committed By:   jmcneill
Date:           Fri Oct 20 23:38:57 UTC 2017

Modified Files:
        src/sys/dev/ic: bwfmreg.h

Log Message:
Set maximum supported bwfm_bss_info length


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/bwfmreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/bwfmreg.h
diff -u src/sys/dev/ic/bwfmreg.h:1.1 src/sys/dev/ic/bwfmreg.h:1.2
--- src/sys/dev/ic/bwfmreg.h:1.1	Thu Oct 19 23:58:41 2017
+++ src/sys/dev/ic/bwfmreg.h	Fri Oct 20 23:38:56 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: bwfmreg.h,v 1.1 2017/10/19 23:58:41 jmcneill Exp $ */
+/* $NetBSD: bwfmreg.h,v 1.2 2017/10/20 23:38:56 jmcneill Exp $ */
 /* $OpenBSD: bwfmreg.h,v 1.4 2017/10/16 22:27:16 patrick Exp $ */
 /*
  * Copyright (c) 2010-2016 Broadcom Corporation
@@ -261,6 +261,7 @@ struct bwfm_proto_bcdc_hdr {
 
 #define BWFM_MCSSET_LEN				16
 #define BWFM_MAX_SSID_LEN			32
+#define BWFM_BSS_INFO_BUFLEN			2048
 struct bwfm_bss_info {
 	uint32_t version;
 	uint32_t length;

Reply via email to