All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sven Eckelmann <sven@narfation.org>
To: jwboyer@kernel.org, dwmw2@infradead.org, ben@decadent.org.uk,
	Felix Fietkau <nbd@nbd.name>,
	Lorenzo Bianconi <lorenzo.bianconi@redhat.com>,
	Deren Wu <Deren.Wu@mediatek.com>
Cc: Mark-YW Chen <Mark-YW.Chen@mediatek.com>,
	Sean Wang <sean.wang@mediatek.com>,
	Soul Huang <Soul.Huang@mediatek.com>,
	YN Chen <YN.Chen@mediatek.com>, Deren Wu <Deren.Wu@mediatek.com>,
	KM Lin <km.lin@mediatek.com>,
	Robin Chiu <robin.chiu@mediatek.com>,
	CH Yeh <ch.yeh@mediatek.com>, Posh Sun <posh.sun@mediatek.com>,
	Eric Liang <Eric.Liang@mediatek.com>,
	jemele@google.com, linux-firmware <linux-firmware@kernel.org>,
	linux-wireless <linux-wireless@vger.kernel.org>,
	linux-mediatek <linux-mediatek@lists.infradead.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Deren Wu <deren.wu@mediatek.com>,
	jf@simonwunderlich.de
Subject: Re: [PATCH] linux-firmware: update firmware for MT7921 WiFi device
Date: Thu, 09 Dec 2021 10:21:02 +0100	[thread overview]
Message-ID: <2314855.OJx0zA1Pyt@ripper> (raw)
In-Reply-To: <67f30cd5235e2065e6c20cfb4662e4ac72ef6395.1639037336.git.deren.wu@mediatek.com>

[-- Attachment #1: Type: text/plain, Size: 1626 bytes --]

On Thursday, 9 December 2021 09:24:11 CET Deren Wu wrote:
> From: Deren Wu <deren.wu@mediatek.com>
> 
> Update binary firmware for MT7921 WiFi devices
> 
> File: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin
> Version: 20211129210838a
> File: mediatek/WIFI_RAM_CODE_MT7961_1.bin
> Version: 20211129210917

Thank you for the firmware update. With this firmware and the mt76.git 
commit 678071ef7029 ("mt76: mt7615: clear mcu error interrupt status on 
mt7663") + hostapd commit 14ab4a816c68 ("Reject ap_vendor_elements if
its length is odd") , I was able to connect to an 6GHz AP:

    $ cat > station_sae_test.conf << "EOF"
    country=US
    network={
            scan_ssid=1
            ssid="Maverick6g"
            key_mgmt=SAE
            psk="testtest"
            proto=RSN
            ieee80211w=2
            beacon_int=100
    }
    EOF

    $ ip link set up dev wlp5s0
    $ ./wpa_supplicant -D nl80211 -i wlp6s0 -c ~/station_sae_test.cfg -B
    $ iw dev wlp5s0 link
    Connected to 00:03:7f:12:8c:8c (on wlp5s0)
            SSID: Maverick6g
            freq: 6115
            RX: 3092674 bytes (26805 packets)
            TX: 114756 bytes (1073 packets)
            signal: -49 dBm
            rx bitrate: 1080.6 MBit/s 80MHz HE-MCS 10 HE-NSS 2 HE-GI 0 HE-DCM 0
            tx bitrate: 6.5 MBit/s MCS 0
    
            bss flags:      short-slot-time
            dtim period:    2
            beacon int:     100
    $ ping ff02::1%wlp5s0
    ....
     

Just as note: It is still not possible to see beacons when using the card in 
monitor mode.

Tested-by: Sven Eckelmann <sven@narfation.org>

Kind regards,
	Svem

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Sven Eckelmann <sven@narfation.org>
To: jwboyer@kernel.org, dwmw2@infradead.org, ben@decadent.org.uk,
	Felix Fietkau <nbd@nbd.name>,
	Lorenzo Bianconi <lorenzo.bianconi@redhat.com>,
	Deren Wu <Deren.Wu@mediatek.com>
Cc: Mark-YW Chen <Mark-YW.Chen@mediatek.com>,
	Sean Wang <sean.wang@mediatek.com>,
	Soul Huang <Soul.Huang@mediatek.com>,
	YN Chen <YN.Chen@mediatek.com>, Deren Wu <Deren.Wu@mediatek.com>,
	KM Lin <km.lin@mediatek.com>,
	Robin Chiu <robin.chiu@mediatek.com>,
	CH Yeh <ch.yeh@mediatek.com>, Posh Sun <posh.sun@mediatek.com>,
	Eric Liang <Eric.Liang@mediatek.com>,
	jemele@google.com, linux-firmware <linux-firmware@kernel.org>,
	linux-wireless <linux-wireless@vger.kernel.org>,
	linux-mediatek <linux-mediatek@lists.infradead.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Deren Wu <deren.wu@mediatek.com>,
	jf@simonwunderlich.de
Subject: Re: [PATCH] linux-firmware: update firmware for MT7921 WiFi device
Date: Thu, 09 Dec 2021 10:21:02 +0100	[thread overview]
Message-ID: <2314855.OJx0zA1Pyt@ripper> (raw)
In-Reply-To: <67f30cd5235e2065e6c20cfb4662e4ac72ef6395.1639037336.git.deren.wu@mediatek.com>


[-- Attachment #1.1: Type: text/plain, Size: 1626 bytes --]

On Thursday, 9 December 2021 09:24:11 CET Deren Wu wrote:
> From: Deren Wu <deren.wu@mediatek.com>
> 
> Update binary firmware for MT7921 WiFi devices
> 
> File: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin
> Version: 20211129210838a
> File: mediatek/WIFI_RAM_CODE_MT7961_1.bin
> Version: 20211129210917

Thank you for the firmware update. With this firmware and the mt76.git 
commit 678071ef7029 ("mt76: mt7615: clear mcu error interrupt status on 
mt7663") + hostapd commit 14ab4a816c68 ("Reject ap_vendor_elements if
its length is odd") , I was able to connect to an 6GHz AP:

    $ cat > station_sae_test.conf << "EOF"
    country=US
    network={
            scan_ssid=1
            ssid="Maverick6g"
            key_mgmt=SAE
            psk="testtest"
            proto=RSN
            ieee80211w=2
            beacon_int=100
    }
    EOF

    $ ip link set up dev wlp5s0
    $ ./wpa_supplicant -D nl80211 -i wlp6s0 -c ~/station_sae_test.cfg -B
    $ iw dev wlp5s0 link
    Connected to 00:03:7f:12:8c:8c (on wlp5s0)
            SSID: Maverick6g
            freq: 6115
            RX: 3092674 bytes (26805 packets)
            TX: 114756 bytes (1073 packets)
            signal: -49 dBm
            rx bitrate: 1080.6 MBit/s 80MHz HE-MCS 10 HE-NSS 2 HE-GI 0 HE-DCM 0
            tx bitrate: 6.5 MBit/s MCS 0
    
            bss flags:      short-slot-time
            dtim period:    2
            beacon int:     100
    $ ping ff02::1%wlp5s0
    ....
     

Just as note: It is still not possible to see beacons when using the card in 
monitor mode.

Tested-by: Sven Eckelmann <sven@narfation.org>

Kind regards,
	Svem

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

  reply	other threads:[~2021-12-09  9:21 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09  8:24 [PATCH] linux-firmware: update firmware for MT7921 WiFi device Deren Wu
2021-12-09  8:24 ` Deren Wu
2021-12-09  9:21 ` Sven Eckelmann [this message]
2021-12-09  9:21   ` Sven Eckelmann
2021-12-09 14:04   ` Sven Eckelmann
2021-12-09 14:04     ` Sven Eckelmann
2021-12-09 14:13     ` Lorenzo Bianconi
2021-12-09 14:13       ` Lorenzo Bianconi
2021-12-09 14:59       ` Sven Eckelmann
2021-12-09 14:59         ` Sven Eckelmann
  -- strict thread matches above, loose matches on Subject: below --
2026-03-13  0:56 JB Tsai
2026-03-13  6:25 ` Dmitry Baryshkov
2026-01-19  6:33 Allan Wang
2026-01-19  7:42 ` Dmitry Baryshkov
2025-07-03  5:14 Allan Wang
2025-07-06 16:16 ` Josh Boyer
2025-06-06  2:45 Allan Wang
2025-06-06 19:20 ` Josh Boyer
2024-11-12  1:43 Allan Wang
2024-11-12 12:37 ` Josh Boyer
2024-08-30  9:35 Deren Wu
2024-09-03 11:19 ` Josh Boyer
2023-11-16  8:18 Deren Wu
2023-11-27 13:55 ` Josh Boyer
2023-04-07  1:40 Deren Wu
2023-04-18 11:54 ` Josh Boyer
2023-03-03  1:10 Deren Wu
2023-03-07 14:37 ` Josh Boyer
2023-01-19  2:21 Deren Wu
2023-01-20 13:14 ` Josh Boyer
2022-11-10  1:57 Deren Wu
2022-11-16 13:52 ` Josh Boyer
2022-11-09 14:02 Deren Wu
2022-11-09 17:55 ` Josh Boyer
2022-11-10  1:38   ` Deren Wu (武德仁)
2022-09-20  5:59 Deren Wu
2022-09-23 11:57 ` Josh Boyer
2022-06-21 12:31 Deren Wu
2022-06-21 13:24 ` Josh Boyer
2022-02-10 15:15 Deren Wu
2022-02-10 15:15 ` Deren Wu
2022-02-18 15:45 ` Josh Boyer
2022-02-18 15:45   ` Josh Boyer
2022-01-14  6:51 Deren Wu
2022-01-14  6:51 ` Deren Wu
2022-01-14  9:52 ` Sven Eckelmann
2022-01-14  9:52   ` Sven Eckelmann
2022-01-18 14:51 ` Josh Boyer
2022-01-18 14:51   ` Josh Boyer
2021-12-24  7:16 Deren Wu
2021-12-24  7:16 ` Deren Wu
2021-12-29 13:43 ` Josh Boyer
2021-12-29 13:43   ` Josh Boyer
2021-10-18  5:11 Deren Wu
2021-10-18  5:11 ` Deren Wu
2021-10-18 13:24 ` Josh Boyer
2021-10-18 13:24   ` Josh Boyer
2021-05-20  9:04 sean.wang
2021-05-20  9:04 ` sean.wang
2021-06-09 12:00 ` Josh Boyer
2021-06-09 12:00   ` Josh Boyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2314855.OJx0zA1Pyt@ripper \
    --to=sven@narfation.org \
    --cc=Deren.Wu@mediatek.com \
    --cc=Eric.Liang@mediatek.com \
    --cc=Mark-YW.Chen@mediatek.com \
    --cc=Soul.Huang@mediatek.com \
    --cc=YN.Chen@mediatek.com \
    --cc=ben@decadent.org.uk \
    --cc=ch.yeh@mediatek.com \
    --cc=dwmw2@infradead.org \
    --cc=jemele@google.com \
    --cc=jf@simonwunderlich.de \
    --cc=jwboyer@kernel.org \
    --cc=km.lin@mediatek.com \
    --cc=linux-firmware@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lorenzo.bianconi@redhat.com \
    --cc=nbd@nbd.name \
    --cc=posh.sun@mediatek.com \
    --cc=robin.chiu@mediatek.com \
    --cc=sean.wang@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.