John W. Linville wrote:
Jeff, This is the second round for the new mac80211-based rtl8187 driver. Michael and Ivo responded to many of the original review comments, and I have added a couple of patches to minimally address some remaining issues. Please look at the comments I added to the header blocks to see if that is satisfactory regarding explanation of the magic values in the driver. This is a new driver, so obviously it would be targeted towards 2.6.23. John --- The following changes since commit 5ecd3100e695228ac5e0ce0e325e252c0f11806f: Linus Torvalds (1): Linux 2.6.22-rc4 are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git rtl8187 Ivo van Doorn (2): Add 93cx6 eeprom library eeprom_93cx6: Add comment for 1us delay after pulse John W. Linville (2): eeprom_93cx6: shorten pulse timing to match spec rtl8187: add header blocks and indicate origin of magic values Michael Wu (1): Add rtl8187 wireless driver MAINTAINERS | 10 + drivers/misc/Kconfig | 5 + drivers/misc/Makefile | 1 + drivers/misc/eeprom_93cx6.c | 241 +++++++++++ drivers/net/wireless/Kconfig | 12 + drivers/net/wireless/Makefile | 3 + drivers/net/wireless/rtl8187.h | 145 +++++++ drivers/net/wireless/rtl8187_dev.c | 731 +++++++++++++++++++++++++++++++ drivers/net/wireless/rtl8187_rtl8225.c | 745 ++++++++++++++++++++++++++++++++ drivers/net/wireless/rtl8187_rtl8225.h | 44 ++ drivers/net/wireless/rtl818x.h | 226 ++++++++++ include/linux/eeprom_93cx6.h | 72 +++ 12 files changed, 2235 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/eeprom_93cx6.c create mode 100644 drivers/net/wireless/rtl8187.h create mode 100644 drivers/net/wireless/rtl8187_dev.c create mode 100644 drivers/net/wireless/rtl8187_rtl8225.c create mode 100644 drivers/net/wireless/rtl8187_rtl8225.h create mode 100644 drivers/net/wireless/rtl818x.h create mode 100644 include/linux/eeprom_93cx6.h
pulled into #upstream (2.6.23) - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html