Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1318026 > unrolled thread
| Started by | Andreas Ziegler <andreas.ziegler@fau.de> |
|---|---|
| First post | 2016-01-26 16:10 +0100 |
| Last post | 2016-01-26 16:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
Use of deleted Kconfig option B43_PCMCIA Andreas Ziegler <andreas.ziegler@fau.de> - 2016-01-26 16:10 +0100
Re: Use of deleted Kconfig option B43_PCMCIA Rafał Miłecki <zajec5@gmail.com> - 2016-01-26 16:40 +0100
| From | Andreas Ziegler <andreas.ziegler@fau.de> |
|---|---|
| Date | 2016-01-26 16:10 +0100 |
| Subject | Use of deleted Kconfig option B43_PCMCIA |
| Message-ID | <qVdpM-5RZ-19@gated-at.bofh.it> |
Hi Rafał,
your commit 399500da18f7 ("ssb: pick PCMCIA host code support from b43
driver") removed the Kconfig option B43_PCMCIA from Kconfig, but left
one reference to it in b43/main.c, inside the b43_print_driverinfo()
function.
Can this #ifdef be removed, should it be replaced with an #ifdef using
CONFIG_SSB_PCMCIAHOST instead or should we do something entirely different?
Best regards,
Andreas
[toc] | [next] | [standalone]
| From | Rafał Miłecki <zajec5@gmail.com> |
|---|---|
| Date | 2016-01-26 16:40 +0100 |
| Message-ID | <qVdSO-644-11@gated-at.bofh.it> |
| In reply to | #1318026 |
On 26 January 2016 at 16:06, Andreas Ziegler <andreas.ziegler@fau.de> wrote:
> your commit 399500da18f7 ("ssb: pick PCMCIA host code support from b43
> driver") removed the Kconfig option B43_PCMCIA from Kconfig, but left
> one reference to it in b43/main.c, inside the b43_print_driverinfo()
> function.
>
> Can this #ifdef be removed, should it be replaced with an #ifdef using
> CONFIG_SSB_PCMCIAHOST instead or should we do something entirely different?
We even got patch for this, but it wasn't submitted correctly (didn't
go to linux-wireless):
https://lkml.org/lkml/2015/11/2/154
--
Rafał
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web