Search Linux Wireless

[PATCH] zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link WN322/422G

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Three people (Petr Mensik <pihhan@xxxxxxxxx> 
["si" should be U+0161 U+00ED], Stephen Ho <stephenhoinhk@xxxxxxxxx> 
on zd1211-devs and Ismael Ojeda Perez <iojedaperez@xxxxxxxxx> 
on linux-wiress) reported success in getting TP-Link WN322G/WN422G 
working by treating MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for rf 
chip hardware initialization.

Signed-off-by: Hin-Tak Leung <htl10@xxxxxxxxxxxxxxxxxxxxx>
Tested-by: Petr Mensik <pihhan@xxxxxxxxx>
Tested-by: Stephen Ho <stephenhoinhk@xxxxxxxxx>
Tested-by: Ismael Ojeda Perez <iojedaperez@xxxxxxxxx>
---
 drivers/net/wireless/zd1211rw/zd_rf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/zd1211rw/zd_rf.c b/drivers/net/wireless/zd1211rw/zd_rf.c
index 7207bfd..c875ee0 100644
--- a/drivers/net/wireless/zd1211rw/zd_rf.c
+++ b/drivers/net/wireless/zd1211rw/zd_rf.c
@@ -86,6 +86,7 @@ int zd_rf_init_hw(struct zd_rf *rf, u8 type)
 	case AL7230B_RF:
 		r = zd_rf_init_al7230b(rf);
 		break;
+	case MAXIM_NEW_RF:
 	case UW2453_RF:
 		r = zd_rf_init_uw2453(rf);
 		break;
-- 
1.6.0.6

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux