Skip to content

Commit

Permalink
zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link WN3…
Browse files Browse the repository at this point in the history
…22/422G

Three people (Petr Mensik <[email protected]>
["si" should be U+0161 U+00ED], Stephen Ho <[email protected]>
on zd1211-devs and Ismael Ojeda Perez <[email protected]>
on linux-wireless) 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 <[email protected]>
Tested-by: Petr Mensik <[email protected]>
Tested-by: Stephen Ho <[email protected]>
Tested-by: Ismael Ojeda Perez <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
Hin-Tak Leung authored and linvjw committed Feb 11, 2009
1 parent 14990c6 commit efb43f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/zd1211rw/zd_rf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit efb43f4

Please sign in to comment.