From 86307b4db2cc678440b0456c09d6b0388602094a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 26 Feb 2009 18:03:20 +0000 Subject: mac80211: update compat-wireless to 2009-02-25 SVN-Revision: 14675 --- .../patches/309-rt2x00-Fix-MCS-rx_mask-rt2800pci.patch | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'package/mac80211/patches/309-rt2x00-Fix-MCS-rx_mask-rt2800pci.patch') diff --git a/package/mac80211/patches/309-rt2x00-Fix-MCS-rx_mask-rt2800pci.patch b/package/mac80211/patches/309-rt2x00-Fix-MCS-rx_mask-rt2800pci.patch index 6d37ff986b..78f3019571 100644 --- a/package/mac80211/patches/309-rt2x00-Fix-MCS-rx_mask-rt2800pci.patch +++ b/package/mac80211/patches/309-rt2x00-Fix-MCS-rx_mask-rt2800pci.patch @@ -8,11 +8,9 @@ Signed-off-by: Ivo van Doorn drivers/net/wireless/rt2x00/rt2800pci.c | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) -diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c -index 679f69a..95eb053 100644 --- a/drivers/net/wireless/rt2x00/rt2800pci.c +++ b/drivers/net/wireless/rt2x00/rt2800pci.c -@@ -2193,6 +2193,13 @@ static int rt2800pci_validate_eeprom(struct rt2x00_dev *rt2x00dev) +@@ -2193,6 +2193,13 @@ static int rt2800pci_validate_eeprom(str rt2x00_set_field16(&word, EEPROM_ANTENNA_RF_TYPE, RF2820); rt2x00_eeprom_write(rt2x00dev, EEPROM_ANTENNA, word); EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word); @@ -26,7 +24,7 @@ index 679f69a..95eb053 100644 } rt2x00_eeprom_read(rt2x00dev, EEPROM_NIC, &word); -@@ -2416,6 +2423,7 @@ static int rt2800pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev) +@@ -2416,6 +2423,7 @@ static int rt2800pci_probe_hw_mode(struc char *tx_power1; char *tx_power2; unsigned int i; @@ -34,7 +32,7 @@ index 679f69a..95eb053 100644 /* * Initialize all hw fields. -@@ -2432,6 +2440,8 @@ static int rt2800pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev) +@@ -2432,6 +2440,8 @@ static int rt2800pci_probe_hw_mode(struc rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0)); @@ -43,7 +41,7 @@ index 679f69a..95eb053 100644 /* * Initialize hw_mode information. */ -@@ -2463,11 +2473,19 @@ static int rt2800pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev) +@@ -2463,11 +2473,19 @@ static int rt2800pci_probe_hw_mode(struc IEEE80211_HT_CAP_PSMP_SUPPORT; spec->ht.ampdu_factor = 3; spec->ht.ampdu_density = 4; @@ -65,6 +63,3 @@ index 679f69a..95eb053 100644 /* * Create channel information array */ --- -1.6.0 - -- cgit v1.2.3