a5d79d1e4f
Nearly all of the writes to the bcm43xx internal lookup tables (ilt) involve 16-bit quantities. Accordingly, the ilt_write routine was coded to pass a u16 value. For one early GPHY chip, 32-bit quantities are needed. For those writes, the value was clipped to 16 bits. This patch adds an ilt_write32 routine that receives a 32-bit quantity and writes it to the appropriate locations. Signed-off-by: Larry Finger<Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> |
||
---|---|---|
.. | ||
bcm43xx_debugfs.c | ||
bcm43xx_debugfs.h | ||
bcm43xx_dma.c | ||
bcm43xx_dma.h | ||
bcm43xx_ethtool.c | ||
bcm43xx_ethtool.h | ||
bcm43xx_ilt.c | ||
bcm43xx_ilt.h | ||
bcm43xx_leds.c | ||
bcm43xx_leds.h | ||
bcm43xx_main.c | ||
bcm43xx_main.h | ||
bcm43xx_phy.c | ||
bcm43xx_phy.h | ||
bcm43xx_pio.c | ||
bcm43xx_pio.h | ||
bcm43xx_power.c | ||
bcm43xx_power.h | ||
bcm43xx_radio.c | ||
bcm43xx_radio.h | ||
bcm43xx_sysfs.c | ||
bcm43xx_sysfs.h | ||
bcm43xx_wx.c | ||
bcm43xx_wx.h | ||
bcm43xx_xmit.c | ||
bcm43xx_xmit.h | ||
bcm43xx.h | ||
Kconfig | ||
Makefile |