summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller9-79/+161
2014-10-02mwifiex: add support for SD8887 chipsetAvinash Patil3-2/+62
2014-10-02mwifiex: few more register offset entries for sdio card structureAvinash Patil2-39/+59
2014-09-30mwifiex: add client mac address while configuring keys on GO.Maithili Hinge1-1/+1
2014-09-30mwifiex: remove unnecessary rx_q lockAvinash Patil4-10/+0
2014-09-30mwifiex: do not decrement rx_pending count twiceAvinash Patil1-6/+2
2014-09-30mwifiex: fix soft lockup during iperf UDP RXAvinash Patil1-1/+2
2014-09-30mwifiex: add more dump information for PCIe interfaceAmitkumar Karwar2-0/+11
2014-09-30mwifiex: error path handling in pcie firmware dumpAmitkumar Karwar1-4/+7
2014-09-27mwifiex: ensure user_scan_in not NULL while setting scan channel gapAvinash Patil1-16/+17
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller15-188/+316
2014-09-15mwifiex: modify TX/RX window sizes for AP interfaceAvinash Patil1-2/+2
2014-09-15mwifiex: add rx workqueue supportAvinash Patil6-2/+159
2014-09-15mwifiex: remove low priority scan handlingAmitkumar Karwar5-144/+30
2014-09-15mwifiex: remove redundant variable report_scan_resultAmitkumar Karwar3-6/+0
2014-09-15mwifiex: process TX even when scan is ongoingAvinash Patil1-3/+5
2014-09-15mwifiex: remove restriction of single channel scan when connectedAvinash Patil1-6/+0
2014-09-15mwifiex: bring in scan channel gap featureAvinash Patil6-1/+58
2014-09-15mwifiex: set passive scan type for scan requests with no ssidAvinash Patil1-1/+1
2014-09-15mwifiex: minor cleanup in multiport aggregationAmitkumar Karwar1-9/+2
2014-09-15mwifiex: fix a bug in Tx multiport aggregationAmitkumar Karwar1-4/+2
2014-09-15mwifiex: fix 5G association failure after leaving 2.4G IBSSXinming Hu1-3/+6
2014-09-15mwifiex: support for event done interruptAvinash Patil2-2/+10
2014-09-15mwifiex: rework internal scan for associationAvinash Patil1-1/+26
2014-09-15mwifiex: avoid processing RX packets with invalid lengthAvinash Patil1-6/+14
2014-09-15mwifiex: fix probable memory corruption while processing TDLS frameAvinash Patil1-1/+3
2014-09-15mwifiex: set fw api info for backword compatibilityAvinash Patil1-0/+1
2014-09-10drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+1
2014-09-04Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville3-2/+4
2014-08-28mwifiex: use firmware API revision from GET_HW_SPEC responseAmitkumar Karwar2-1/+8
2014-08-28mwifiex: rename macro and variables related to API revisionAmitkumar Karwar7-20/+20
2014-08-28mwifiex: fix left_len calculation issueAmitkumar Karwar1-1/+2
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2-1/+3
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev1-1/+1
2014-08-26mwifiex: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-29Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller13-96/+73
2014-07-22mwifiex: card reset: enable rescan of non-removable cardAndreas Fenkart1-0/+1
2014-07-18mwifiex: remove redundant timestamps in debug printsBing Zhao3-48/+20
2014-07-18mwifiex: do not re-associate when already connectedUjjal Roy2-13/+5
2014-07-18mwifiex: remove needless current_bssid variableAvinash Patil1-6/+0
2014-07-16mwifiex: remove redundant TDLS setup action frame check and avoid leaksBing Zhao1-12/+10
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-16mwifiex: correct a typo in mwifiex_ret_tdls_operBing Zhao1-1/+1
2014-07-16mwifiex: declare sta_ptr in smaller scopeBing Zhao1-1/+2
2014-07-16mwifiex: define TDLS idle timeout macro with unitsBing Zhao2-2/+2
2014-07-16mwifiex: fix a cut-n-paste error in adhoc-startBing Zhao1-1/+1
2014-07-16mwifiex: fix corner case system hang issueAmitkumar Karwar1-5/+11
2014-07-16mwifiex: access rx_reorder_tbl_ptr only while holding lockAmitkumar Karwar1-7/+20
2014-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-12/+44