Hi Mohammed, thanks for your comment On Mon, Dec 3, 2012 at 7:41 AM, Mohammed Shafi <shafi.wireless@xxxxxxxxx> wrote: > >> - last_rssi = priv->rx.last_rssi; > >> + if (is_mybeacon && priv->ah->opmode == NL80211_IFTYPE_STATION) { > >> + if (rxbuf->rxstatus.rs_rssi != ATH9K_RSSI_BAD && > >> + !rxbuf->rxstatus.rs_moreaggr) > >> + ATH_RSSI_LPF(priv->rx.last_rssi, > >> + rxbuf->rxstatus.rs_rssi); > > should we account for IBSS mode ? Yeah, it would make sense but it changes my measureresults significantly, although my device is never in ad-hoc mode. I already posted a question regarding this topic: http://www.mail-archive.com/ath9k-devel@xxxxxxxxxxxxxxx/msg09470.html Thanks, Bernhard -- 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