Re: [PATCH] net: wireless: b43legacy: radio.c: Remove unused function

2015-01-03 Thread Rickard Strandqvist
2015-01-03 14:19 GMT+01:00 Sedat Dilek sedat.di...@gmail.com: On Sat, Jan 3, 2015 at 1:28 PM, Rickard Strandqvist rickard_strandqv...@spectrumdigital.se wrote: 2015-01-02 22:34 GMT+01:00 Rafał Miłecki zaj...@gmail.com: On 2 January 2015 at 18:46, Rickard Strandqvist

Re: [PATCH] net: wireless: b43legacy: radio.c: Remove unused function

2015-01-03 Thread Sedat Dilek
On Sat, Jan 3, 2015 at 1:28 PM, Rickard Strandqvist rickard_strandqv...@spectrumdigital.se wrote: 2015-01-02 22:34 GMT+01:00 Rafał Miłecki zaj...@gmail.com: On 2 January 2015 at 18:46, Rickard Strandqvist rickard_strandqv...@spectrumdigital.se wrote: 2015-01-02 13:14 GMT+01:00 Sedat Dilek

Re: [PATCH] Revert ipw2200: select CFG80211_WEXT

2015-01-03 Thread Paul Bolle
On Sat, 2015-01-03 at 10:07 -0800, Linus Torvalds wrote: On Sat, Jan 3, 2015 at 10:02 AM, Marcel Holtmann mar...@holtmann.org wrote: why would you revert this? It is obviously the correct change to actually select CFG80211_WEXT. I don't know about obvious, but yeah, I think the select

[PATCH] Revert ipw2200: select CFG80211_WEXT

2015-01-03 Thread Paul Bolle
This reverts commit 60220f41775e634258efd1b54c6fa81ce706. The raison d'être of commit 60220f41 (ipw2200: select CFG80211_WEXT) was reverted in commit 2d36e008739e (Revert cfg80211: make WEXT compatibility unselectable). So revert this commit too. Signed-off-by: Paul Bolle

[PATCH] brcm80211: brcmsmac: dma: Remove some unused functions

2015-01-03 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: dma_txflush() dma_txsuspended() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/net/wireless/brcm80211/brcmsmac/dma.c |

Re: [PATCH] brcm80211: brcmsmac: dma: Remove some unused functions

2015-01-03 Thread Larry Finger
On 01/03/2015 06:47 PM, Rickard Strandqvist wrote: Removes some functions that are not used anywhere: dma_txflush() dma_txsuspended() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se ---