aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)AuthorFilesLines
2017-05-19mwifiex: pcie: stop setting/clearing 'surprise_removed'Brian Norris1-2/+0
2017-05-19mwifiex: pcie: remove useless pdev checkBrian Norris1-5/+0
2017-05-19mwifiex: 11h: drop unnecessary check for '!priv'Brian Norris1-6/+0
2017-05-19mwifiex: remove redundant 'adapter' check in mwifiex_adapter_cleanupBrian Norris1-5/+0
2017-05-19mwifiex: remove useless 'mwifiex_lock'Brian Norris2-6/+0
2017-05-19mwifiex: don't leak stashed beacon buffer on resetBrian Norris1-2/+1
2017-05-19mwifiex: don't drop lock between list-retrieval / list-deletionBrian Norris1-3/+2
2017-05-19mwifiex: Add locking to mwifiex_11n_delbaDouglas Anderson1-2/+6
2017-05-19mwifiex: Don't release cmd_pending_q_lock while iteratingDouglas Anderson1-2/+0
2017-05-19mwifiex: Don't release tx_ba_stream_tbl_lock while iteratingDouglas Anderson1-7/+2
2017-05-19mwifiex: fixup error cases in mwifiex_add_virtual_intf()Brian Norris1-36/+35
2017-05-19mwifiex: pcie: de-duplicate buffer allocation codeBrian Norris1-91/+66
2017-05-18mwifiex: pcie: add card_reset() supportBrian Norris1-0/+19
2017-05-18mwifiex: initiate card-specific work atomicallyBrian Norris2-17/+8
2017-05-18mwifiex: p2p client using same data path as stationXinming Hu1-1/+2
2017-04-28Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David 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.or...David S. Miller6-27/+162
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David 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.or...David 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