On 4 October 2014 15:20, Ramprasad Vempati <[email protected]> wrote: > Hi Michal, > > As you suggested I've moved to latest stable kernel: 3.16.3 . I still > have the same problem. > > Problem is: My AP starts advertising beacons, clients connect & also > talk to each other. but Client to AP or AP to client communication is > not going through. On the Ap interface I see ARP requests coming, but > no ARP response. Below is the console output. I'm attaching hostapd > logs also for your reference. > > FW I'm using is: 10.1.467-2.1 [...]
Hostap logs point out you have a br0 (bridge) interface and wlan3 is a part of it. You should be setting 192.168.3.1 for br0 instead of wlan3: ifconfig wlan3 0.0.0.0 ifconfig br0 192.168.3.1 MichaĆ _______________________________________________ ath10k mailing list [email protected] http://lists.infradead.org/mailman/listinfo/ath10k
