Module Name:    src
Committed By:   elric
Date:           Sat Oct  8 09:15:09 UTC 2011

Modified Files:
        src/sys/dev/pci: if_iwnreg.h

Log Message:
Update from OpenBSD merging in 1.111 and 1.112 with log messages:

1.112   Differential gain calibration makes the 6005 firmware crap
        out, so skip it for now until we figure out why.  This
        probably means the device won't function optimally, but
        that's better than not functioning at all.  Makes my "Intel
        Centrinto Advanced-N 6205" work quite well.

1.111   The 6005 and 6050-based parts need DC calibration turned
        on, otherwise the firmware will crap out, at least on the
        6005.  First step to getting my "Intel Centrino Advanced-N
        6205" to work.

Both are commited by kette...@openbsd.org.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_iwnreg.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/pci/if_iwnreg.h
diff -u src/sys/dev/pci/if_iwnreg.h:1.9 src/sys/dev/pci/if_iwnreg.h:1.10
--- src/sys/dev/pci/if_iwnreg.h:1.9	Sun May 15 13:56:20 2011
+++ src/sys/dev/pci/if_iwnreg.h	Sat Oct  8 09:15:08 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_iwnreg.h,v 1.9 2011/05/15 13:56:20 christos Exp $	*/
+/*	$NetBSD: if_iwnreg.h,v 1.10 2011/10/08 09:15:08 elric Exp $	*/
 /*	$OpenBSD: if_iwnreg.h,v 1.40 2010/05/05 19:41:57 damien Exp $	*/
 
 /*-
@@ -732,6 +732,7 @@ struct iwn5000_wimax_coex {
 struct iwn5000_calib_elem {
 	uint32_t	enable;
 	uint32_t	start;
+#define IWN5000_CALIB_DC	(1 << 1)
 	uint32_t	send;
 	uint32_t	apply;
 	uint32_t	reserved;

Reply via email to