Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rtl8187: Fix error in setting OFDM power settings for RTL8187L | Larry Finger | 2009-01-29 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | After reports of poor performance, a review of the latest vendor driver (rtl8187_linux_26.1025.0328.2007) for RTL8187L devices was undertaken. A difference was found in the code used to index the OFDM power tables. When the Linux driver was changed, my unit works at a much greater range than before. I think this fixes Bugzilla #12380 and has been tested by at least two other users. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Tested-by: MartÃn Ernesto Barreyro <barreyromartin@gmail.com> Cc: Stable <stable@kernel.org> Signed-off-by: John W. Linville <linville@tuxdriver.com> | ||||
* | rtl8187: implement conf_tx callback to configure tx queues | Herton Ronaldo Krzesinski | 2008-11-25 | 1 | -6/+0 |
| | | | | | | | | | Add conf_tx callback and use it to configure tx queues of 8187L/8187B. Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Tested-by: Hin-Tak Leung <htl10@users.sourceforge.net> Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br> Signed-off-by: John W. Linville <linville@tuxdriver.com> | ||||
* | Move all rtl818x files to a common directory. | Larry Finger | 2008-11-21 | 1 | -0/+977 |
This change improves the maintainability of these drivers. No functionality is changed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> |