From owner-svn-src-all@FreeBSD.ORG Sat Oct 26 01:17:55 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4590C9EA; Sat, 26 Oct 2013 01:17:55 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3352E2E70; Sat, 26 Oct 2013 01:17:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9Q1Ht7j030629; Sat, 26 Oct 2013 01:17:55 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9Q1HtVB030628; Sat, 26 Oct 2013 01:17:55 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201310260117.r9Q1HtVB030628@svn.freebsd.org> From: Adrian Chadd Date: Sat, 26 Oct 2013 01:17:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257141 - head/sys/dev/iwn X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 01:17:55 -0000 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;