summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-091-29/+42
|\
| * PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-31/+44
* | mwifiex: do not update MCS set from hostapdGanapathi Bhat2017-06-302-27/+0Star
* | mwifiex: fix spelling mistake: "secuirty" -> "security"Colin Ian King2017-06-281-1/+1
* | mwifiex: Do not change bss_type in change_virtual_intfGanapathi Bhat2017-06-281-4/+0Star
* | Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-256-9/+8Star
|\ \
| * | mwifiex: debugfs: remove redunant check of mwifiex_dfs_dirShawn Lin2017-06-211-2/+1Star
| * | mwifiex: fixes the unexpected be printed log by defaultCaesar Wang2017-06-211-1/+1
| * | mwifiex: Replace semaphore async_sem with mutexBinoy Jayan2017-06-133-4/+4
| * | mwifiex: make function mwifiex_ret_pkt_aggr_ctrl staticColin Ian King2017-06-131-2/+2
* | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-20/+20
* | | networking: introduce and use skb_put_data()Johannes Berg2017-06-163-12/+8Star
* | | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-162-4/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
|\ \ \
| * | | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
| | |/ | |/|
* | | networking: use skb_put_zero()Johannes Berg2017-06-131-2/+2
| |/ |/|
* | mwifiex: uap: process remain on channel expired eventXinming Hu2017-06-011-0/+11
* | mwifiex: simplify the code around ra_listShawn Lin2017-06-012-11/+4Star
* | mwifiex: check next packet length for usb tx aggregationXinming Hu2017-05-313-12/+12
* | mwifiex: usb: add timer to flush aggregation packetsXinming Hu2017-05-312-79/+193
* | mwifiex: usb: transmit aggregation packetsXinming Hu2017-05-317-53/+382
* | mwifiex: usb: kill urb before free its memoryXinming Hu2017-05-311-0/+1
* | mwifiex: use variable interface header lengthXinming Hu2017-05-319-37/+38
* | mwifiex: add missing USB-descriptor endianness conversionJohan Hovold2017-05-191-1/+2
* | mwifiex: pcie: stop setting/clearing 'surprise_removed'Brian Norris2017-05-191-2/+0Star
* | mwifiex: pcie: remove useless pdev checkBrian Norris2017-05-191-5/+0Star
* | mwifiex: 11h: drop unnecessary check for '!priv'Brian Norris2017-05-191-6/+0Star
* | mwifiex: remove redundant 'adapter' check in mwifiex_adapter_cleanupBrian Norris2017-05-191-5/+0Star
* | mwifiex: remove useless 'mwifiex_lock'Brian Norris2017-05-192-6/+0Star
* | mwifiex: don't leak stashed beacon buffer on resetBrian Norris2017-05-191-2/+1Star
* | mwifiex: don't drop lock between list-retrieval / list-deletionBrian Norris2017-05-191-3/+2Star
* | mwifiex: Add locking to mwifiex_11n_delbaDouglas Anderson2017-05-191-2/+6
* | mwifiex: Don't release cmd_pending_q_lock while iteratingDouglas Anderson2017-05-191-2/+0Star
* | mwifiex: Don't release tx_ba_stream_tbl_lock while iteratingDouglas Anderson2017-05-191-7/+2Star
* | mwifiex: fixup error cases in mwifiex_add_virtual_intf()Brian Norris2017-05-191-36/+35Star
* | mwifiex: pcie: de-duplicate buffer allocation codeBrian Norris2017-05-191-91/+66Star
* | mwifiex: pcie: add card_reset() supportBrian Norris2017-05-181-0/+19
* | mwifiex: initiate card-specific work atomicallyBrian Norris2017-05-182-17/+8Star
* | mwifiex: p2p client using same data path as stationXinming Hu2017-05-181-1/+2
|/
* cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-285-7/+7
* cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-1/+1
* nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-246-27/+162
|\
| * mwifiex: don't leak 'chan_stats' on resetBrian Norris2017-04-201-1/+3
| * mwifiex: pcie: clear outstanding work when resettingBrian Norris2017-04-201-0/+2
| * mwifiex: reset timeout flag when resetting deviceBrian Norris2017-04-201-0/+1
| * mwifiex: pcie: fix cmd_buf use-after-free in remove/resetBrian Norris2017-04-201-0/+7
| * mwifiex: pcie: extract wifi part from combo firmware during function level resetXinming Hu2017-04-203-8/+127
| * mwifiex: pcie: correct scratch register nameXinming Hu2017-04-202-8/+9
| * mwifiex: fall back mwifiex_dbg to pr_info when adapter->dev not setXinming Hu2017-04-201-2/+5