| Submitter | John W. Linville |
|---|---|
| Date | Feb. 8, 2011, 7:55 p.m. |
| Message ID | <20110208195530.GB6244@tuxdriver.com> |
| Download | mbox |
| Permalink | /patch/82398/ |
| 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: Tue, 8 Feb 2011 14:55:30 -0500 > Here is the latest round of wireless fixes intended for 2.6.38. > Included is a carl9170 fix (described as a typo) for receiving buffered > broadcasts, an iwlagn fix to properly monitor the rfkill switch when > the interface is down, a mac80211 fix to correctly check for cloned > skbs when resizing, a null pointer fix for wl1251 if it fails to get > a beacon, a mac80211 fix related to off-channel tx, an ssb fix for > using the wrong pointer for getting invariance for pcmcia devices, > an ath9k double-free fix, and a one-line iwlagn fix to correctly > describe an antenna configuration. 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, Here is the latest round of wireless fixes intended for 2.6.38. Included is a carl9170 fix (described as a typo) for receiving buffered broadcasts, an iwlagn fix to properly monitor the rfkill switch when the interface is down, a mac80211 fix to correctly check for cloned skbs when resizing, a null pointer fix for wl1251 if it fails to get a beacon, a mac80211 fix related to off-channel tx, an ssb fix for using the wrong pointer for getting invariance for pcmcia devices, an ath9k double-free fix, and a one-line iwlagn fix to correctly describe an antenna configuration. Please let me know if there are problems! Thanks, John --- The following changes since commit 429a01a70f301baf0c8fc780f891a18c296d5e24: Merge branch 'batman-adv/merge' of git://git.open-mesh.org/ecsv/linux-merge (2011-02-07 19:54:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git master Christian Lamparter (1): carl9170: fix typo in PS code Don Fry (1): iwlagn: Re-enable RF_KILL interrupt when down Felix Fietkau (1): mac80211: fix the skb cloned check in the tx path Jesper Juhl (1): wireless, wl1251: Fix potential NULL pointer dereference in wl1251_op_bss_info_changed() Johannes Berg (1): mac80211: fix TX status cookie in HW offload case Michael Buesch (1): ssb-pcmcia: Fix parsing of invariants tuples Mohammed Shafi Shajakhan (1): ath9k: Fix possible double free of PAPRD skb's Wey-Yi Guy (1): iwlagn: overwrite EEPROM chain setting for 6250 devices drivers/net/wireless/ath/ath9k/ath9k.h | 2 +- drivers/net/wireless/ath/ath9k/main.c | 2 -- drivers/net/wireless/ath/ath9k/xmit.c | 7 ++++++- drivers/net/wireless/ath/carl9170/rx.c | 2 +- drivers/net/wireless/iwlwifi/iwl-6000.c | 2 ++ drivers/net/wireless/iwlwifi/iwl-agn.c | 6 ++++++ drivers/net/wireless/wl1251/main.c | 3 +++ drivers/ssb/pcmcia.c | 2 +- net/mac80211/cfg.c | 2 ++ net/mac80211/ieee80211_i.h | 2 +- net/mac80211/status.c | 7 ++++++- net/mac80211/tx.c | 2 +- 12 files changed, 30 insertions(+), 9 deletions(-)