diff options
Diffstat (limited to 'package/mac80211/patches/322-rt2x00-Add-support-for-MCS32-rt2800pci.patch')
-rw-r--r-- | package/mac80211/patches/322-rt2x00-Add-support-for-MCS32-rt2800pci.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package/mac80211/patches/322-rt2x00-Add-support-for-MCS32-rt2800pci.patch b/package/mac80211/patches/322-rt2x00-Add-support-for-MCS32-rt2800pci.patch index 9063cb52ca..ced722589d 100644 --- a/package/mac80211/patches/322-rt2x00-Add-support-for-MCS32-rt2800pci.patch +++ b/package/mac80211/patches/322-rt2x00-Add-support-for-MCS32-rt2800pci.patch @@ -8,11 +8,9 @@ Signed-off-by: Ivo van Doorn@gmail.com> drivers/net/wireless/rt2x00/rt2800pci.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) -diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c -index 6e98c3d..63d6499 100644 --- a/drivers/net/wireless/rt2x00/rt2800pci.c +++ b/drivers/net/wireless/rt2x00/rt2800pci.c -@@ -2484,6 +2484,7 @@ static int rt2800pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev) +@@ -2484,6 +2484,7 @@ static int rt2800pci_probe_hw_mode(struc spec->ht.mcs.rx_mask[1] = 0xff; case 1: spec->ht.mcs.rx_mask[0] = 0xff; @@ -20,6 +18,3 @@ index 6e98c3d..63d6499 100644 break; } --- -1.6.0 - |