Sujith Manoharan wrote: > > I used this patch: > > > > diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c > > index 5bf3243..c85be42 100644 > > --- a/drivers/net/wireless/ath/ath9k/recv.c > > +++ b/drivers/net/wireless/ath/ath9k/recv.c > > @@ -1088,6 +1088,9 @@ static int ath9k_rx_skb_preprocess(struct ath_softc *sc, > > > > ath9k_process_rssi(common, hw, rx_stats, rx_status); > > > > + printk("NOISE/RSSI/SIGNAL for %pM: %d/%d/%d\n", > > + hdr->addr3, ah->noise, rx_stats->rs_rssi, rx_status->signal); > > + > > rx_status->band = ah->curchan->chan->band; > > rx_status->freq = ah->curchan->chan->center_freq; > > rx_status->antenna = rx_stats->rs_antenna; With this patch, can you please post the kernel log with debug=0x749 ? Sujith -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html