Hello! On Mon, Jan 14, 2019 at 7:36 AM Christian Lamparter <chunkeey@xxxxxxxxx> wrote: > Part of the "setting an alternate MAC" issue was already tackled by a > patch from Brian Norris: > commit 9d5804662ce1 > ("ath10k: retrieve MAC address from system firmware if provided") > by allowing the option to specify an alternate MAC-address with the > established device_get_mac_address() function which extracts the right > address from DeviceTree/fwnode mac-address or local-mac-address > properties and saves it for later. > > However, Ben Greear noted that the Qualcomm's ath10k firmware is liable > to not properly calculate its rx-bssid mask in this case. This can cause > issues in the popluar "multiple AP with a single ath10k instance" > configurations. I'll admit that (a) I wasn't testing AP mode, or any similar configuration to this and (b) I'm not super familiar with the firmware features involved here. That's to say, this patch could very well be completely justified and correct, but I may not the right person to analyze it. I do have it on my list to test out though, so I'll hopefully chime in again eventually. Regards, Brian