summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex/main.c
AgeCommit message (Expand)Author
2019-06-27mwifiex: don't disable hardirqs; just softirqsBrian Norris
2019-06-25mwifiex: update set_mac_address logicSharvari Harisangam
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-04-30mwifiex: keep user configured mac address during changing virtual interfaceXinming Hu
2018-04-30mwifiex: always configure firmware mac address during changing virtual interfaceXinming Hu
2018-04-30mwifiex: make firmware mac address consistent with host configurationXinming Hu
2018-04-30mwifiex: fix mwifiex_hard_start_xmit()'s return typeLuc Van Oostenryck
2018-02-27mwifiex: set different mac address for interfaces with same bss typeXinming Hu
2018-01-08mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu
2017-10-27mwifiex: Convert timers to use timer_setup()Kees Cook
2017-08-08mwifiex: p2p: use separate device addressXinming Hu
2017-07-28mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"Colin Ian King
2017-07-28mwifiex: uninit wakeup info in the error handlingJeffy Chen
2017-07-28mwifiex: drop num CPU noticeBrian Norris
2017-07-28mwifiex: fixup init_channel_scan_gap error caseBrian Norris
2017-07-28mwifiex: unregister wiphy before freeing resourcesBrian Norris
2017-07-28mwifiex: re-register wiphy across resetBrian Norris
2017-07-28mwifiex: reset interrupt status across device resetBrian Norris
2017-07-28mwifiex: reunite copy-and-pasted remove/reset codeBrian Norris
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-31mwifiex: usb: transmit aggregation packetsXinming Hu
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller
2017-04-20mwifiex: don't leak 'chan_stats' on resetBrian Norris
2017-04-20mwifiex: reset timeout flag when resetting deviceBrian Norris
2017-04-20mwifiex: fall back mwifiex_dbg to pr_info when adapter->dev not setXinming Hu
2017-04-20mwifiex: remove unnecessary wakeup interrupt number sanity checkXinming Hu
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg
2017-04-09Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...David S. Miller
2017-04-05mwifiex: catch mwifiex_fw_dpc() errors properly in resetBrian Norris
2017-04-05mwifiex: fix use-after-free for FW reinit errorsBrian Norris
2017-03-20mwifiex: wake system up when receives a wake irqJeffy Chen
2017-03-16mwifiex: uninit wakeup info when removing deviceBrian Norris
2017-03-16mwifiex: set adapter->dev before starting to use mwifiex_dbg()Brian Norris
2017-02-15mwifiex: don't enable/disable IRQ 0 during suspend/resumeBrian Norris
2017-01-12mwifiex: cleanup in PCIe flr code pathXinming Hu
2017-01-12mwifiex: get rid of mwifiex_do_flr wrapperXinming Hu
2017-01-12mwifiex: get rid of drv_info* adapter variablesXinming Hu
2017-01-12mwifiex: don't wait for main_process in shutdown_drvXinming Hu
2016-11-29mwifiex: Removed unused mwifiex_private* 'priv' variableKirtika Ruchandani
2016-11-19mwifiex: resolve races between async FW init (failure) and device removalBrian Norris
2016-11-19mwifiex: complete blocked power save handshake in main processShengzhen Li
2016-11-19mwifiex: Enable WoWLAN for both sdio and pcieRajat Jain
2016-11-19mwifiex: Introduce mwifiex_probe_of() to parse common propertiesRajat Jain
2016-11-19mwifiex: Allow mwifiex early access to device structureRajat Jain
2016-09-17mwifiex: fix null pointer deference when adapter is nullColin Ian King