From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Roskin Date: Wed, 31 Mar 2010 17:54:37 -0400 Subject: [ath9k-devel] [RFC PATCH 2/2] ath9k: fix mixing of interrupt masks, remove ah->mask_reg In-Reply-To: <20100330165219.GA25095@tux> References: <20100330033848.7683.63114.stgit@mj.roinet.com> <20100330033924.7683.13491.stgit@mj.roinet.com> <20100330165219.GA25095@tux> Message-ID: <1270072477.6059.18.camel@mj> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Tue, 2010-03-30 at 09:52 -0700, Luis R. Rodriguez wrote: > This is exactly what I was trying to prevent, lets please try to figure out > another way, NACK for now. > > Consider > > struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *) common->priv; OK, then let's move imask from sc to ah. It looks like ah->mask_reg was misused exactly because sc->imask wasn't available in some files. -- Regards, Pavel Roskin