Use BIT_ULL for station_info.filled in virt_wifi.
In future kernels, struct station_info.filled becomes a u64, and BIT has potential overflow problems on 32-bit architectures that BIT_ULL does not have. Bug: 116027983 Change-Id: If4232403ae1a030b22c33b0ac39fe4fa3a7b32f4 Signed-off-by:A. Cody Schuffelen <schuffelen@google.com> Acked-by:
Greg Hartman <ghartman@google.com>
Loading
Please sign in to comment