X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F309-rt2x00-Fix-MCS-rx_mask-rt2800pci.patch;h=78f30195714bf8550ed284e5828757d83a845b23;hb=e93015c4d471dd96723008344b3008afa6ff4177;hp=6d37ff986b656f403fb6e7da4b0b99331d590ce0;hpb=2b3c255cdd34c3f16ae39420012c21841bb0b835;p=openwrt.git 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 -