summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwl8k.c
Commit message (Expand)AuthorAgeFilesLines
* mwl8k: move under marvell vendor directoryKalle Valo2015-11-181-6346/+0
* mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach2015-09-221-1/+1
* mwl8k: refactor some conditionals for clarityJohn Linville2015-08-181-24/+25
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-4/+5
* mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-241-1/+1
* wireless: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* cfg80211: remove "channel" from survey namesJohannes Berg2015-01-081-6/+6
* mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg2014-11-191-2/+5
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* mwl8k: use pci_zalloc_consistentJoe Perches2014-08-081-4/+2
* mwl8k: remove unnecessary break after returnFabian Frederick2014-07-201-5/+0
* mwl8k: mwl8k_update_survey can be staticYogesh Ashok Powar2014-03-061-2/+2
* mwl8k: le32_to_cpu cast to restrictedYogesh Ashok Powar2014-03-061-2/+2
* mwl8k: Adding support to gather survey per channelYogesh Ashok Powar2014-02-281-6/+109
* mwl8k: Implement sw_scan start/stop cbsYogesh Ashok Powar2014-02-281-0/+40
* mwl8k: Adding support to access BBP registersYogesh Ashok Powar2014-02-281-0/+42
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-131-2/+0
|\
| * mac80211: remove channel_change_timeJohannes Berg2014-01-071-2/+0
* | wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-031-1/+0
* | mwl8k: use ether_addr_equal_64bitsJulia Lawall2014-01-031-1/+1
|/
* wireless: mwl8k: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-2/+0
* mwl8k: Fix the firmware hang issue for 8764Nishant Sarmukadam2013-05-241-2/+9
* mwl8k: remove nonstandard rate 72 MbpsJonas Gorski2013-04-221-6/+4
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-101-16/+20
|\
| * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-16/+20
* | mwl8k: always apply configuration even when device is idleJonas Gorski2013-03-271-6/+4
* | mwl8k: don't overwrite regulatory settings on fw reloadJonas Gorski2013-03-111-0/+6
* | mwl8k: Load 8764 firmware imageNishant Sarmukadam2013-03-061-8/+19
* | mwl8k: Adding support for 8764 4x4 APNishant Sarmukadam2013-03-061-33/+45
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-141-18/+18
|\
| * mwl8k: fix band for supported channelsJonas Gorski2013-02-111-18/+18
* | mwl8k: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-081-2/+0
* | mwl8k: add single band 88W8366 PCI device IDsJonas Gorski2013-02-081-0/+2
* | mwl8k: Do not call STA specific cmds not supported by the AP fwYogesh Ashok Powar2013-01-301-3/+23
* | mwl8k: Choose interface specific calls on vif typeYogesh Ashok Powar2013-01-301-4/+2
* | mwl8k: Add/Del self entry for AP interface onlyYogesh Ashok Powar2013-01-301-2/+2
* | mwl8k: Enable hw encryption for STA mode on AP fwYogesh Ashok Powar2013-01-301-1/+2
* | mwl8k: set mac type to MWL8K_MAC_TYPE_SECONDARY_CLIENTYogesh Ashok Powar2013-01-301-1/+4
* | mwl8k: Allow adding station interface on AP firmwareYogesh Ashok Powar2013-01-301-7/+13
* | mwl8k: Announce simultaneous AP-STA support on AP fwYogesh Ashok Powar2013-01-301-0/+2
* | mwl8k: Move tx/rx antenna configuration to mwl8k_probe_hwYogesh Ashok Powar2013-01-301-6/+9
* | mwl8k: Do not call mwl8k_cmd_set_rf_channel unconditionallyYogesh Ashok Powar2013-01-301-3/+5
* | mwl8k: Stop bsses before hw specific commandsYogesh Ashok Powar2013-01-301-8/+70
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-281-1/+3
|\|
| * drivers/net/wireless/mwl8k.c: avoid use-after-freeNickolai Zeldovich2013-01-071-1/+3
* | mwl8k: don't return zero on failure paths in mwl8k_probe[_hw]()Alexey Khoroshilov2013-01-221-0/+3
* | mwl8k: Wake up queues in mwl8k_startNishant Sarmukadam2013-01-091-0/+2
* | mwl8k: Delete ampdu streams with state AMPDU_STREAM_NEW in sta removeYogesh Ashok Powar2013-01-091-1/+24
* | mwl8k: Disable tx_wait completionNishant Sarmukadam2013-01-091-0/+1
* | mwl8k: bump firmware API to 3Yogesh Ashok Powar2013-01-071-1/+1