Skip to content
Snippets Groups Projects
  1. Apr 13, 2018
    • Greg Bonik's avatar
      [git] Ignore Intellij IDEA project/module files · 4c3cef6d
      Greg Bonik authored
      IDEA CE works pretty well with Rust
      
      Change-Id: I86dfaa37036ffa5a2a4eee3a4fc568ed99a421fb
      4c3cef6d
    • Jiwoong Lee's avatar
      [wlan][ralink] Tx power debugger · a5dd6074
      Jiwoong Lee authored
      NET-677
      
      Change-Id: I05800d44f5356990ea0ff3b31394a410ac9f263b
      a5dd6074
    • Jiwoong Lee's avatar
      [wlan][ralink] Tx power configuration upon channel change · e157401f
      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
      e157401f
    • Jiwoong Lee's avatar
      [wlan][ap] Support wildcard probe request · 9e450ecc
      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
      9e450ecc
    • zircon-roller's avatar
      [roll] Roll zircon 5a57d35e..533e8736 (1 commits) · 48579287
      zircon-roller authored
      533e8736 [mdns] Add message header unmarshalling.
      
      Change-Id: I20c957a3f9138a97086afb4364f8b3565a8532ae
      48579287
    • Chris Phoenix's avatar
      [wlan][brcmfmac] Initialize PCI · f7069f4a
      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
      f7069f4a
    • Josh Gargus's avatar
      [root_presenter] Implement Presentation.EnableClipping(). · b7992eb5
      Josh Gargus authored
      This allows UserShell or whoever to control whether clipping is
      enabled/disabled.
      
      SCN-669 #done
      
      Change-Id: I21b3de55114c733b996846e030377b50a9f9b69d
      b7992eb5
    • Nicolas Paglieri's avatar
      [machina] Fix various typos. · 007f082f
      Nicolas Paglieri authored
      Change-Id: I539f0650bdd22b95ba0d0e8ab1e816169fc431e1
      007f082f
    • Tim Detwiler's avatar
      [guest_runner] Refactor guest packages to use a common runner. · 0a23ace6
      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
      0a23ace6
    • James Tucker's avatar
      [pkgfs] return eexist for already present blobs · 2330c58c
      James Tucker authored
      Change-Id: I4250f3421539e0c629d7aca8b9f2a0144678094b
      2330c58c
    • zircon-roller's avatar
      [roll] Roll zircon c209b38d..5a57d35e (4 commits) · ea052a6a
      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
      ea052a6a
    • Jiwoong Lee's avatar
      [wlan][ap] Dynamic 40MHz bandwidth support · e8bddc91
      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
      e8bddc91
    • Arman Uguray's avatar
      [bt][gatt] Remote service abstraction · 555666a3
      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
      555666a3
    • Mike Voydanoff's avatar
      [guest] Remove MDI related code from the zircon guest · a3df59f6
      Mike Voydanoff authored
      Use the new bootdata dcfg structs for configuring the kernel drivers instead.
      
      Change-Id: I712a3f6ddbc5e9eaf3143c8caded2d42781fdbd1
      a3df59f6
  2. Apr 12, 2018
Loading