| Submitter | John W. Linville |
|---|---|
| Date | Nov. 18, 2010, 6:41 p.m. |
| Message ID | <20101118184116.GD2468@tuxdriver.com> |
| Download | mbox |
| Permalink | /patch/72136/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Pull-request
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git masterComments
From: "John W. Linville" <linville@tuxdriver.com> Date: Thu, 18 Nov 2010 13:41:16 -0500 > Included is an build fix for b43legacy on ARM, a correction of a > misnumbered WIPHY_FLAG_* value, a fix for the units passed to > usb_wait_anchor_empty_timeout in carl9170, a relocation of ath9k's > pm_qos request to avoid a warning about an unknown object, some device > ID stuff for ath9k_htc, a corrected eeprom offset for AR9287 devices, a > regulatory fix for extension channels, a fix on top of the regulatory > fix that restores HT40 functionality, and an ath9k_htc fix for non-QoS > frame handling that avoids "severe data loss with some APs". > > Please let me know if there are problems! Pulled, thanks John. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Dave, This is a batch of wireless fixes intended for 2.6.37. Included is an build fix for b43legacy on ARM, a correction of a misnumbered WIPHY_FLAG_* value, a fix for the units passed to usb_wait_anchor_empty_timeout in carl9170, a relocation of ath9k's pm_qos request to avoid a warning about an unknown object, some device ID stuff for ath9k_htc, a corrected eeprom offset for AR9287 devices, a regulatory fix for extension channels, a fix on top of the regulatory fix that restores HT40 functionality, and an ath9k_htc fix for non-QoS frame handling that avoids "severe data loss with some APs". Please let me know if there are problems! Thanks, John --- The following changes since commit 28cb6ccd2c7e86b3a4db94c7062cd27937bed424: gianfar: fix signedness issue (2010-11-17 12:39:54 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git master Arnd Hannemann (1): b43legacy: Fix compile on ARM architecture Christian Lamparter (1): carl9170: fix usb anchor wait timeout Jussi Kivilinna (1): cfg80211: fix WIPHY_FLAG_IBSS_RSN bit Luis R. Rodriguez (1): cfg80211: fix extension channel checks to initiate communication Mark Mentovai (1): cfg80211: fix can_beacon_sec_chan, reenable HT40 Rajkumar Manoharan (4): ath9k_htc: Update usb device ID list ath9k_htc: Add new devices into AR7010 ath9k_hw: Set proper eeprom offset for AR9287 HTC devices ath9k_htc: Avoid setting QoS control for non-QoS frames Vivek Natarajan (1): ath9k: Remove pm_qos request after hw unregister. drivers/net/wireless/ath/ath9k/eeprom_9287.c | 2 +- drivers/net/wireless/ath/ath9k/hif_usb.c | 9 ++++ drivers/net/wireless/ath/ath9k/htc_drv_init.c | 2 + drivers/net/wireless/ath/ath9k/htc_drv_txrx.c | 2 +- drivers/net/wireless/ath/ath9k/init.c | 3 +- drivers/net/wireless/ath/ath9k/reg.h | 8 +++- drivers/net/wireless/ath/carl9170/usb.c | 4 +- include/net/cfg80211.h | 2 +- include/net/dst_ops.h | 1 + net/wireless/chan.c | 54 +++++++++++++++++++++++++ 10 files changed, 79 insertions(+), 8 deletions(-)