PERFORCE change 136368 for review

Sam Leffler sam at FreeBSD.org
Wed Feb 27 21:22:39 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=136368

Change 136368 by sam at sam_ebb on 2008/02/27 21:22:13

	add tx status codes

Affected files ...

.. //depot/projects/vap/sys/dev/iwn/if_iwnreg.h#2 edit

Differences ...

==== //depot/projects/vap/sys/dev/iwn/if_iwnreg.h#2 (text+kox) ====

@@ -639,6 +639,13 @@
 	uint16_t	reserved;
 	uint32_t	power[2];
 	uint32_t	status;
+#define	IWN_TX_SUCCESS			0x00
+#define	IWN_TX_FAIL			0x80	/* all failures have 0x80 set */
+#define	IWN_TX_FAIL_SHORT_LIMIT		0x82	/* too many RTS retries */
+#define	IWN_TX_FAIL_LONG_LIMIT		0x83	/* too many retries */
+#define	IWN_TX_FAIL_FIFO_UNDERRRUN	0x84	/* tx fifo not kept running */
+#define	IWN_TX_FAIL_DEST_IN_PS		0x88	/* sta found in power save */
+#define	IWN_TX_FAIL_TX_LOCKED		0x90	/* waiting to see traffic */
 } __packed;
 
 /* structure for IWN_BEACON_MISSED notification */


More information about the p4-projects mailing list