From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stanislaw Gruszka Subject: Re: [PATCH v2 1/2] rt2800usb:fix efuse detection Date: Fri, 13 Jun 2014 15:10:02 +0200 Message-ID: <20140613131001.GB2211@redhat.com> References: <20140612173057.15935.14194.stgit@charlie.fem.tu-ilmenau.de> <20140612173336.15935.17359.stgit@charlie.fem.tu-ilmenau.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: users-poMEt7QlJxcwIE2E9O76wjtx2kNaKg5H@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Michael Braun Return-path: Content-Disposition: inline In-Reply-To: <20140612173336.15935.17359.stgit-T1IWWRiYoUTeQ37wNh6nHvMwkO6i8y0ws0AfqQuZ5sE@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces-poMEt7QlJxcwIE2E9O76wjtx2kNaKg5H@public.gmane.org Sender: "users" List-Id: netdev.vger.kernel.org On Thu, Jun 12, 2014 at 07:33:36PM +0200, Michael Braun wrote: > The device 057c:8501 (AVM Fritz! WLAN v2 rev. B) currently does not > load. One thing observed is that the vendors driver detects EFUSE mode > for this device, but rt2800usb does not. This is due to rt2800usb > lacking a check for the firmware mode present in the vendors driver, > that this patch adopts for rt2800usb. > > With this patch applied, the 'RF chipset' detection does no longer fail. > > Signed-off-by: Michael Braun Acked-by: Stanislaw Gruszka