projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d186899
)
b43: activate N-PHY and HT-PHY support by default
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 9 Jun 2013 16:59:43 +0000
(18:59 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 12 Jun 2013 19:06:54 +0000
(15:06 -0400)
N-PHY and HT-PHY support is more or less stable and should be activated
by default.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/b43/Kconfig
b/drivers/net/wireless/b43/Kconfig
index
13f91ac
..
3f21e0b
100644
(file)
--- a/
drivers/net/wireless/b43/Kconfig
+++ b/
drivers/net/wireless/b43/Kconfig
@@
-111,6
+111,7
@@
config B43_PIO
config B43_PHY_N
bool "Support for 802.11n (N-PHY) devices"
depends on B43
+ default y
---help---
Support for the N-PHY.
@@
-132,6
+133,7
@@
config B43_PHY_LP
config B43_PHY_HT
bool "Support for HT-PHY (high throughput) devices"
depends on B43 && B43_BCMA
+ default y
---help---
Support for the HT-PHY.