- Apr 13, 2018
-
-
Greg Bonik authored
IDEA CE works pretty well with Rust Change-Id: I86dfaa37036ffa5a2a4eee3a4fc568ed99a421fb
-
Jiwoong Lee authored
NET-677 Change-Id: I05800d44f5356990ea0ff3b31394a410ac9f263b
-
Jiwoong Lee authored
Some tx power configuration is done along the channel configuration. This CL provides - Fix unintended integral conversion, which was caused by mixed-use of signed and unsigned tx power variables (This will be eased at the introduction of dBm unit type. TODO) - Overcoming seemingly invalid default tx power upper bounds written in the EEPROM, by overriding. - An introduction of crude tx power compensation considering . EIRP . Antenna gain . The number of Tx chains . Hardware upperbound and lowerbound NET-677 NET-392 Change-Id: Ia16b648c10a7112407aa641f7c4789688e97972f
-
Jiwoong Lee authored
Changes the AP's Probe Request validation logic such that the following kind of probe request is not treated valid: - SSID IE is present, but its data is empty with 0 length. Rationale: Some clients violate the IEEE 802.11-2016 specification such that it be imperative to exchange Probe request/response before they kickstart authentication/association procedure. Fuchsia AP has not supported wildcard Probe Request where SSID IE is present whose data is empty. These two facts collectively worked and failed to be compatible with those clients. NET-632 NET-724 Change-Id: I71be6f88b85d86fcefeffdbdfdc83ff2d46c612d
-
zircon-roller authored
533e8736 [mdns] Add message header unmarshalling. Change-Id: I20c957a3f9138a97086afb4364f8b3565a8532ae
-
Chris Phoenix authored
Initialize data structures Probe the chipset Fetch the firmware Test: Fetches, parses, and downloads "FW" and "NVRAM". Driver reports "FW failed to initialize" and quits without crashing. NET-520 Change-Id: I1c713f2536acb4313d8f8316db73faaae0b94653
-
Josh Gargus authored
This allows UserShell or whoever to control whether clipping is enabled/disabled. SCN-669 #done Change-Id: I21b3de55114c733b996846e030377b50a9f9b69d
-
Nicolas Paglieri authored
Change-Id: I539f0650bdd22b95ba0d0e8ab1e816169fc431e1
-
Tim Detwiler authored
Previously the guest binary was repackaged inside of each guest package. This change adds a guest_runner component that will handle creating a guest instance for each package using a shared vmm binary. This maps the guest package (ex: the kernel/ramdisk/block/configuration) into the /guest namespace in the VMM process. Change-Id: Id3c76d6f3a6b71b8ecc42b276bf3b738d88d0a23
-
James Tucker authored
Change-Id: I4250f3421539e0c629d7aca8b9f2a0144678094b
-
zircon-roller authored
5a57d35e [kernel] Move interval checking utilities to new header 6e4df1f8 [kernel][pmt] Fix panic during failed creation 80adea57 [perftest] Generate trace events for test cases' setup/teardown phases ea8bb2e1 [runtests] Add support for directory globs Change-Id: I4ac7276d906561ca3a68b87e0f168d1d65f65279
-
Jiwoong Lee authored
This CL makes the construction of HToperation IE, and the txinfo of data frames depend on the operation condition of 40MHz bandwidth. NET-636 Change-Id: I1d5fd0435d65dd8d805a07731b3b055df3a59d96
-
Arman Uguray authored
Added the RemoteService and RemoteServiceManager classes. RemoteServiceManager is responsible for maintaining the state of remote GATT services. RemoteService will act as the main internal API through which internal driver and FIDL binding code interact with remote GATT services. Service discovery is now performed upon connection establishment, following server configuration. NET-439 #done Change-Id: I8fd475d46b1f476f8f529bcb61582cf878682fb8
-
Mike Voydanoff authored
Use the new bootdata dcfg structs for configuring the kernel drivers instead. Change-Id: I712a3f6ddbc5e9eaf3143c8caded2d42781fdbd1
-
- Apr 12, 2018
-
-
Jaeheon Yi authored
Change-Id: I9af83cd38d13a8a5b29c4092d6b890e8f18e2d32
-
Garret Kelly authored
Change-Id: Ie691ecfc93c7197719947d65b7cdb43b30dd9adb
-
Jiwoong Lee authored
Stop forwarding BlockAck control frame to MLME dispatcher. NET-720 #done Change-Id: I632750822be087b0a987e3b8bb602bfaccdfa947
-
Michael Anthony Knyszek authored
This change adds support in the bindings for encoding/decoding FIDL unions. FIDL-97 Change-Id: If49e515d6fcb4643d085a414785fc2963ceb564d
-
Arman Uguray authored
Client is now a pure-virtual interface with real and fake implementations. NET-439 Change-Id: I9c07ace9797f1e4b696307821967a615bf5e9adc
-
Jiwoong Lee authored
Reduce the log level of from WARN to DEBUG of a series of benign log message. Follow up: Filter at the vendor device driver. NET-720 Change-Id: Ib6d1f6f6afe9feba7f00e651f61bbb0062e88a6a
-
Adam Barth authored
All the clients have been removed. Change-Id: Ifc534b68ef2f518903d37cf25a2aaadcf70c7747
-
Matt Perry authored
Disabling DHCP would not properly cancel DHCP status due to a small logic error. Change-Id: I46fbec9e7ac882b859e3f54148a398417d36e786
-
zircon-roller authored
e5b563a7 [fidl] Parse (but do not yet use) multipart library names Change-Id: Idcbbb77433a4d1973aaa9505c895ad61b5d4bdc6
-
Arman Uguray authored
This became flaky after https://fuchsia-review.googlesource.com/c/garnet/+/141355. Made it single threaded as multiple threads aren't necessary for this test any more. NET-717 #done Change-Id: I7e1cf6d9ee2ad1e2d9051efd5276f06b748f3e6e
-
Toshi Kikuchi authored
It worked only if written == todo. If written < todo, the remaining data in the buffer was overwritten NET-718 Change-Id: I1a5a3651251dde678488856574b0e4d26a5ec50b
-
Andrew Wilson authored
Change-Id: I7e5652a93888fdce2a03f1c1994b34c16facbbc1
-
zircon-roller authored
2f7d11db [perftest] Add tracing support: Generate trace events for test runs Change-Id: If8f8e146695d23a2fbb3af2c624c879f6dcce99d
-
Jérôme Poichet authored
Change-Id: I7eefd9054681656b6c5f852863db78b15179a3af
-
James Robinson authored
This splits the audio policy interface from the media fidl target and puts it in its own top-level namespace. Almost nothing should be controlling the audio policy directly, and it certainly shouldn't be part of typical media system usage. MTWN-106 #comment Change-Id: I34038dd509d75f010379639c5043060740affac8
-
zircon-roller authored
e742f3d0 [loader-service][asan] Fix use-after-free. Change-Id: I7537674aea2b893b6c6f90fe9ad19dc5f7534973
-
Jaeheon Yi authored
SCN-630 #comment Change-Id: I9696fe9a10e039c91718759500a5bdbe60c888af
-
zircon-roller authored
67d41d00 [fidl][doc] Remove some chatter from the language description Change-Id: I308acb9a356fe93c13aebd7d3993c191ce24cbaf
-
Adam Barth authored
This restores the previous name of this target, which is the normal pattern for FIDL libraries. Change-Id: I43810e0a02fe36a0cd7647ac18812b475d8a0064
-
Jeff Brown authored
Change-Id: Ief7098abcb9171454094100dd3016423606fd392
-
Adam Barth authored
This reverts commit 6363fb1d. Causes lots of crashes. Change-Id: I3a05d38189f5422208c258429485013e2805a0e3
-
Tomasz Wiszkowski authored
This change resolves problem with PCI slot shortage surfacing when using multiple block devices and adds verbose logging if number of slots is exhausted. Change-Id: I9e0b230c41aa6d6806b16019ced99fbebdfe3721
-
Robert Hahn authored
NET-659 Change-Id: Id64cd9fc4580b25c8cf485607b264ef4b1278d90
-
Robert Hahn authored
Ralink has no USB interrupt endpoints and is USB 2.0 and thus requiring us to actively pull interrupts from the device by periodically reading the corresponding register. NET-658 Change-Id: I23511337052285b3a01a363cc9a050317b3a3115
-
Joshua Seaton authored
-Remove TaskRunner-constructor -Remove RunsTasksOnCurrentThread() -Migrate fxl time to zx time. BUG: ZX-1819 Change-Id: Ibb7564929f554902de7217b385177a473366b3ce
-
Robert Hahn authored
Offending CL: Ib5638f54b2176405104158a71ec2755a421e20a2 Seems like some rebasing problems Change-Id: I8c6b89c6909f0ceddca59c0eff8812f2a873b1a3
-