Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1598223
| From | Brian Norris <briannorris@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] mwifiex: several bugfixes |
| Date | 2017-03-11 02:50 +0100 |
| Message-ID | <tjEkq-3VF-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, I've been stressing a few aspects of this driver on 4.11-rc1, and I've noticed several bugs. The first 3 are probably bugfix material for the current cycle IMO, and the 4th is some more cleanup that matches the patterns introduced in the 1st bugfix. I have more patches coming sometime, but they're mostly just refactoring and cleaning up things at the moment (no further bugfixes yet), so I thought I'd send this stack out first. Regards, Brian Brian Norris (4): mwifiex: pcie: don't leak DMA buffers when removing mwifiex: set adapter->dev before starting to use mwifiex_dbg() mwifiex: uninit wakeup info when removing device mwifiex: pcie: de-duplicate buffer allocation code drivers/net/wireless/marvell/mwifiex/main.c | 11 +- drivers/net/wireless/marvell/mwifiex/pcie.c | 195 ++++++++++++---------------- 2 files changed, 92 insertions(+), 114 deletions(-) -- 2.12.0.246.ga2ecc84866-goog
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] mwifiex: several bugfixes Brian Norris <briannorris@chromium.org> - 2017-03-11 02:50 +0100 [PATCH 4/4] mwifiex: pcie: de-duplicate buffer allocation code Brian Norris <briannorris@chromium.org> - 2017-03-11 02:50 +0100 [PATCH 3/4] mwifiex: uninit wakeup info when removing device Brian Norris <briannorris@chromium.org> - 2017-03-11 02:50 +0100 [PATCH 1/4] mwifiex: pcie: don't leak DMA buffers when removing Brian Norris <briannorris@chromium.org> - 2017-03-11 02:50 +0100
csiph-web