svn commit: r257141 - head/sys/dev/iwn

Adrian Chadd adrian at FreeBSD.org
Sat Oct 26 01:17:55 UTC 2013


Author: adrian
Date: Sat Oct 26 01:17:54 2013
New Revision: 257141
URL: http://svnweb.freebsd.org/changeset/base/257141

Log:
  add 0x8b, lifted from Linux iwlegacy/commands.h
  
  This is "STA invalid". I saw it during some 4965 testing (kern/183260)
  and I still have no idea what is causing it.
  
  Obtained from:	Linux drivers/net/wireless/iwlegacy

Modified:
  head/sys/dev/iwn/if_iwnreg.h

Modified: head/sys/dev/iwn/if_iwnreg.h
==============================================================================
--- head/sys/dev/iwn/if_iwnreg.h	Fri Oct 25 23:38:58 2013	(r257140)
+++ head/sys/dev/iwn/if_iwnreg.h	Sat Oct 26 01:17:54 2013	(r257141)
@@ -1234,6 +1234,7 @@ struct iwn_ucode_info {
 #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 */
+#define IWN_TX_FAIL_STA_INVALID		0x8b	/* XXX STA invalid (???) */
 
 struct iwn4965_tx_stat {
 	uint8_t		nframes;


More information about the svn-src-head mailing list