Date: April 8, 2025
Version: F26
The following changes have been implemented:
A11y
The following updates have been made for A11y:
- Added a new configuration that allows products to remove A11y View from the
scene graph, this provides more flexibility while keeping the default enabled
for platform code.
- Changes: fxr/1177413
Audio
The following updates have been made for Audio:
- Enhanced audio stream management with new usage enums and flexible
protocols: Introduced
AudioRenderUsage2
andAudioCaptureUsage2
enums, along with theUsage2
union, to improve audio stream categorization and management. This includes a newACCESSIBILITY
stream usage for screen readers and internal migration of AudioCore to use these new types. Related protocols and methods were also converted to flexible for increased adaptability.- Changes: fxr/1177692, fxr/1181019, fxr/1177724, fxr/1181018, fxr/1186734, fxr/1186736, fxr/1183258, fxr/1183260, fxr/1183262
- Added real-time audio device notifications: In the Rust shared support
library, added
AudioDeviceRegistry
device event subscriptions, enabling Rust clients to be notified of audio device additions and removals.- Changes: fxr/1150852
- Fixed various bug and made several improvements: Resolved issues related
to VMO size calculation in the
aml-g12 driver
, improved stability of Inspect ordering in audio tests, updated build target visibility for correctness, and addressed stricter LLVM checks on temporary array references.- Changes: fxr/1175802, fxr/1185732, fxr/1184723, fxr/1179388
- Bugs: fxb/385748190, fxb/388521986
- Removed unused audio driver: Deleted the unused
aml-dsp
driver and library to simplify the codebase and avoid future refactoring conflicts.- Changes: fxr/1162754
Bluetooth
The following updates have been made for Bluetooth:
- Updated the
ffx bluetooth peer
subtool to includelist
,list --details
, andshow
commands, replacing functionality previously inbt-cli
.- Changes: fxr/1168073, fxr/1168512, fxr/1166852
- Bugs: fxb/352389551
- Improved the splitting of large snoop backlogs into smaller chunks to
respect FIDL message size limits.
- Changes: fxr/1179337
- Bugs: fxb/369818216
- Updated the
Uuid
type to deriveEq
andHash
, making set operations and comparisons easier.- Changes: fxr/1185556
- Updated the
fuchsia-bluetooth
target to be available on host, enablingffx
access to required types.- Changes: fxr/1153395
- Bugs: fxb/352389551
- Fixed a build error due to
vec!
misuse.- Changes: fxr/1172272
- Updated
bt-transport-uart
to only queue one read task, preventing issues with multiple HciTransport connection requests.- Changes: fxr/1178452
- Updated solicitation UUID to be available as part of the scan filter list.
- Changes: fxr/1177633
- Bugs: fxb/42174576
- Updated the UART flag for BCM4381 to be configured correctly, enabling UART
traffic.
- Changes: fxr/1174939
- Updated the firmware loading in
bt-hci-broadcom
to avoid potential stack overflows.- Changes: fxr/1174715
Build
The following updates have been made for Build:
- Added support for
bazel_test_package_group
and per-API level.ifs
files for shared libraries were introduced. These changes enhance modularity in testing and enable iterative interface development.- Changes: fxr/1188212, fxr/1177274
- Bugs: fxb/342032854
- Improved the build system's robustness and made progress on the preparation
for Bazel integration. Refactoring workspace logic and generating
remote_services.bazelrc
duringfx gen
contribute to these improvements.- Changes: fxr/1186255, fxr/1186253 fxr/1177874
- Bugs: fxb/382019521
- Added profile support to Rust build configurations. A
profile-rust
variant and including profile paths in rustc inputs are now available, enhancing performance analysis capabilities.- Changes: fxr/1187837, fxr/1185847, fxr/1185724
- Bugs: fxb/335919004
- Fixed serialization issues: This fix improves the stability and usability
of the build system.
- Changes: fxr/1187292
- Bugs: fxb/389747855
- Streamlined the SDK build processes. Requiring SDK areas for all
categories, relocating toolchain definitions, adding metrics-logger
configuration to assembly, and removing
emu_dimensions
improve the SDK build experience.- Changes: fxr/1163476, fxr/1185012, fxr/1184776, fxr/1181012
- Bugs: fxb/366221510
- Improved linkmap feature: Fixed issues in generate_linkmap, including
flag and naming corrections.
- Changes: fxr/1164755
Cobalt
The following updates have been made for Cobalt:
- Switched Cobalt to Rust log: Cobalt's fake uses Rust log instead of
tracing for logging.
- Changes: fxr/1178820
- Bugs: fxb/344980783
- Improved config validator testing: Added tests for metrics with reports
in the config validator.
- Changes: fxr/1167098
- Introduced prototype STRUCT metric registry, validation, and observation,
including example usage for defining struct metrics with fields, types, and
reports for data aggregation.
- Changes: fxr/1154692
- Improved testing for integer histogram reports by switching to
parameterized tests.
- Changes: fxr/1178562
- Implemented floating point step multiplier and validated
step_multiplier
to be greater than 1.- Changes: fxr/1172111, fxr/1163369
- Updated Tink, Abseil-cpp, Protobuf, and Protobuf-gn submodules, and
addressed deprecated Tink API usage.
- Changes: fxr/1172746, fxr/1171124, fxr/1173037
- Added tests for metrics with reports in config validator to improve test
coverage.
- Changes: fxr/1164614
Component Framework
The following updates have been made for Component Framework:
- Updated Component Manager to be able to find the trace capability from its
exposed-root directory.
- Changes: fxr/1159135
- Improved clarity of error messages for duplicate offers.
- Changes: fxr/1185612
- Fixed unreachable pattern lints in component debug and clippy lints in the
Component Framework.
- Changes: fxr/1173504, fxr/1167236
- Bugs: fxb/360336921, fxb/381896734
- Corrected the handling of
on_terminate=reboot
for clean stops, and improved capture by repeating pending shutdown logs.- Changes: fxr/1162232, fxr/1167796
- Updated Component Manager to use
LogSink
from the diagnostics dictionary, andincoming_integration_test
has been improved with commonEcho
server code.- Changes: fxr/1188313, fxr/1184892
Diagnostics
The following updates have been made for Diagnostics:
- Improved
ffx inspect
tooling with tree names in generated selectors, simpler accessor selection, accessor listing, introduced--component
to replace--manifest
.- Changes: fxr/1159172, fxr/1157153, fxr/1164092, fxr/1165032, fxr/1170713, fxr/1169489, fxr/1169488
- Bugs: b/356723282, b/381127117, b/381127117, b/38128546, b/381285460
- Updated Archivist pipeline protocols to be available in the dictionary
diagnostics-accessors
to simplify their routing and configurability from assembly. Scrutiny supports dynamic dicts.- Changes: fxr/1054353, fxr/1054375, fxr/1054376, fxr/1054377, fxr/1169374, fxr/1167372
- Bugs: b/299975478, b/342196300, b/299975478, b/382115706
- Deprecated
--select
and--force-select
fromffx log
in favor of--set-severity
and--force-set-severity
.ffx log
now supports fuzzy matching components too, and fixed adynamic selector.- Changes: fxr/1172880, fxr/1172436, fxr/1176098,
- Bugs: b/384799257
- Updated Rust logging to use
log
with support for key value pairs- Changes: fxr/1177352, fxr/1183572
- Bugs: b/344980783, b/356922183
- Updated Triage to support
CountChildren
.- Changes: fxr/1169237
- Bugs: b/367365982
- Introduced an instrumentation data processing component for publishing
profiles through
fuchsia_debugdata::Publisher
.- Changes: fxr/1169956
- Bugs: fxb/42068707
- Added Inspect allocation analysis tool for analyzing allocation sizes from
JSON input.
- Changes: fxr/1175804
- Bugs: fxb/340342858
- Added
buffer_size_mb
argument forffx
profiler to control per-CPU buffer sizes.- Changes: fxr/1175519
- Refactored diagnostics routing to prefer specific routes and use th
diagnostics dictionary. This includes removing unnecessary routes for
LogSink
andInspectSink
, and routing Inspect from the dictionary.- Changes: fxr/1188253, fxr/1185721
- Improved self-profile reports and Inspect efficiency. Self-profile reports
now summarize non-leaf nodes in custom rollups. Inspect now automatically
de-duplicates string references in C++.
- Changes: fxr/1188614, fxr/1056974
- Bugs: b/300003477
- Made LogSink an open protocol for easier API evolution.
- Changes: fxr/1185852
- Bugs: fxb/319500512
- Updated feedback component to handle multiple pre-reboot reasons. Support
for
kNetstackMigration
has been added, along with a "planned" boolean inLastReboot
info.- Changes: fxr/1183312
- Fixed serialization issue with diagnostics assembly overrides.
- Changes: fxr/1187292
- Bugs: fxb/389747855
- Added
inspect-runner
test to verify drivers expose Inspect.- Changes: fxr/1185918
- Fixed InspectSink routing issues.
- Changes: fxr/1185918
Display
The following updates have been made for Display:
- The display driver stack is being migrated to modern Fuchsia Platform infrastructure, such as DFv2 and FIDL.
Driver Framework
The following updates have been made for Driver Framework:
- Added
RestartWithDictionary
FIDL method to driver manager to restart nodes with custom capabilities.- Changes: fxr/1118792
- Added support for bus topology in driver manager, allowing clients to query
bus segments.
- Changes: fxr/1148813
- Expanded the SDK with
fake-bti
andfake-object
components for enhanced driver development.- Changes: fxr/1137621, fxr/1137613
- Bugs: fxb/373444405
- Enabled
on_terminate: reboot
fordriver_index
for clean component exits.- Changes: fxr/1184778
- Improved driver component manifest validation during build time.
- Changes: fxr/1181593
FIDL
The following updates have been made for FIDL:
- Prototyped new Rust FIDL bindings, fixed request parameter for event
methods, and removed
kind
in fidlc, replacing it withkind_v2
.- Changes: fxr/1160752, fxr/1171123, fxr/1129055
- Bugs: fxb/42149402
- Added
\@no_resource
annotation to fidlc and defined a serializable name for FIDL types.- Changes: fxr/1152357, fxr/1157192
- Bugs: fxb/378118627
Firmware
The following updates have been made for Firmware:
- Added "slot-unbootable-reason" fastboot variable for NUC and
VIM3, which indicates the reason why a slot was marked unbootable
- Changes: fxr/1173757
GPU
The following updates have been made for GPU:
- Improved logging and error handling in multiple areas. Added more logging
to
HangRecovery
for clearer function behavior, set default test status toNOT_FOUND
in MagmaTestDriverBase to catch missing tests, and improved Magma error logs to display status strings instead of numbers.- Changes: fxr/1185555, fxr/1184617, fxr/1183212
- Streamlined Magma components and revised command buffer submission.
Removed the unused
CachePolicy
parameter and themagma::ZirconPlatformDevice
class. Added context APIs and semaphore import/release functions to msd_c.h. Revised command buffer submission to support a variable number of command buffers and fix zero-resource handling.- Changes: fxr/1185552, fxr/1175652, fxr/1161977, fxr/1165217, fxr/1170676, fxr/1166332
- Improved Vulkan and Swapchain implementations. Migrated flatland_view to
new C++ bindings, added shards for Vulkan swapchain layers, and modified
vkcube to use common swapchain shards.
- Changes: fxr/1157899, fxr/1181053, fxr/1179473
- Bugs: fxb/351845529
- Fixed crashes and flakes. Disabled
ForceQuit
andAcquireZeroTimeout
tests in non-hermetic and emulator environments for image-pipe-swapchain-tests to resolve crashes. Re-added mistakenly removed unit tests for the DFv2 driver. Increased the shutdown timeout for msd-arm-mali to 10 seconds to mitigate flakes. Reducedzx_bit_pin
chunk size to 32Mb to avoid errors when pinning memory.- Changes: fxr/1172712, fxr/1172573, fxr/1182133, fxr/1163919, fxr/1183313
- Added and updated Magma platform tests. Added tests to the Mali test
driver, including a large mappings test, and updated profiler and MMIO tests.
- Changes: fxr/1184654
IOT, Matter, and Thread
The following updates have been made for IOT, Matter, and Thread:
- Updated logging for IpAddr, Lowpan, and Weave: Lowpan and Weave now
utilize Rust log.
- Changes: fxr/1177979, fxr/1178816, fxr/1178391
- Bugs: fxb/344980783
- Resolved clippy lint violations: Lint errors from a build refactor are
now fixed.
- Changes: fxr/1167272
- Bugs: fxb/381896734
- Fixed event time estimator for Matter.
Kernel
The following updates have been made for Kernel:
- Introduced a new framework for measuring memory stalls, providing insights
into system performance bottlenecks. This includes the addition of
ZX_INFO_MEMORY_STALL
tozx_object_get_info
and a dedicated stall resource for managing stall measurement syscalls.
Platform Drivers
The following updates have been made for Platform Drivers:
- Updated several drivers, including sdmmc, sdhci, aml-uart, aml-securemem, vim3-clk, and pdev, to use SDK libraries and FIDL for metadata and communication, replacing legacy methods.
- Refactored the thermal driver lookup table and the sensors driver. The
sensors driver now uses a new service watcher and logging instead of
tracing.
- Changes: fxr/1185812, fxr/1164997, fxr/1177300, fxr/1172372
- Bugs: fxb/344980783
- Migrated the dwc3 and vim3 drivers to Bazel. Vim3 page scanner arguments
are now part of the platform config.
- Changes: fxr/1165274, fxr/1151514, fxr/1165195
- Improved the sensor manager and starnix nanohub driver with code
refactoring and use of a descriptor struct, respectively.
- Changes: fxr/1178293, fxr/1176612, fxr/1185837
- Updated the
aml-uart
driver to use a single dispatcher and theWakeLease
class, and the DFv1 driver foraml-uart
has been removed.- Changes: fxr/1164953, fxr/1164952
Power Management
The following updates have been made for Power Management:
- Added Inspect integration to drivers, including the element runner and
attempt time logging for power drivers, and a new test to verify driver
inspect exposure.
- Changes: fxr/1180098, fxr/1185918, fxr/1186416
- Added support in USB endpoints for optional wake leases and leases tied to
completion, improving power management.
- Changes: fxr/1168154, fxr/1168152
- Implemented a fake power sensor for testing, simulating ODPM behavior on
devices without integrated ODPMs.
- Changes: fxr/1180113
- Implemented the new
Admin.PerformReboot
API for initiating device reboots, while maintaining support for the deprecatedAdmin.Reboot
.- Changes: fxr/1179339
- Improved power management debugging and metrics with inspect integration for
element runners and new multi-step suspend/resume latency metrics.
- Changes: fxr/1180098, fxr/1173473
- Enhanced power management by disabling lease taking optimization.
- Changes: fxr/1185915
- Simplified the SDMMC driver by using higher-level power methods.
- Changes: fxr/1185697
Rust
The following updates have been made for Rust:
- Updated the libc crate to 0.2.169.
- Changes: fxr/1187914
- Updated the either and bitflags crates to 1.13.0 and 2.7.0 respectively.
- Changes: fxr/1186639, fxr/1186280
- Updated tokio to LTS version 1.38.1.
- Changes: fxr/1185753
- Allowlisted several clients for the tracing crate. Usage of the tracing
library was removed from diagnostics/log, resulting in a size reduction.
Logging documentation now refers to the log crate, and benchmarks were adjusted.
- Changes: fxr/1183092, fxr/1183572, fxr/1185592, fxr/1184476, fxr/1184475, fxr/1185593
- Bugs: fxb/344980783
Starnix
The following updates have been made for Starnix:
- Enhanced security in sestarnix with several new hooks and improved
permission checks. These include hooks for
file_ioctl()
,inode_getattr()
,inode_permission()
,inode_listxattr()
,sb_statfs
,sb_kern_mount
,sb_mount
, andsb_umount
, as well as support for configurabletodo-deny
entries, validation of security levels against policy, labeling ofanon_inodes
via filename transitions, and use of cached security classes infile_permission()
. Additionally,file_permission()
now skipsFsNode
permission checks for performance, with profiling added for diagnostics, readlink permission checks are enforced, and handling of not-yet-labeled filesystems has been revised.- Changes: fxr/1188312, fxr/1184938, fxr/1184473, fxr/1185372, fxr/1170312, fxr/1142214, fxr/1160814, fxr/1161233, fxr/1165593, fxr/1168372, fxr/1172752, fxr/1157812, fxr/1185312, fxr/1186419, fxr/1169482, fxr/1164812, fxr/1170313, fxr/1170712, fxr/1133052, fxr/1165232, fxr/1163892, fxr/1165954, fxr/1157812, fxr/1185928
- Added the ability for modules to export directories into
/proc/device-tree
, and exposed a sysfs display panel endpoint to support port display configuration initialization.- Changes: fxr/1186422, fxr/1176094
- Extended cgroup support and addressed test flakiness. Fixes for cgroup
test flakiness and support for freezing tasks in cgroups.
- Changes: fxr/1187812, fxr/1185928, fxr/1183415, fxr/1163704, fxr/1173136, fxr/1177989, fxr/1173393, fxr/1161597
- Bugs: fxb/377712920, fxb/377755814
Storage
The following updates have been made for Storage:
- Added support for Get/SetFlags2 to the Virtual Filesystem (VFS), and
SetFlags was changed to use io2 flags. Trait methods were renamed from
update_flags
toset_flags
, andfuchsia.io/Flags
replacedOpenFlags
.- Changes: fxr/1169434, fxr/1175415
- Bugs: fxb/376509077
- Enhanced UFS Driver: Added the UFS service to the UFS driver, introduced
write protect and background operations support.
- Changes: fxr/1155554, fxr/1110812, fxr/1105652
- Updated VFS: Implemented Get/SetFlags2 support in VFS (Rust) and updated
SetFlags to use io2 flags.
- Changes: fxr/1169434, fxr/1175415
- Bugs: fxb/376509077
- Improved blob and chunk handling: Fxblob now records corrupted delivery
blob data for analysis and fixed
ChunkedArchiveError
root cause mapping.- Changes: fxr/1186475, fxr/1187193
- Enhanced Fxfs and fixed bugs: Enabled fallocate, improved overwrite extent
handling on truncate, and addressed reservation alignment issues and
calculation errors.
- Changes: fxr/1154556, fxr/1168954, fxr/1179212, fxr/1179132
- Bugs: fxb/293943124
- Updated FVM and Fshost: Resolved FVM volume removal race, improved FVM
matching in fshost, and fixed CML configurations for storage-host.
- Changes: fxr/1186420, fxr/1185695, fxr/1184897
- Improved storage and benchmarking: Storage benchmarks now run in a
dedicated realm with storage-host support.
- Changes: fxr/1184898, fxr/1176935, fxr/1184895, fxr/1161885
- Bugs: fxb/372555079
Testing
The following updates have been made for Testing:
- Enhanced Utest Core: Several improvements to core unit tests, including
timeout fixes, memory mapping adjustments, and enhanced crash handling.
- Changes: fxr/1186097, fxr/1187672, fxr/1173293, fxr/1173292, fxr/1171575, fxr/1173712, fxr/1170014
- Bugs: fxb/389991524
- Enhanced test infrastructure and tooling: Various enhancements and bug
fixes for test infrastructure and tooling.
- Changes: fxr/1187836, fxr/1188212, fxr/1181592, fxr/1181292, fxr/1183008, fxr/1186492, fxr/1186513
Timekeeping
The following updates have been made for Timekeeping:
- Implemented the new
fuchsia.time.alarms
FIDL API for managing wake alarms, utilizing the hrtimer device as a backend. This includes requesting hrtimer access, configuring conditional serving of the API for Starnix, and integrating it with the vim3 board. The wake alarm manager also received integration fixes, includingGetProperties()
and temporaryCancelSync()
FIDL APIs, and thealarms
crate was factored out for better testing. Added tracing to the wake alarms service and resolved an issue with long sleep durations by implementing a resolution fix in the hrtimer driver. Also added details aboutmax_ticks
to hrtimer FIDL and corrected hrtimer configuration for broader platform support.- Changes: fxr/1156140, fxr/1161080, fxr/1171425, fxr/1171424, fxr/1180447, fxr/1185772, fxr/1186372, fxr/1175312
- Bugs: fxb/377774610, fxb/383062441, fxb/388871088, fxb/377774355
- Refactored timekeeper's persistent state to accommodate future data
expansion.
- Changes: fxr/1186616
Tools
The following updates have been made for Tools:
ffx
The following updates have been made for ffx
:
- Enhanced the emulator with UEFI support for full disk GPT image booting and
OTA testing. The
ffx emu start --uefi
flag enables this feature.- Changes: fxr/1151236
- Bugs: b/369407864, b/369410009
- Added support in
ffx log
for fuzzy searching component monikers and URLs. Use the--component
flag (replaces the deprecated--moniker
flag).- Changes: fxr/1172436
- Improved emulator MAC address derivation for UEFI OTA testing consistency.
Emulators with names like
fuchsia-5254-X-Y
derive their MAC address directly from the name.- Changes: fxr/1170873
- Bugs: b/383061309
- Increased
ffx target wait
timeout.ffx target wait
now has a 6-second timeout for better handling of slow devices.- Changes: fxr/1169238
- Improved error handling and environment variable processing in
ffx
tools. More informative error messages forffx product
downloads. Stricter environment variable handling inffx config
.- Changes: fxr/1171244, fxr/1177196
- Fixed
check-goldens
andffx emu
bugs.check-goldens
no longer emits a GN path warning.ffx emu
now assigns host ports correctly when using QEMU v9+.- Changes: fxr/1187652, fxr/1178082
fx
The following updates have been made for fx
:
- Fixed
fx flash-kola
product bundle selection.fx flash-kola
correctly selects product bundles in multi-product builds.- Changes: fxr/1167112
UI
The following updates have been made for UI:
- Implemented performance optimizations in Scenic. These include caching koids, replacing the mutex queue, avoiding copies in computations, implementing new DisplayPower protocols, and optimizing data handling.
- Made optimizations and updates for Escher and Vulkan. This includes
preallocating structs in Escher, updating Vkcube to use swapchain shards, and
adding shards for Vulkan swapchain layers.
- Changes: fxr/1178498, fxr/1183414, fxr/1181053
- Added linear blending and multi-image support to the CPU Renderer.
- Changes: fxr/1169312, fxr/1163918
- Improved UI developer debug tools. This includes debugging by passing
ui_visual_debugging_level to the window manager and enhanced window management
with new Cycle, List, and SetOrder functions.
- Changes: fxr/1160992, fxr/1116473, fxr/1086593, fxr/1085973
Video
The following updates have been made for Video:
- Relocated MPSC queue: The MPSC queue container has been moved to a common
directory to be utilized in multiple Scenic components.
- Changes: fxr/1178434
- Updated media logging: Logging within media components now utilizes Rust
log instead of tracing for improved logging capabilities.
- Changes: fxr/1177343
- Bugs: fxb/344980783
WLAN
The following updates have been made for WLAN:
- Improved scan result information by adding detailed incompatibility details
to Inspect and providing incompatibility information directly in scan
results.
- Changes: fxr/1177192, fxr/1168192
- Improved robustness and error handling across WLAN components. Added lints
to prevent panics, fixed potential unwrap errors in Fullmac and during client
interface recovery, and improved error tracking and reporting in PhyManager.
WLAN device monitor and configuration now panic on errors to trigger reboot
behavior.
- Changes: fxr/1188132, fxr/1183013, fxr/1174938, fxr/1167173, fxr/1165092, fxr/1172836, fxr/1168236
- Improved watcher service and DeviceMonitor through architectural
simplification and enhanced functionality. Simplified watcher service
architecture, enforced client limits for DeviceWatchers, adopted idiomatic
style for DeviceMonitor server, consolidating new interface handling, and
refactored CreateIface request/response formats.
- Changes: fxr/1171113, fxr/1169241, fxr/1168076, fxr/1164112, fxr/1166934
- Roaming foundational work. Roam monitors can now specify active or passive
scans, and updating roam syslogs and SME proxy for roaming
- Changes: fxr/1152406, fxr/1152404, fxr/1155215, fxr/1152403
- Implemented miscellaneous enhancements across the WLAN stack. These
include switching to Rust log, removing unnecessary WPA3 support checks,
adding scan backoff between separate connection attempts, using LastSample
fill policy for telemetry counters, fixing ffx wlan argument ingestion, adding
SYN4381 chip support, and new APIs for country code settings.
- Changes: fxr/1178381, fxr/1168672, fxr/1169235, fxr/1169315, fxr/1171417, fxr/1169234, fxr/1169894, fxr/1169394, fxr/1056463
- Added support in Devicetree for serial device composite nodes and iommu
name properties, which improves device management.
- Changes: fxr/1182272, fxr/1182453, fxr/1179376
- Bugs: fxb/381100101
- Added simulated tests for band capability verification for the BRCMFMAC
driver.
- Changes: fxr/1165055
- Updated the BRCMFMAC driver to conditionally set the RSNE IE, fixing a bug
in association indication.
- Changes: fxr/1182452