Squonk42 / TL-WR703N

Reverse Engineering work on the TP-LINK TL-WR703N 150M 802.11n Wi-Fi Router
252 stars 91 forks source link

trying to compile wireless driver for RT5350 in openWRT #4

Open swamivi opened 8 years ago

swamivi commented 8 years ago

hi guyz, you mentioned in closed topic your comment about difficulties designing own board. I have solved most of them but facing a big one. How to calibrate the RT5350 wireless on OpenWRT I have a board with sample binary on flash. of which factory partition need to configure using WiFi calibration tool. I have taken permission to use callibration tool. Now stuck on driver need to support that tool. I got the info that they use diffetant private ioctl with help of iwpriv command. I have also reffered your mt7620 wireless driver code. it is good work but it does not help me in my problem. So now I need help regarding how to modify your 7620 driver to support RT5350 I dont expect spoon feeding help but just the point me at the rght dirrection. I am thinking of creating a branch to your code. Thanks in advance