Re: [PATCH v2 1/4] ath10k: Add support to configure pktlog filter

2014-10-06 Thread Kalle Valo
Rajkumar Manoharan writes: > On Mon, Oct 06, 2014 at 02:52:45PM +0300, Kalle Valo wrote: >> Rajkumar Manoharan writes: >> >> > Add support to configure packet log filters (tx, rx, rate control) >> > via debugfs. To disable htt pktlog events set the filters to 0. >> > >> > ex: >> > >> > To enabl

Re: [PATCH v2 1/4] ath10k: Add support to configure pktlog filter

2014-10-06 Thread Rajkumar Manoharan
On Mon, Oct 06, 2014 at 02:52:45PM +0300, Kalle Valo wrote: > Rajkumar Manoharan writes: > > > Add support to configure packet log filters (tx, rx, rate control) > > via debugfs. To disable htt pktlog events set the filters to 0. > > > > ex: > > > > To enable pktlog for all filters > > > >ech

Re: [PATCH v2 1/4] ath10k: Add support to configure pktlog filter

2014-10-06 Thread Kalle Valo
Rajkumar Manoharan writes: > Add support to configure packet log filters (tx, rx, rate control) > via debugfs. To disable htt pktlog events set the filters to 0. > > ex: > > To enable pktlog for all filters > >echo 0x1f > /sys/kernel/debug/ieee80211/phy*/ath10k/pktlog_filter > > To disable pk

[PATCH v2 1/4] ath10k: Add support to configure pktlog filter

2014-10-02 Thread Rajkumar Manoharan
Add support to configure packet log filters (tx, rx, rate control) via debugfs. To disable htt pktlog events set the filters to 0. ex: To enable pktlog for all filters echo 0x1f > /sys/kernel/debug/ieee80211/phy*/ath10k/pktlog_filter To disable pktlog echo 0 > /sys/kernel/debug/ieee80211