All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Make N-PHY support experimental
@ 2010-12-07 20:55 ` Rafał Miłecki
  0 siblings, 0 replies; 86+ messages in thread
From: Rafał Miłecki @ 2010-12-07 20:55 UTC (permalink / raw)
  To: linux-wireless, John W. Linville; +Cc: b43-dev, Rafał Miłecki

Finally, thanks for Larry and Francesco I got b43 working with BCM4328 chipset!

It's not perfectly stable yet, but scanning and associating to open network
works! It has to be tested, improved, there are some PHY errors from time to
time, but generally it works :)

Rafa?? Mi??ecki (4):
  b43: N-PHY: silence warnings
  b43: set TMS to work with current band width for N-PHY
  b43: fix split of N-PHY devices into supported and not (based on PHY
    rev)
  b43: rename config option for N-PHY, drop BROKEN

 drivers/net/wireless/b43/Kconfig      |   13 +++++++------
 drivers/net/wireless/b43/Makefile     |    8 ++++----
 drivers/net/wireless/b43/main.c       |   12 +++++++++---
 drivers/net/wireless/b43/phy_common.c |    9 ++++++++-
 drivers/net/wireless/b43/phy_common.h |    2 ++
 drivers/net/wireless/b43/phy_n.c      |   16 ++++++----------
 6 files changed, 36 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] 86+ messages in thread

end of thread, other threads:[~2010-12-21 14:30 UTC | newest]

Thread overview: 86+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-07 20:55 [PATCH 0/4] Make N-PHY support experimental Rafał Miłecki
2010-12-07 20:55 ` Rafał Miłecki
2010-12-07 20:55 ` [PATCH 1/4] b43: N-PHY: silence warnings Rafał Miłecki
2010-12-07 20:55   ` Rafał Miłecki
2010-12-07 20:55 ` [PATCH 2/4] b43: set TMS to work with current band width for N-PHY Rafał Miłecki
2010-12-07 20:55   ` Rafał Miłecki
2010-12-07 21:08   ` Michael Büsch
2010-12-07 21:08     ` Michael Büsch
2010-12-09 14:12     ` Rafał Miłecki
2010-12-09 14:12       ` Rafał Miłecki
2010-12-09 14:13       ` Rafał Miłecki
2010-12-09 14:13         ` Rafał Miłecki
2010-12-09 14:19         ` Michael Büsch
2010-12-09 14:19           ` Michael Büsch
2010-12-09 14:23           ` Rafał Miłecki
2010-12-09 14:23             ` Rafał Miłecki
2010-12-09 14:28             ` Michael Büsch
2010-12-09 14:28               ` Michael Büsch
2010-12-09 14:41             ` Michael Büsch
2010-12-09 14:41               ` Michael Büsch
2010-12-07 20:55 ` [PATCH 3/4] b43: fix split of N-PHY devices into supported and not (based on PHY rev) Rafał Miłecki
2010-12-07 20:55   ` Rafał Miłecki
2010-12-07 20:56 ` [PATCH 4/4] b43: rename config option for N-PHY, drop BROKEN Rafał Miłecki
2010-12-07 20:56   ` Rafał Miłecki
2010-12-07 21:04 ` [PATCH 0/4] Make N-PHY support experimental Johannes Berg
2010-12-07 21:04   ` Johannes Berg
2010-12-07 22:57 ` Gábor Stefanik
2010-12-07 22:57   ` Gábor Stefanik
2010-12-07 23:11   ` Larry Finger
2010-12-07 23:11     ` Larry Finger
2010-12-08  3:37   ` Larry Finger
2010-12-08  3:37     ` Larry Finger
2010-12-09 14:11     ` Rafał Miłecki
2010-12-09 14:11       ` Rafał Miłecki
2010-12-09 15:20       ` Larry Finger
2010-12-09 15:20         ` Larry Finger
2010-12-09 15:25         ` Johannes Berg
2010-12-09 15:25           ` Johannes Berg
2010-12-09 15:28           ` Rafał Miłecki
2010-12-09 15:28             ` Rafał Miłecki
2010-12-09 15:33             ` Johannes Berg
2010-12-09 15:33               ` Johannes Berg
2010-12-09 15:37               ` Rafał Miłecki
2010-12-09 15:37                 ` Rafał Miłecki
2010-12-09 16:03                 ` Larry Finger
2010-12-09 16:03                   ` Larry Finger
2010-12-10  3:52                   ` Jon Saul
2010-12-10  3:52                     ` Jon Saul
2010-12-10  4:05                     ` Larry Finger
2010-12-10  4:05                       ` Larry Finger
2010-12-09 16:10         ` Rafał Miłecki
2010-12-09 16:10           ` Rafał Miłecki
2010-12-08 15:15   ` b43 N PHY status report Larry Finger
2010-12-08 15:15     ` Larry Finger
2010-12-10 16:57     ` Peter Stuge
2010-12-10 17:15       ` Larry Finger
2010-12-10 18:34         ` Peter Stuge
2010-12-10 18:44           ` Peter Stuge
2010-12-13 17:00             ` Rafał Miłecki
2010-12-13 17:41               ` Larry Finger
2010-12-13 18:17                 ` Rafał Miłecki
2010-12-13 18:37                   ` Larry Finger
2010-12-13 18:34                 ` Peter Stuge
2010-12-13 18:43                   ` Larry Finger
2010-12-10 18:22       ` Francesco Gringoli
2010-12-10 18:30     ` Francesco Gringoli
2010-12-10 18:30       ` Francesco Gringoli
2010-12-10 18:47       ` Johannes Berg
2010-12-10 18:47         ` Johannes Berg
2010-12-10 19:02         ` Larry Finger
2010-12-10 19:02           ` Larry Finger
2010-12-10 19:04           ` Gábor Stefanik
2010-12-10 19:04             ` Gábor Stefanik
2010-12-10 19:08             ` Johannes Berg
2010-12-10 19:08               ` Johannes Berg
2010-12-21  9:25               ` David Woodhouse
2010-12-21  9:25                 ` David Woodhouse
2010-12-21  9:30                 ` Rafał Miłecki
2010-12-21  9:30                   ` Rafał Miłecki
2010-12-21 14:30                 ` Larry Finger
2010-12-21 14:30                   ` Larry Finger
2010-12-10 18:53     ` Konstantinos Karantias
2010-12-10 19:00       ` Larry Finger
2010-12-10 19:00         ` Larry Finger
2010-12-09 14:09   ` [PATCH 0/4] Make N-PHY support experimental Rafał Miłecki
2010-12-09 14:09     ` Rafał Miłecki

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.