summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2014-05-29mwifiex: change hscfg gap parameter to avoid potential firmware deadlockBing Zhao1-1/+1
2014-05-29mwifiex: set TDLS link for newly created RA listAvinash Patil1-0/+1
2014-05-29mwifiex: fix a crash in extended scan event processingAvinash Patil1-10/+19
2014-05-29mwifiex: use time_after()Manuel Schölling1-1/+1
2014-05-22mwifiex: use 'const' qualifier for 2nd arg of mwifiex_tdls_add_ht_operJohn W. Linville1-1/+1
2014-05-22mwifiex: update seq number correctly for packets from TDLS peerAvinash Patil2-3/+16
2014-05-22mwifiex: set TDLS flags for AMSDU packetsAvinash Patil1-0/+7
2014-05-22mwifiex: delete TDLS link upon Teardown eventAvinash Patil1-1/+5
2014-05-22mwifiex: silence TDLS link delete failure for nonexistent linkAvinash Patil1-6/+12
2014-05-22mwifiex: avoid TDLS check for packets destined to APAvinash Patil1-1/+1
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville7-53/+55
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg7-53/+55
2014-05-16mwifiex: set valid tx_param during mwifiex_send_null_packetAvinash Patil2-1/+4
2014-05-16mwifiex: restore current SDIO write port in failure casesAvinash Patil1-1/+5
2014-05-07mwifiex: add HT operation IE in TDLS setup confirmAvinash Patil4-0/+97
2014-05-07mwifiex: disable TDLS link upon tear down eventAvinash Patil2-0/+51
2014-05-07mwifiex: configure inactivity timeout for TDLS linkAvinash Patil2-0/+15
2014-04-24Revert "mwifiex: add firmware dump feature for PCIe"John W. Linville5-261/+0
2014-04-22mwifiex: enable aggregation for TID 6 and 7 streamsAmitkumar Karwar1-9/+0
2014-04-22mwifiex: increase tx/rx AMPDU window sizes for STA 11ac modeAmitkumar Karwar1-2/+2
2014-04-22mwifiex: increase tx/rx AMPDU window sizes for STA 11n modeAmitkumar Karwar1-2/+2
2014-04-22mwifiex: add firmware dump feature for PCIeAmitkumar Karwar5-0/+261
2014-04-22mwifiex: add fw_dump debugfs fileAmitkumar Karwar3-0/+33
2014-04-22mwifiex: don't clear cmd_sent flag in timeout handlerAmitkumar Karwar1-2/+0
2014-04-22mwifiex: fix IE parsing issuesAmitkumar Karwar3-17/+9
2014-04-22mwifiex: remove redundant 'fw_load' completion structureAmitkumar Karwar5-14/+0
2014-04-22mwifiex: use USB core's soft_unbind optionAmitkumar Karwar1-31/+29
2014-04-22mwifiex: update timestamp information for aggregation packetsAvinash Patil1-0/+4
2014-04-22mwifiex: increase the number of nodes in command poolAmitkumar Karwar2-16/+3
2014-04-22mwifiex: improve AMSDU packet aggregation for PCIe and SDIOAmitkumar Karwar1-12/+5
2014-04-22mwifiex: increase SDIO multiport aggregation buffer sizesAmitkumar Karwar2-6/+18
2014-04-22mwifiex: change memset to simple assignment for ht_cap.mcs.rx_maskMaithili Hinge1-3/+5
2014-04-15mwifiex: fix hung task on command timeoutAmitkumar Karwar1-3/+4
2014-04-15mwifiex: process event before command responseAmitkumar Karwar1-6/+6
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-15/+44
2014-03-31mwifiex: fix spinlock bad magic bugAmitkumar Karwar1-2/+2
2014-03-31mwifiex: use timeout variant for wait_event_interruptibleAmitkumar Karwar1-2/+3
2014-03-31mwifiex: cancel pending commands for signalAmitkumar Karwar1-0/+1
2014-03-31mwifiex: scan command preparation failure handlingAmitkumar Karwar1-2/+15
2014-03-27mwifiex: cancel pending commands during host sleepAmitkumar Karwar6-0/+13
2014-03-27mwifiex: correction in sleep confirm command sequence numberAmitkumar Karwar1-1/+1
2014-03-27mwifiex: corner case NULL pointer dereference fixAmitkumar Karwar1-1/+2
2014-03-27mwifiex: Remove casts of pointer to same typeJoe Perches3-7/+7
2014-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville17-117/+284
2014-03-19mwifiex: update MCS set as per RX-STBC bit from hostapdMaithili Hinge3-3/+28
2014-03-19mwifiex: add support for sleep cookie in PCIeAvinash Patil2-0/+28
2014-03-19mwifiex: handle extended scan event for AP interfaceAvinash Patil1-0/+6
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+6
2014-03-14mwifiex: add AMSDU inside AMPDU supportAmitkumar Karwar8-61/+132
2014-03-14mwifiex: create separate function mwifiex_11n_dispatch_pkt()Amitkumar Karwar1-23/+24