On Thu, Jul 19, 2012 at 10:20 AM, శ్రీధర్ <asridh...@gmail.com> wrote:
> I'm not getting anything out of /proc/net/wireless, is there any specific
> option that i should be setting that will populate this file. I'm using
> ath9k in my device, ans using o11s.org 0.5 (3.1.0-rc10-wl) kernel. There are
> packets being transmitted on the wireless interface as /proc/net/dev show
> packet in and out of wifi interfaces.
>
> # cat /proc/net/wireless
> Inter-| sta-|   Quality        |   Discarded packets               | Missed
> | WE
>  face | tus | link level noise |  nwid  crypt   frag  retry   misc | beacon
> | 22
>    ap0: 0000    0     0     0        0      0      0      0      0        0
>  mesh0: 0000    0     0     0        0      0      0      0      0        0
> mon.ap0: 0000    0     0     0        0      0      0      0      0        0
>
>
> # cat /proc/net/dev
> Inter-|   Receive                                                |  Transmit
>  face |bytes    packets errs drop fifo frame compressed multicast|bytes
> packets errs drop fifo colls carrier compressed
>     lo:     620       6    0    0    0     0          0         0      620
> 6    0    0    0     0       0          0
>   eth0:  888347    6120    0    0    0     0          0         0   632899
> 3500    0    0    0     0       0          0
>   eth1:       0       0    0    0    0     0          0         0        0
> 0    0    0    0     0       0          0
>    ap0:       0       0    0    0    0     0          0         0   182243
> 2390    0    0    0     0       0          0
>  mesh0:       0       0    0    0    0     0          0         0   214057
> 2402    0    0    0     0       0          0
>    br0:  669014    5360    0    0    0     0          0         0   632412
> 3489    0    0    0     0       0          0
> mon.ap0: 23280082  152093    0    0    0     0          0         0        0
> 0    0    0    0     0       0          0
>
> Any suggestions will be appreciated.

would be best to enable mac80211 debug and ath9k debug
http://linuxwireless.org/en/users/Drivers/ath9k/debug
and enable mac80211 debug  in kernel config
in my .config
CONFIG_MAC80211=m
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_MINSTREL_HT=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
CONFIG_MAC80211_DEBUGFS=y
CONFIG_MAC80211_MESSAGE_TRACING=y
CONFIG_MAC80211_DEBUG_MENU=y
CONFIG_MAC80211_NOINLINE=y
CONFIG_MAC80211_VERBOSE_DEBUG=y
CONFIG_MAC80211_MLME_DEBUG=y
CONFIG_MAC80211_STA_DEBUG=y
CONFIG_MAC80211_HT_DEBUG=y
CONFIG_MAC80211_IBSS_DEBUG=y
CONFIG_MAC80211_PS_DEBUG=y
CONFIG_MAC80211_MPL_DEBUG=y
CONFIG_MAC80211_MPATH_DEBUG=y
CONFIG_MAC80211_MHWMP_DEBUG=y
CONFIG_MAC80211_MESH_SYNC_DEBUG=y
CONFIG_MAC80211_TDLS_DEBUG=y
CONFIG_MAC80211_DEBUG_COUNTERS=y
CONFIG_MAC80211_HWSIM=m

cd /sys/kernel/debug/ath9k/
and
cd /sys/kernel/debug/ieee80211


>
> Thanks
> S
>
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel@lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>



-- 
thanks,
shafi
_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to