diff options
Diffstat (limited to 'target/linux/brcm2708/patches-3.10/0092-Support-for-cheap-Ralink-3070-WiFi-plug.patch')
-rw-r--r-- | target/linux/brcm2708/patches-3.10/0092-Support-for-cheap-Ralink-3070-WiFi-plug.patch | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/target/linux/brcm2708/patches-3.10/0092-Support-for-cheap-Ralink-3070-WiFi-plug.patch b/target/linux/brcm2708/patches-3.10/0092-Support-for-cheap-Ralink-3070-WiFi-plug.patch index 1ead15d..71fd5bc 100644 --- a/target/linux/brcm2708/patches-3.10/0092-Support-for-cheap-Ralink-3070-WiFi-plug.patch +++ b/target/linux/brcm2708/patches-3.10/0092-Support-for-cheap-Ralink-3070-WiFi-plug.patch @@ -1,7 +1,7 @@ -From b735e5ba3039bbd89651b881705a6cb8d62882d6 Mon Sep 17 00:00:00 2001 +From 813811ee8017fcb305e4296efa12fe8009d43278 Mon Sep 17 00:00:00 2001 From: popcornmix <popcornmix@gmail.com> Date: Sat, 7 Sep 2013 19:07:33 +0100 -Subject: [PATCH 092/174] Support for cheap Ralink 3070 WiFi plug +Subject: [PATCH 092/196] Support for cheap Ralink 3070 WiFi plug See: https://github.com/raspberrypi/linux/pull/321 --- @@ -9,6 +9,8 @@ See: https://github.com/raspberrypi/linux/pull/321 drivers/net/wireless/rt2x00/rt2800lib.c | 6 ++++++ 2 files changed, 7 insertions(+) +diff --git a/drivers/net/wireless/rt2x00/rt2800.h b/drivers/net/wireless/rt2x00/rt2800.h +index a7630d5..cbbcd35 100644 --- a/drivers/net/wireless/rt2x00/rt2800.h +++ b/drivers/net/wireless/rt2x00/rt2800.h @@ -70,6 +70,7 @@ @@ -19,9 +21,11 @@ See: https://github.com/raspberrypi/linux/pull/321 #define RF3290 0x3290 #define RF5360 0x5360 #define RF5370 0x5370 +diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c +index 12652d2..c5df041 100644 --- a/drivers/net/wireless/rt2x00/rt2800lib.c +++ b/drivers/net/wireless/rt2x00/rt2800lib.c -@@ -2599,6 +2599,7 @@ static void rt2800_config_channel(struct +@@ -2599,6 +2599,7 @@ static void rt2800_config_channel(struct rt2x00_dev *rt2x00dev, break; case RF5360: case RF5370: @@ -29,7 +33,7 @@ See: https://github.com/raspberrypi/linux/pull/321 case RF5372: case RF5390: case RF5392: -@@ -2615,6 +2616,7 @@ static void rt2800_config_channel(struct +@@ -2615,6 +2616,7 @@ static void rt2800_config_channel(struct rt2x00_dev *rt2x00dev, rt2x00_rf(rt2x00dev, RF3322) || rt2x00_rf(rt2x00dev, RF5360) || rt2x00_rf(rt2x00dev, RF5370) || @@ -37,7 +41,7 @@ See: https://github.com/raspberrypi/linux/pull/321 rt2x00_rf(rt2x00dev, RF5372) || rt2x00_rf(rt2x00dev, RF5390) || rt2x00_rf(rt2x00dev, RF5392)) { -@@ -3206,6 +3208,7 @@ void rt2800_vco_calibration(struct rt2x0 +@@ -3206,6 +3208,7 @@ void rt2800_vco_calibration(struct rt2x00_dev *rt2x00dev) case RF3290: case RF5360: case RF5370: @@ -45,7 +49,7 @@ See: https://github.com/raspberrypi/linux/pull/321 case RF5372: case RF5390: case RF5392: -@@ -5524,6 +5527,7 @@ static int rt2800_init_eeprom(struct rt2 +@@ -5524,6 +5527,7 @@ static int rt2800_init_eeprom(struct rt2x00_dev *rt2x00dev) case RF3322: case RF5360: case RF5370: @@ -53,7 +57,7 @@ See: https://github.com/raspberrypi/linux/pull/321 case RF5372: case RF5390: case RF5392: -@@ -5979,6 +5983,7 @@ static int rt2800_probe_hw_mode(struct r +@@ -5979,6 +5983,7 @@ static int rt2800_probe_hw_mode(struct rt2x00_dev *rt2x00dev) rt2x00_rf(rt2x00dev, RF3322) || rt2x00_rf(rt2x00dev, RF5360) || rt2x00_rf(rt2x00dev, RF5370) || @@ -61,7 +65,7 @@ See: https://github.com/raspberrypi/linux/pull/321 rt2x00_rf(rt2x00dev, RF5372) || rt2x00_rf(rt2x00dev, RF5390) || rt2x00_rf(rt2x00dev, RF5392)) { -@@ -6081,6 +6086,7 @@ static int rt2800_probe_hw_mode(struct r +@@ -6081,6 +6086,7 @@ static int rt2800_probe_hw_mode(struct rt2x00_dev *rt2x00dev) case RF3290: case RF5360: case RF5370: @@ -69,3 +73,6 @@ See: https://github.com/raspberrypi/linux/pull/321 case RF5372: case RF5390: case RF5392: +-- +1.9.1 + |