aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwl8k.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-18/+18
2013-02-11mwl8k: fix band for supported channelsJonas Gorski1-18/+18
2013-02-08mwl8k: Remove unnecessary alloc/OOM messagesJoe Perches1-2/+0
2013-02-08mwl8k: add single band 88W8366 PCI device IDsJonas Gorski1-0/+2
2013-01-30mwl8k: Do not call STA specific cmds not supported by the AP fwYogesh Ashok Powar1-3/+23
2013-01-30mwl8k: Choose interface specific calls on vif typeYogesh Ashok Powar1-4/+2
2013-01-30mwl8k: Add/Del self entry for AP interface onlyYogesh Ashok Powar1-2/+2
2013-01-30mwl8k: Enable hw encryption for STA mode on AP fwYogesh Ashok Powar1-1/+2
2013-01-30mwl8k: set mac type to MWL8K_MAC_TYPE_SECONDARY_CLIENTYogesh Ashok Powar1-1/+4
2013-01-30mwl8k: Allow adding station interface on AP firmwareYogesh Ashok Powar1-7/+13
2013-01-30mwl8k: Announce simultaneous AP-STA support on AP fwYogesh Ashok Powar1-0/+2
2013-01-30mwl8k: Move tx/rx antenna configuration to mwl8k_probe_hwYogesh Ashok Powar1-6/+9
2013-01-30mwl8k: Do not call mwl8k_cmd_set_rf_channel unconditionallyYogesh Ashok Powar1-3/+5
2013-01-30mwl8k: Stop bsses before hw specific commandsYogesh Ashok Powar1-8/+70
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+3
2013-01-22mwl8k: don't return zero on failure paths in mwl8k_probe[_hw]()Alexey Khoroshilov1-0/+3
2013-01-09mwl8k: Wake up queues in mwl8k_startNishant Sarmukadam1-0/+2
2013-01-09mwl8k: Delete ampdu streams with state AMPDU_STREAM_NEW in sta removeYogesh Ashok Powar1-1/+24
2013-01-09mwl8k: Disable tx_wait completionNishant Sarmukadam1-0/+1
2013-01-07mwl8k: bump firmware API to 3Yogesh Ashok Powar1-1/+1
2013-01-07mwl8k: Handle watchdog event with highest prioriryYogesh Ashok Powar1-0/+19
2013-01-07mwl8k: Handle Watchdog events for the new ampdu streamsYogesh Ashok Powar1-12/+32
2013-01-07mwl8k: changing mwl8k_destroy_ba prototypeYogesh Ashok Powar1-6/+8
2013-01-07mwl8k: Enable support to support additional ampdu streamsYogesh Ashok Powar1-4/+27
2013-01-07mwl8k: set ack policy to normalYogesh Ashok Powar1-0/+4
2013-01-07mwl8k: Remove redundant txq_idxYogesh Ashok Powar1-4/+2
2013-01-07drivers/net/wireless/mwl8k.c: avoid use-after-freeNickolai Zeldovich1-1/+3
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-1/+3
2012-12-06mwl8k: remove __dev* attributesBill Pemberton1-4/+4
2012-12-03mwl8k: remove useless pci shutdown callback and stray debuggingFlorian Fainelli1-6/+0
2012-11-16mwl8k: Send BASTREAM firmware commands per vifYogesh Ashok Powar1-6/+7
2012-11-14mwl8k: Set packet timestamp to 0 when life time expiry is not usedNishant Sarmukadam1-0/+2
2012-11-14mwl8k: Do not expire eapol framesNishant Sarmukadam1-4/+7
2012-11-14mwl8k: Unmap the pci DMA address in xmit error pathNishant Sarmukadam1-0/+2
2012-11-14mwl8k: recheck if station still has valid ratesYogesh Ashok Powar1-0/+10
2012-11-14mwl8k: defining interface combinationsYogesh Ashok Powar1-1/+18
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-7/+10
2012-07-11mwl8k: fix possible race condition in info->control.sta useThomas Huehn1-1/+4
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-04-16net/wireless: use module_pci_driverAxel Lin1-12/+1
2012-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-9/+29
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-3/+2
2012-02-06mwl8k: Remove BSSID from the firmware when the BSS is stoppedYogesh Ashok Powar1-9/+29
2012-01-27mwl8k: Configuring correct MAC address in broadcast keyYogesh Ashok Powar1-1/+1
2012-01-17mwl8k: Fixing Sparse ENDIAN CHECK warningYogesh Ashok Powar1-1/+1
2012-01-17mwl8k: fix condition in mwl8k_cmd_encryption_remove_key()Dan Carpenter1-1/+1
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-8/+130
2012-01-04mwl8k: Changing the driver version to 0.13Yogesh Ashok Powar1-1/+1
2012-01-04mwl8k: Recover from firmware crashYogesh Ashok Powar1-7/+129
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-7/+7