linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Harvey Harrison <harvey.harrison@gmail.com>
To: Michael Buesch <mb@bu3sch.de>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: [PATCH 2/8] b43: remove remaining b43_radio_{read|write}16 from main.c
Date: Fri, 03 Oct 2008 13:48:46 -0700	[thread overview]
Message-ID: <1223066926.6512.27.camel@brick> (raw)

The 16 is not necessary anymore and is defnined to read/write.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
 drivers/net/wireless/b43/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c
index 6df9b65..cc1f4a9 100644
--- a/drivers/net/wireless/b43/main.c
+++ b/drivers/net/wireless/b43/main.c
@@ -789,7 +789,7 @@ void b43_dummy_transmission(struct b43_wldev *dev)
 	b43_write16(dev, 0x0502, 0x0030);
 
 	if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
-		b43_radio_write16(dev, 0x0051, 0x0017);
+		b43_radio_write(dev, 0x0051, 0x0017);
 	for (i = 0x00; i < max_loop; i++) {
 		value = b43_read16(dev, 0x050E);
 		if (value & 0x0080)
@@ -809,7 +809,7 @@ void b43_dummy_transmission(struct b43_wldev *dev)
 		udelay(10);
 	}
 	if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
-		b43_radio_write16(dev, 0x0051, 0x0037);
+		b43_radio_write(dev, 0x0051, 0x0037);
 
 	write_unlock(&wl->tx_lock);
 	spin_unlock_irq(&wl->irq_lock);
-- 
1.6.0.2.471.g47a76



             reply	other threads:[~2008-10-03 20:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-03 20:48 Harvey Harrison [this message]
2008-10-04  1:36 ` [PATCH 2/8] b43: remove remaining b43_radio_{read|write}16 from main.c Larry Finger
2008-10-04  8:47   ` Michael Buesch

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=1223066926.6512.27.camel@brick \
    --to=harvey.harrison@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mb@bu3sch.de \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).