]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/phy: Correct AR8021 phy_mask
authorHaijun.Zhang <Haijun.Zhang@freescale.com>
Tue, 4 Mar 2014 07:56:12 +0000 (15:56 +0800)
committerTom Rini <trini@ti.com>
Fri, 7 Mar 2014 15:59:06 +0000 (10:59 -0500)
commitdc116bd6c4b5cb1caf6621f282ac5156d1509bef
tree4fe7ba7b632f94a3a9eeea3e893870f7b67db96a
parentcbac2a6e49d396048bae2c97954e213fb3d2fcb0
net/phy: Correct AR8021 phy_mask

There was wrong phy_mask for AR8021 device,
so the AR8021 can't be probed correctly.
Changed it from 0x4fffff to 0x4ffff0.

Signed-off-by: Haijun Zhang <Haijun.Zhang@freescale.com>
drivers/net/phy/atheros.c