From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8F7383FC3 for ; Sun, 22 Aug 2021 16:06:25 +0000 (UTC) Received: by mail-wm1-f45.google.com with SMTP id j12-20020a05600c1c0c00b002e6d80c902dso9125894wms.4 for ; Sun, 22 Aug 2021 09:06:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=tQHe9Q7vl5WTwA6JvsLeJPa2NzlgzjWaSheEAIc4ByY=; b=nSPtHF0yQLcBa281rX8Vb62/q1KXYbuy65LJijoKcj4QTsSh7wRSliTnS52Wqwu26Y h7hwYt70v5FSvypPAlblS/8wTcR1xvH6RkNDQC+PPSI1WeNDcerNoOI/Mp26iXfz4xfo keSrXGM+UyYtDYPyo0pMZTEdex83kNcsv9P2B4MnG5sothArKUKQbCckogJo9lpgeExH tt+2ApSJPmCHDBAvla8/W/JiRFMYPSqM0ZPGeFAb9YlBy7DiKQkZkyi9mLMgwnzb6dr2 n7qqpjifUL47ygDiePiculGwCA7JXYqcvaH+YpOBqzlm69+KJURqDQOagR9d6spxiGWo Gjig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=tQHe9Q7vl5WTwA6JvsLeJPa2NzlgzjWaSheEAIc4ByY=; b=onl7pLaXd83S4TkXsIoRGqsq0iiL8aDOUMuKm+iPhuD38jcLjkwJNdwV776TSghKx7 PUWzr04mHIri6miJ/M2VWIskbc2xes2YQA+V0U5MeWeUfBp9ZDSNuGm4FP8fkjD8HQdA 00vo6+YzzwgEe5As4nWbiouATPyM7tnWnafGbISNO0V6Usni6YvhvlKBqtrg1834dMBY BI1IJYHIxgjWM0x7KtIoTwDpAPHR6fGckfG/284YiJpAOGQFQYCnxdJM0/m7I04/Z7b7 xcxVWtgzMgL8ivHFlcMcfOKx/IQc+HadO4vspOIX9bPkNuL61XW/DOQSokblJDYV6Yd+ WQ3Q== X-Gm-Message-State: AOAM532befixoB1oJmOTtZ2XIBsaxEZy4LrbW2o6xuajJi31HQvWjSzr 6FJrprCMzwNhPu8j11d28Ys= X-Google-Smtp-Source: ABdhPJymJNttuHfuLjOB3RWi9DEswOIahfKaers0FIY9CAncJsbfx8vBZQMU2R5r5AdrA3btdub+qg== X-Received: by 2002:a05:600c:3b06:: with SMTP id m6mr12525317wms.35.1629648383975; Sun, 22 Aug 2021 09:06:23 -0700 (PDT) Received: from ?IPv6:2a02:8108:96c0:3b88::687e? ([2a02:8108:96c0:3b88::687e]) by smtp.gmail.com with ESMTPSA id y14sm12497035wrs.29.2021.08.22.09.06.23 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 22 Aug 2021 09:06:23 -0700 (PDT) Subject: Re: [PATCH RFC v2 0/6] staging: r8188eu: avoid uninit value bugs To: Pavel Skripkin , Larry.Finger@lwfinger.net, phil@philpotter.co.uk, gregkh@linuxfoundation.org, fmdefrancesco@gmail.com Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org References: <6182ed46-d79d-7f66-c7c0-096486410b4d@gmail.com> <44fc34ec-6bbe-9cd0-0c51-78836bad7e0c@gmail.com> From: Michael Straube Message-ID: Date: Sun, 22 Aug 2021 18:05:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: <44fc34ec-6bbe-9cd0-0c51-78836bad7e0c@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 8/22/21 5:30 PM, Pavel Skripkin wrote: > BTW, can you recommend any devices with this chip except for ASUS > USB-N10 Nano? I didn't find any of them with delivery/reasonable > delivery price to Russia. > > I want to help with testing and moving this driver out of staging > directory :) Hi Pavel, My one is a TP-LINK WN725N (not sure, but I guess v2). You could also have a look at the device table in os_dep/usb_intf.c Regards, Michael