2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 23:53:55 +08:00
linux-next/drivers/net/wireless/b43
Gábor Stefanik d8fa338ee0 b43: LP-PHY: Fix and simplify Qdiv roundup
The Qdiv roundup routine is essentially a fixed-point
division algorithm, using only integer math.
However, the version in the specs had a major error
that has been recently fixed (a missing quotient++).

Replace Qdiv roundup with a rewritten, simplified version.

Signed-off-by: Gábor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-08-28 14:40:52 -04:00
..
b43.h b43: Fix hardware key index handling 2009-08-14 09:13:45 -04:00
debugfs.c b43: checkpatch.pl cleanups 2009-02-27 14:53:04 -05:00
debugfs.h
dma.c b43: add hardware tkip 2009-08-20 11:36:08 -04:00
dma.h b43: Optimize DMA buffers 2009-02-27 14:52:48 -05:00
Kconfig b43: LP-PHY: Remove BROKEN from B43_PHY_LP 2009-08-20 11:35:57 -04:00
leds.c b43/legacy: port to cfg80211 rfkill 2009-06-10 13:27:54 -04:00
leds.h
lo.c b43: Update dummy transmission to match V4 specs 2009-08-20 11:33:08 -04:00
lo.h
main.c b43: add hardware tkip 2009-08-20 11:36:08 -04:00
main.h b43: Update dummy transmission to match V4 specs 2009-08-20 11:33:08 -04:00
Makefile b43/legacy: port to cfg80211 rfkill 2009-06-10 13:27:54 -04:00
pcmcia.c b43: Add support for 4318E 2009-07-08 15:24:24 -04:00
pcmcia.h
phy_a.c rfkill: rewrite 2009-06-03 14:06:13 -04:00
phy_a.h
phy_common.c b43: implement baseband init for LP-PHY <= rev1 2009-08-04 16:44:24 -04:00
phy_common.h b43: implement baseband init for LP-PHY <= rev1 2009-08-04 16:44:24 -04:00
phy_g.c b43: Update dummy transmission to match V4 specs 2009-08-20 11:33:08 -04:00
phy_g.h
phy_lp.c b43: LP-PHY: Fix and simplify Qdiv roundup 2009-08-28 14:40:52 -04:00
phy_lp.h b43: LP-PHY: Implement spec updates and remove resolved FIXMEs 2009-08-20 11:36:07 -04:00
phy_n.c b43: implement baseband init for LP-PHY <= rev1 2009-08-04 16:44:24 -04:00
phy_n.h
pio.c b43: add hardware tkip 2009-08-20 11:36:08 -04:00
pio.h
rfkill.c b43/legacy: port to cfg80211 rfkill 2009-06-10 13:27:54 -04:00
rfkill.h b43/legacy: port to cfg80211 rfkill 2009-06-10 13:27:54 -04:00
sysfs.c
sysfs.h
tables_lpphy.c b43: LP-PHY: Implement spec updates and remove resolved FIXMEs 2009-08-20 11:36:07 -04:00
tables_lpphy.h b43: LP-PHY: Refactor TX gain table I/O 2009-08-14 09:14:04 -04:00
tables_nphy.c
tables_nphy.h
tables.c
tables.h
wa.c b43: Handle B43_PHYTYPE_LP in RX path 2009-08-20 11:35:55 -04:00
wa.h
xmit.c b43: add hardware tkip 2009-08-20 11:36:08 -04:00
xmit.h b43: add hardware tkip 2009-08-20 11:36:08 -04:00