android_kernel_xiaomi_sm8350/drivers/net/wireless/bcm43xx
Larry Finger a5d79d1e4f [PATCH] bcm43xx: OFDM fix for rev 1 cards
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>
2007-02-14 15:45:05 -05:00
..
bcm43xx_debugfs.c
bcm43xx_debugfs.h
bcm43xx_dma.c [PATCH] bcm43xx: Fix problem with >1 GB RAM 2007-02-07 15:23:53 -05:00
bcm43xx_dma.h
bcm43xx_ethtool.c
bcm43xx_ethtool.h
bcm43xx_ilt.c [PATCH] bcm43xx: OFDM fix for rev 1 cards 2007-02-14 15:45:05 -05:00
bcm43xx_ilt.h [PATCH] bcm43xx: OFDM fix for rev 1 cards 2007-02-14 15:45:05 -05:00
bcm43xx_leds.c
bcm43xx_leds.h
bcm43xx_main.c [PATCH] bcm43xx: Fix for 4311 and 02/07/07 specification changes 2007-02-14 15:45:05 -05:00
bcm43xx_main.h
bcm43xx_phy.c [PATCH] bcm43xx: OFDM fix for rev 1 cards 2007-02-14 15:45:05 -05:00
bcm43xx_phy.h
bcm43xx_pio.c
bcm43xx_pio.h
bcm43xx_power.c
bcm43xx_power.h
bcm43xx_radio.c [PATCH] bcm43xx: Fix for 4311 and 02/07/07 specification changes 2007-02-14 15:45:05 -05:00
bcm43xx_radio.h
bcm43xx_sysfs.c
bcm43xx_sysfs.h
bcm43xx_wx.c [PATCH] bcm43xx: Fix scaling error for 'iwlist freq' information 2007-02-07 15:23:54 -05:00
bcm43xx_wx.h
bcm43xx_xmit.c
bcm43xx_xmit.h [PATCH] bcm43xx: Ignore ampdu status reports 2007-02-14 15:45:04 -05:00
bcm43xx.h [PATCH] bcm43xx: Fix for 4311 and 02/07/07 specification changes 2007-02-14 15:45:05 -05:00
Kconfig
Makefile