aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller6-17/+17
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel5-7/+7
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-6/+6
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-8/+8
2017-04-26cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel1-1/+1
2017-04-26nl80211: allow multiple active scheduled scan requestsArend Van Spriel1-1/+1
2017-04-26libertas: check return value of alloc_workqueuePan Bian1-0/+5
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller6-27/+162
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller7-22/+21
2017-04-20mwifiex: don't leak 'chan_stats' on resetBrian Norris1-1/+3
2017-04-20mwifiex: pcie: clear outstanding work when resettingBrian Norris1-0/+2
2017-04-20mwifiex: reset timeout flag when resetting deviceBrian Norris1-0/+1
2017-04-20mwifiex: pcie: fix cmd_buf use-after-free in remove/resetBrian Norris1-0/+7
2017-04-20mwifiex: pcie: extract wifi part from combo firmware during function level resetXinming Hu3-8/+127
2017-04-20mwifiex: pcie: correct scratch register nameXinming Hu2-8/+9
2017-04-20mwifiex: fall back mwifiex_dbg to pr_info when adapter->dev not setXinming Hu1-2/+5
2017-04-20mwifiex: remove unnecessary wakeup interrupt number sanity checkXinming Hu1-5/+3
2017-04-20mwifiex: MAC randomization should not be persistentBrian Norris1-1/+3
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-04-13mwifiex: Fix invalid port issueGanapathi Bhat1-2/+2
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg4-21/+16
2017-04-09Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller20-156/+285
2017-04-05mwifiex: apply radar flagKarthik Ananthapadmanabha1-0/+19
2017-04-05mwifiex: add missing IEs related to TDLS operationKarthik Ananthapadmanabha2-2/+49
2017-04-05mwifiex: catch mwifiex_fw_dpc() errors properly in resetBrian Norris3-13/+32
2017-04-05mwifiex: fix use-after-free for FW reinit errorsBrian Norris1-1/+0
2017-04-05mwifiex: enable auto deep sleep mode for USB chipsetsAmitkumar Karwar1-2/+1
2017-04-05mwifiex: Support USB interrupt endpoint for command response/eventGanapathi Bhat2-10/+39
2017-03-20mwifiex: fix kernel crash after shutdown command timeoutBrian Norris2-4/+4
2017-03-20mwifiex: send fewer channels to scan while connectedAmitkumar Karwar1-3/+8
2017-03-20mwifiex: fix for unaligned readsDevidas Puranik9-57/+56
2017-03-20mwifiex: Use accessors routines for unaligned valuesDaniel Mentz6-32/+49
2017-03-20mwifiex: add qualifier to firmware structuresKarthik Ananthapadmanabha2-20/+20
2017-03-20mwifiex: pcie: clean up error prints in mwifiex_pcie_reset_notify()Brian Norris1-12/+5
2017-03-20mwifiex: wake system up when receives a wake irqJeffy Chen1-0/+3
2017-03-16mwifiex: uninit wakeup info when removing deviceBrian Norris1-0/+3
2017-03-16mwifiex: set adapter->dev before starting to use mwifiex_dbg()Brian Norris1-4/+4
2017-03-16mwifiex: pcie: don't leak DMA buffers when removingBrian Norris1-19/+19
2017-03-06ieee80211: rename CCFS1/CCFS2 to CCFS0/CCFS1Johannes Berg1-1/+1
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2-0/+4
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+1
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-02-15mwifiex: don't enable/disable IRQ 0 during suspend/resumeBrian Norris1-4/+4
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-3/+1
2017-02-10Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+2
2017-02-08cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-2/+2
2017-02-07mwifiex: Avoid skipping WEP key deletion for APGanapathi Bhat1-2/+0
2017-02-07mwifiex: don't include mac80211.hJohannes Berg1-1/+1
2017-02-01Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller14-672/+450
2017-01-28mwifiex: use pci_dma_sync_single* APIsAmitkumar Karwar1-1/+10