<div dir="ltr"><div><div><div><div><div><div>In my tests with AR8327 this callback was never called with an addr != 0.<br></div>Seems logical to me as it's called for the PHY attached to the net device only.<br><br></div>In most cases this is addr 0, just for AR8316 with port4_phy being set this could be 4.<br><br></div>This leads to two questions:<br><br></div>1. The current version of this function checks for "addr == 0" always, I'd assume this is not correct for AR8316 and port4_phy being set.<br><br></div>2. As it seems to be called for the attached PHY addr only and in exactly this case we do nothing: Can we simply replace this callback with a dummy "return 0" ?<br><br></div>Heiner<br><br></div>