summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-059-79/+161
|\
| * mwifiex: add support for SD8887 chipsetAvinash Patil2014-10-023-2/+62
| * mwifiex: few more register offset entries for sdio card structureAvinash Patil2014-10-022-39/+59
| * mwifiex: add client mac address while configuring keys on GO.Maithili Hinge2014-09-301-1/+1
| * mwifiex: remove unnecessary rx_q lockAvinash Patil2014-09-304-10/+0
| * mwifiex: do not decrement rx_pending count twiceAvinash Patil2014-09-301-6/+2
| * mwifiex: fix soft lockup during iperf UDP RXAvinash Patil2014-09-301-1/+2
| * mwifiex: add more dump information for PCIe interfaceAmitkumar Karwar2014-09-302-0/+11
| * mwifiex: error path handling in pcie firmware dumpAmitkumar Karwar2014-09-301-4/+7
| * mwifiex: ensure user_scan_in not NULL while setting scan channel gapAvinash Patil2014-09-261-16/+17
* | Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-2615-188/+316
|\|
| * mwifiex: modify TX/RX window sizes for AP interfaceAvinash Patil2014-09-151-2/+2
| * mwifiex: add rx workqueue supportAvinash Patil2014-09-156-2/+159
| * mwifiex: remove low priority scan handlingAmitkumar Karwar2014-09-155-144/+30
| * mwifiex: remove redundant variable report_scan_resultAmitkumar Karwar2014-09-153-6/+0
| * mwifiex: process TX even when scan is ongoingAvinash Patil2014-09-151-3/+5
| * mwifiex: remove restriction of single channel scan when connectedAvinash Patil2014-09-151-6/+0
| * mwifiex: bring in scan channel gap featureAvinash Patil2014-09-156-1/+58
| * mwifiex: set passive scan type for scan requests with no ssidAvinash Patil2014-09-151-1/+1
| * mwifiex: minor cleanup in multiport aggregationAmitkumar Karwar2014-09-151-9/+2
| * mwifiex: fix a bug in Tx multiport aggregationAmitkumar Karwar2014-09-151-4/+2
| * mwifiex: fix 5G association failure after leaving 2.4G IBSSXinming Hu2014-09-151-3/+6
| * mwifiex: support for event done interruptAvinash Patil2014-09-152-2/+10
| * mwifiex: rework internal scan for associationAvinash Patil2014-09-151-1/+26
| * mwifiex: avoid processing RX packets with invalid lengthAvinash Patil2014-09-151-6/+14
| * mwifiex: fix probable memory corruption while processing TDLS frameAvinash Patil2014-09-151-1/+3
| * mwifiex: set fw api info for backword compatibilityAvinash Patil2014-09-151-0/+1
* | drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-091-1/+1
|/
* Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville2014-09-043-2/+4
|\
| * cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-262-1/+3
| * cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-261-1/+1
* | mwifiex: use firmware API revision from GET_HW_SPEC responseAmitkumar Karwar2014-08-282-1/+8
* | mwifiex: rename macro and variables related to API revisionAmitkumar Karwar2014-08-287-20/+20
* | mwifiex: fix left_len calculation issueAmitkumar Karwar2014-08-281-1/+2
* | mwifiex: fix decimal printf format specifiers prefixed with 0xHans Wennborg2014-08-251-1/+1
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-2813-96/+73
|\
| * mwifiex: card reset: enable rescan of non-removable cardAndreas Fenkart2014-07-221-0/+1
| * mwifiex: remove redundant timestamps in debug printsBing Zhao2014-07-183-48/+20
| * mwifiex: do not re-associate when already connectedUjjal Roy2014-07-182-13/+5
| * mwifiex: remove needless current_bssid variableAvinash Patil2014-07-181-6/+0
| * mwifiex: remove redundant TDLS setup action frame check and avoid leaksBing Zhao2014-07-161-12/+10
| * mwifiex: correct a typo in mwifiex_ret_tdls_operBing Zhao2014-07-151-1/+1
| * mwifiex: declare sta_ptr in smaller scopeBing Zhao2014-07-151-1/+2
| * mwifiex: define TDLS idle timeout macro with unitsBing Zhao2014-07-152-2/+2
| * mwifiex: fix a cut-n-paste error in adhoc-startBing Zhao2014-07-151-1/+1
| * mwifiex: fix corner case system hang issueAmitkumar Karwar2014-07-151-5/+11
| * mwifiex: access rx_reorder_tbl_ptr only while holding lockAmitkumar Karwar2014-07-151-7/+20
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-07-1010-12/+44
|\