From patchwork Fri Mar 5 21:35:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Roskin X-Patchwork-Id: 83846 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o25LZkOf022491 for ; Fri, 5 Mar 2010 21:35:46 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752462Ab0CEVfh (ORCPT ); Fri, 5 Mar 2010 16:35:37 -0500 Received: from c60.cesmail.net ([216.154.195.49]:18484 "EHLO c60.cesmail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751800Ab0CEVfg (ORCPT ); Fri, 5 Mar 2010 16:35:36 -0500 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 05 Mar 2010 16:35:33 -0500 Received: from [192.168.0.22] (unknown [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 1ACEC34C6A; Fri, 5 Mar 2010 16:48:15 -0500 (EST) Subject: Re: KEY_RFKILL not found on kernel 2.6.30 From: Pavel Roskin To: Keith Bannister Cc: linux-wireless@vger.kernel.org In-Reply-To: References: Date: Fri, 05 Mar 2010 16:35:26 -0500 Message-Id: <1267824926.3068.12.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 05 Mar 2010 21:35:46 +0000 (UTC) diff --git a/include/linux/compat-2.6.33.h b/include/linux/compat-2.6.33.h index 9559f21..70e5f98 100644 --- a/include/linux/compat-2.6.33.h +++ b/include/linux/compat-2.6.33.h @@ -49,6 +49,8 @@ static inline void compat_release_firmware(const struct firmware *fw) } #endif +#define KEY_RFKILL 247 /* Key that controls all radios */ + #define IFF_DONT_BRIDGE 0x800 /* disallow bridging this ether dev */ /* source: include/linux/if.h */