diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-26 18:03:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-26 18:03:20 +0000 |
commit | 86307b4db2cc678440b0456c09d6b0388602094a (patch) | |
tree | 8dd4ba69ea4575b742dc1963efe1cb2959eda035 /package/mac80211/patches/320-rt2x00-support-get_tkip_seq-fix-TX-streams-rt2800.patch | |
parent | d33317c579add5ab873d4a801c1dcffe1c3b4fa9 (diff) | |
download | mtk-20170518-86307b4db2cc678440b0456c09d6b0388602094a.zip mtk-20170518-86307b4db2cc678440b0456c09d6b0388602094a.tar.gz mtk-20170518-86307b4db2cc678440b0456c09d6b0388602094a.tar.bz2 |
mac80211: update compat-wireless to 2009-02-25
SVN-Revision: 14675
Diffstat (limited to 'package/mac80211/patches/320-rt2x00-support-get_tkip_seq-fix-TX-streams-rt2800.patch')
-rw-r--r-- | package/mac80211/patches/320-rt2x00-support-get_tkip_seq-fix-TX-streams-rt2800.patch | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/package/mac80211/patches/320-rt2x00-support-get_tkip_seq-fix-TX-streams-rt2800.patch b/package/mac80211/patches/320-rt2x00-support-get_tkip_seq-fix-TX-streams-rt2800.patch index c2cc1fb..e276df2 100644 --- a/package/mac80211/patches/320-rt2x00-support-get_tkip_seq-fix-TX-streams-rt2800.patch +++ b/package/mac80211/patches/320-rt2x00-support-get_tkip_seq-fix-TX-streams-rt2800.patch @@ -9,11 +9,9 @@ Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> drivers/net/wireless/rt2x00/rt2800usb.h | 6 ------ 2 files changed, 22 insertions(+), 7 deletions(-) -diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c -index ff24173..7ec1270 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c -@@ -1465,6 +1465,8 @@ static int rt2800usb_init_registers(struct rt2x00_dev *rt2x00dev) +@@ -1465,6 +1465,8 @@ static int rt2800usb_init_registers(stru rt2x00usb_register_read(rt2x00dev, TX_RTS_CFG, ®); rt2x00_set_field32(®, TX_RTS_CFG_AUTO_RTS_RETRY_LIMIT, 32); @@ -22,7 +20,7 @@ index ff24173..7ec1270 100644 rt2x00_set_field32(®, TX_RTS_CFG_RTS_FBK_EN, 0); rt2x00usb_register_write(rt2x00dev, TX_RTS_CFG, reg); -@@ -2521,7 +2523,10 @@ static int rt2800usb_probe_hw_mode(struct rt2x00_dev *rt2x00dev) +@@ -2521,7 +2523,10 @@ static int rt2800usb_probe_hw_mode(struc spec->ht.ampdu_factor = 3; spec->ht.ampdu_density = 4; spec->ht.mcs.tx_params = @@ -34,7 +32,7 @@ index ff24173..7ec1270 100644 switch (rt2x00_get_field16(eeprom, EEPROM_ANTENNA_RXPATH)) { case 3: -@@ -2625,6 +2630,21 @@ static int rt2800usb_probe_hw(struct rt2x00_dev *rt2x00dev) +@@ -2625,6 +2630,21 @@ static int rt2800usb_probe_hw(struct rt2 /* * IEEE80211 stack callback functions. */ @@ -56,7 +54,7 @@ index ff24173..7ec1270 100644 static int rt2800usb_set_rts_threshold(struct ieee80211_hw *hw, u32 value) { struct rt2x00_dev *rt2x00dev = hw->priv; -@@ -2754,6 +2774,7 @@ static const struct ieee80211_ops rt2800usb_mac80211_ops = { +@@ -2754,6 +2774,7 @@ static const struct ieee80211_ops rt2800 .configure_filter = rt2x00mac_configure_filter, .set_key = rt2x00mac_set_key, .get_stats = rt2x00mac_get_stats, @@ -64,8 +62,6 @@ index ff24173..7ec1270 100644 .set_rts_threshold = rt2800usb_set_rts_threshold, .bss_info_changed = rt2x00mac_bss_info_changed, .conf_tx = rt2800usb_conf_tx, -diff --git a/drivers/net/wireless/rt2x00/rt2800usb.h b/drivers/net/wireless/rt2x00/rt2800usb.h -index f94c8f8..e4e0a3d 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.h +++ b/drivers/net/wireless/rt2x00/rt2800usb.h @@ -1339,12 +1339,6 @@ struct mac_iveiv_entry { @@ -81,6 +77,3 @@ index f94c8f8..e4e0a3d 100644 * MAC_WCID_ATTRIBUTE: */ #define MAC_WCID_ATTRIBUTE_KEYTAB FIELD32(0x00000001) --- -1.6.0 - |