Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33155 )
Change subject: drivers/wifi: Add generic WiFi driver
......................................................................
Patch Set 5:
(2 comments)
https://review.coreboot.org/c/coreboot/+/33155/5/src/drivers/wifi/generic.c
File src/drivers/wifi/generic.c:
https://review.coreboot.org/c/coreboot/+/33155/5/src/drivers/wifi/generic.c@...
PS5, Line 49: __weak
: int get_wifi_sar_limits(struct wifi_sar_limits *sar_limits)
: {
: return -1;
: }
Not for this change, but I am wondering if we should get rid of this weak definition. If USE_SAR is selected by a board, it should ensure that get_wifi_sar_limits is provided as well.
https://review.coreboot.org/c/coreboot/+/33155/5/src/drivers/wifi/generic.c@...
PS5, Line 241: "WIFI%08x",
Device name can be max 4 characters long. Even if you pass in bigger string here, it will get clipped as part of acpigen_emit_simple_namestring
--
To view, visit
https://review.coreboot.org/c/coreboot/+/33155
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ica5edf95a37c8ed60f7e159d94fd58af5d41c0ef
Gerrit-Change-Number: 33155
Gerrit-PatchSet: 5
Gerrit-Owner: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: HAOUAS Elyes
ehaouas@noos.fr
Gerrit-Reviewer: Justin TerAvest
teravest@chromium.org
Gerrit-Reviewer: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Karthikeyan Ramasubramanian
kramasub@chromium.org
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Mon, 08 Jul 2019 02:11:24 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment