aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwl8k.c
AgeCommit message (Expand)Author
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach
2015-08-18mwl8k: refactor some conditionals for clarityJohn Linville
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches
2015-01-08cfg80211: remove "channel" from survey namesJohannes Berg
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-08mwl8k: use pci_zalloc_consistentJoe Perches
2014-07-20mwl8k: remove unnecessary break after returnFabian Frederick
2014-03-06mwl8k: mwl8k_update_survey can be staticYogesh Ashok Powar
2014-03-06mwl8k: le32_to_cpu cast to restrictedYogesh Ashok Powar
2014-02-28mwl8k: Adding support to gather survey per channelYogesh Ashok Powar
2014-02-28mwl8k: Implement sw_scan start/stop cbsYogesh Ashok Powar
2014-02-28mwl8k: Adding support to access BBP registersYogesh Ashok Powar
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2014-01-07mac80211: remove channel_change_timeJohannes Berg
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03mwl8k: use ether_addr_equal_64bitsJulia Lawall
2013-09-26wireless: mwl8k: remove unnecessary pci_set_drvdata()Jingoo Han
2013-05-24mwl8k: Fix the firmware hang issue for 8764Nishant Sarmukadam
2013-04-22mwl8k: remove nonstandard rate 72 MbpsJonas Gorski
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-03-27mwl8k: always apply configuration even when device is idleJonas Gorski
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan
2013-03-11mwl8k: don't overwrite regulatory settings on fw reloadJonas Gorski
2013-03-06mwl8k: Load 8764 firmware imageNishant Sarmukadam
2013-03-06mwl8k: Adding support for 8764 4x4 APNishant Sarmukadam
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-11mwl8k: fix band for supported channelsJonas Gorski
2013-02-08mwl8k: Remove unnecessary alloc/OOM messagesJoe Perches
2013-02-08mwl8k: add single band 88W8366 PCI device IDsJonas Gorski
2013-01-30mwl8k: Do not call STA specific cmds not supported by the AP fwYogesh Ashok Powar
2013-01-30mwl8k: Choose interface specific calls on vif typeYogesh Ashok Powar
2013-01-30mwl8k: Add/Del self entry for AP interface onlyYogesh Ashok Powar
2013-01-30mwl8k: Enable hw encryption for STA mode on AP fwYogesh Ashok Powar
2013-01-30mwl8k: set mac type to MWL8K_MAC_TYPE_SECONDARY_CLIENTYogesh Ashok Powar
2013-01-30mwl8k: Allow adding station interface on AP firmwareYogesh Ashok Powar
2013-01-30mwl8k: Announce simultaneous AP-STA support on AP fwYogesh Ashok Powar
2013-01-30mwl8k: Move tx/rx antenna configuration to mwl8k_probe_hwYogesh Ashok Powar
2013-01-30mwl8k: Do not call mwl8k_cmd_set_rf_channel unconditionallyYogesh Ashok Powar
2013-01-30mwl8k: Stop bsses before hw specific commandsYogesh Ashok Powar
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-22mwl8k: don't return zero on failure paths in mwl8k_probe[_hw]()Alexey Khoroshilov
2013-01-09mwl8k: Wake up queues in mwl8k_startNishant Sarmukadam
2013-01-09mwl8k: Delete ampdu streams with state AMPDU_STREAM_NEW in sta removeYogesh Ashok Powar
2013-01-09mwl8k: Disable tx_wait completionNishant Sarmukadam
2013-01-07mwl8k: bump firmware API to 3Yogesh Ashok Powar
2013-01-07mwl8k: Handle watchdog event with highest prioriryYogesh Ashok Powar
2013-01-07mwl8k: Handle Watchdog events for the new ampdu streamsYogesh Ashok Powar