index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-12
mwifiex: don't wait for main_process in shutdown_drv
Xinming Hu
4
-72
/
+22
2016-12-30
libertas: constify cfg80211_ops structures
Bhumika Goyal
1
-1
/
+1
2016-12-30
mwifiex: Enable dynamic bandwidth signalling
Amitkumar Karwar
2
-1
/
+3
2016-12-30
mwifiex: change width of MAC control variable
Amitkumar Karwar
3
-13
/
+11
2016-12-30
mwifiex: sdio: fix use after free issue for save_adapter
Amitkumar Karwar
1
-0
/
+6
2016-12-13
cfg80211: get rid of name indirection trick for ieee80211_get_channel()
Arend Van Spriel
1
-1
/
+1
2016-12-05
mwifiex: clean up some messy indenting
Dan Carpenter
1
-2
/
+2
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+7
2016-12-02
Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
David S. Miller
9
-35
/
+62
2016-11-29
mwifiex: pcie: implement timeout loop for FW programming doorbell
Brian Norris
1
-3
/
+13
2016-11-29
mwifiex: Remove unused 'bcd_usb' variable
Kirtika Ruchandani
1
-2
/
+1
2016-11-29
mwifiex: Removed unused 'pkt_type' variable
Kirtika Ruchandani
1
-3
/
+0
2016-11-29
mwifiex: Remove unused 'pm_flag' variable
Kirtika Ruchandani
1
-2
/
+0
2016-11-29
mwifiex: Remove unused 'adapter'variable
Kirtika Ruchandani
1
-2
/
+0
2016-11-29
mwifiex: Remove unused 'sta_ptr' variable
Kirtika Ruchandani
1
-2
/
+0
2016-11-29
mwifiex: Remove unused 'chan_num' variable
Kirtika Ruchandani
1
-5
/
+3
2016-11-29
mwifiex: Removed unused mwifiex_private* 'priv' variable
Kirtika Ruchandani
1
-3
/
+0
2016-11-27
Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
David S. Miller
17
-293
/
+395
2016-11-25
mwifiex: Disable adhoc feature based on firmware capability
Karthik D A
3
-11
/
+36
2016-11-25
mwifiex: avoid double-disable_irq() race
Brian Norris
1
-2
/
+7
2016-11-25
mwifiex: cleanup wake-IRQ handling if suspend fails
Brian Norris
2
-0
/
+2
2016-11-19
mwifiex: pcie: stop checking for NULL adapter->card
Brian Norris
1
-30
/
+23
2016-11-19
mwifiex: stop checking for NULL drvata/intfdata
Brian Norris
2
-21
/
+8
2016-11-19
mwifiex: sdio: don't check for NULL sdio_func
Brian Norris
1
-25
/
+15
2016-11-19
mwifiex: usb: handle HS failures
Brian Norris
1
-1
/
+8
2016-11-19
mwifiex: reset card->adapter during device unregister
Xinming Hu
2
-0
/
+2
2016-11-19
mwifiex: resolve suspend() race with async FW init failure
Brian Norris
3
-6
/
+30
2016-11-19
mwifiex: don't pretend to resume while remove()'ing
Brian Norris
3
-13
/
+0
2016-11-19
mwifiex: remove redundant pdev check in suspend/resume handlers
Amitkumar Karwar
1
-16
/
+6
2016-11-19
mwifiex: resolve races between async FW init (failure) and device removal
Brian Norris
8
-68
/
+55
2016-11-19
mwifiex: complete blocked power save handshake in main process
Shengzhen Li
1
-4
/
+5
2016-11-19
mwifiex: check tx_hw_pending before downloading sleep confirm
Shengzhen Li
4
-2
/
+10
2016-11-19
mwifiex: Enable WoWLAN for both sdio and pcie
Rajat Jain
5
-75
/
+73
2016-11-19
mwifiex: Introduce mwifiex_probe_of() to parse common properties
Rajat Jain
2
-4
/
+13
2016-11-19
mwifiex: Allow mwifiex early access to device structure
Rajat Jain
5
-11
/
+9
2016-11-19
mwifiex: parse device tree node for PCIe
Xinming Hu
2
-1
/
+26
2016-11-18
mwifiex: don't do unbalanced free()'ing in cleanup_if()
Brian Norris
3
-16
/
+12
2016-11-18
mwifiex: ignore calibration data failure
Amitkumar Karwar
1
-11
/
+5
2016-11-18
mwifiex: add power save parameters in hs_cfg cmd
Shengzhen Li
2
-6
/
+33
2016-11-17
mwifiex: printk() overflow with 32-byte SSIDs
Brian Norris
1
-6
/
+7
2016-11-17
mwifiex: fix memory leak in mwifiex_save_hidden_ssid_channels()
Ricky Liang
1
-0
/
+4
2016-11-17
mwifiex: report wakeup for wowlan
Rajat Jain
2
-0
/
+9
2016-11-09
mwifiex: fix missing destroy_workqueue() on error in mwifiex_add_virtual_intf()
Wei Yongjun
1
-0
/
+2
2016-11-09
mwifiex: fix p2p device doesn't find in scan problem
Karthik D A
1
-0
/
+6
2016-11-09
mwifiex: fix command timeout problem seen in stress tests
Xinming Hu
2
-1
/
+13
2016-11-09
mwifiex: update tx_pkts_queued for requeued packets
Xinming Hu
1
-0
/
+6
2016-11-09
mwifiex: add memrw command information in README
Amitkumar Karwar
1
-0
/
+23
2016-11-09
mwifiex: vendor_ie length check for parse WMM IEs
Karthik D A
1
-4
/
+4
2016-11-09
mwifiex: Fix NULL pointer dereference in skb_dequeue()
Amitkumar Karwar
2
-4
/
+12
2016-11-09
mwifiex: report error to PCIe for suspend failure
Amitkumar Karwar
1
-2
/
+8
[prev]
[next]