Pls check ro.boot.wificountrycode on your both Pixel C devices ..
Code:getprop ro.boot.wificountrycode
Same countrycode on both devices ?
If yes, we need to check related changes on 19.1 .. as wifi kernel drivers remain unchanged in 18.1 and 19.1.
I've checked both devices.
Stange thing is: Display in the settings says `Europe` and getprop says `GB` on both devices.
Code:
[email protected]:~$ adb devices
List of devices attached
6121000728 device
[email protected]:~$ adb shell
dragon:/ $ getprop ro.boot.wificountrycode
GB
dragon:/ $ exit
[email protected]:~$
[email protected]:~$ adb devices
List of devices attached
6130000716 device
[email protected]:~$ adb shell
dragon:/ # getprop ro.boot.wificountrycode
GB
dragon:/ #
[email protected]:~$