From: Michael Wu <flamingice@sourmilk.net> To: Michael Buesch <mb@bu3sch.de> Cc: linux-wireless@vger.kernel.org, Jiri Benc <jbenc@suse.cz> Subject: [PATCH] bcm43xx-d80211: update to new statistics reporting API Date: Sun, 11 Feb 2007 22:13:29 -0500 [thread overview] Message-ID: <200702112213.29648.flamingice@sourmilk.net> (raw) [-- Attachment #1: Type: text/plain, Size: 976 bytes --] bcm43xx-d80211: update to new statistics reporting API This patch updates bcm43xx-d80211 to the new statistics reporting API. Signed-off-by: Michael Wu <flamingice@sourmilk.net> --- drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c b/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c index 9f4d51d..054ea09 100644 --- a/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c +++ b/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c @@ -3560,7 +3560,9 @@ static int bcm43xx_wireless_init(struct IEEE80211_HW_MONITOR_DURING_OPER | IEEE80211_HW_DEVICE_HIDES_WEP | IEEE80211_HW_WEP_INCLUDE_IV; - hw->maxssi = BCM43xx_RX_MAX_SSI; + hw->max_rssi = -110; + hw->max_signal = BCM43xx_RX_MAX_SSI; + hw->max_noise = -110; hw->queues = 1; hw->dev = &dev->dev; if (is_valid_ether_addr(sprom->r1.et1mac)) { [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
reply other threads:[~2007-02-12 3:14 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=200702112213.29648.flamingice@sourmilk.net \ --to=flamingice@sourmilk.net \ --cc=jbenc@suse.cz \ --cc=linux-wireless@vger.kernel.org \ --cc=mb@bu3sch.de \ --subject='Re: [PATCH] bcm43xx-d80211: update to new statistics reporting API' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.