aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-13mwifiex: claim sdio bus while downloading the firmwareAniket Nagarnaik1-0/+4
2015-08-13mwifiex: fix unable to connect hidden SSID AP on DFS channelchunfan chen4-12/+136
2015-08-13mwifiex: add firmware dump support for SD8997Zhaoyang Liu2-10/+148
2015-08-13mwifiex: add support for 8997 chipsetZhaoyang Liu7-9/+147
2015-08-13mwifiex: usb: return an error if kmalloc failsDan Carpenter1-1/+3
2015-08-10mwifiex: correct TDLS link delete failure message priorityAmitkumar Karwar1-1/+1
2015-08-06mwifiex: add missing skb_push() in mwifiex_check_uap_capabiltiesAmitkumar Karwar1-0/+2
2015-08-06mwifiex: corrections in PCIe event skb handlingAmitkumar Karwar1-0/+2
2015-08-06mwifiex: fix system crash observed during initialisationZhaoyang Liu1-1/+3
2015-08-06mwifiex: fix command timeout for PCIe chipsetsZhaoyang Liu2-5/+4
2015-08-06mwifiex: using right aid value for tdls action frameXinming Hu1-1/+1
2015-08-06mwifiex: simplify mwifiex_complete_cmdAndreas Fenkart3-11/+6
2015-08-06mwifiex: remove CMD_F_CANCELED flagAndreas Fenkart2-14/+10
2015-08-06mwifiex: remove redundant reset of cmd_wait_q statusAndreas Fenkart1-1/+0
2015-08-06mwifiex: remove explicit mwifiex_complete_cmd callsAndreas Fenkart1-8/+2
2015-08-06mwifiex: sdio: reset adapter using mmc_hw_resetAndreas Fenkart2-15/+39
2015-07-21mwifiex: correct p2p and station interface countersAniket Nagarnaik1-1/+3
2015-07-21mwifiex: use maximum ssid length as 0xfe for p2pAniket Nagarnaik1-0/+4
2015-07-21mwifiex: add bss mode TLV to extended scan commandAniket Nagarnaik2-0/+16
2015-07-21mwifiex: fix for p2p broken linkAniket Nagarnaik3-4/+29
2015-07-21mwifiex: usb: Fix double add error when submitting rx urbReyad Attiyat1-2/+4
2015-07-21mwifiex: fix leak of gen_ie storage on exit from mwifiex_del_mgmt_iesJohn Linville1-0/+1
2015-07-21mwifiex: do not short circuit exit from mwifiex_set_mgmt_iesJohn Linville1-0/+2
2015-07-21mwifiex: avoid freeing improper pointer in mwifiex_set_wowlan_mef_entryJohn Linville1-2/+6
2015-07-21mwifiex: handle multichannel eventAvinash Patil4-0/+46
2015-07-21mwifiex: separate interface combination for multichannel and DFSAvinash Patil1-3/+22
2015-07-21mwifiex: advertise multichannel support to cfg80211Avinash Patil3-5/+23
2015-07-21mwifiex: support to set multichannel policy to FWAvinash Patil3-0/+40
2015-07-21mwifiex: extend tx_data pause to AP interface as wellAvinash Patil3-34/+93
2015-07-21mwifiex: enable traffic only when port is openAvinash Patil7-3/+16
2015-07-21mwifiex: support for bypass tx queueAvinash Patil6-2/+111
2015-07-21mwifiex: update domain_info upon band change in start_apAvinash Patil3-2/+9
2015-07-21mwifiex: add cfg80211 tdls channel switch handlerXinming Hu1-0/+72
2015-07-21mwifiex: enhance tdls link setup conditionXinming Hu4-7/+25
2015-07-21mwifiex: enable tdls channel switch ext_capXinming Hu1-0/+6
2015-07-21mwifiex: add tdls config commandXinming Hu5-0/+166
2015-07-21mwifiex: process tdls channel switch eventXinming Hu4-1/+117
2015-07-21mwifiex: add tdls channel switch statusXinming Hu4-2/+77
2015-07-21mwifiex: do not increase tx_pkts_queued if receive address tx pausedXinming Hu1-1/+4
2015-07-21mwifiex: block data traffic to tx paused receive addressXinming Hu1-1/+2
2015-07-21mwifiex: add tx data pause supportAvinash Patil5-0/+118
2015-06-16mwifiex: add missing break statement in switch caseAmitkumar Karwar1-0/+1
2015-06-15mwifiex: handle BT coex event to adjust Rx BA window sizeChunfan Chen7-2/+277
2015-06-08mwifiex: update current config_band info in start_apAvinash Patil1-0/+2
2015-06-08mwifiex: change debug dump issue since skb maybe nullZhaoyang Liu1-1/+2
2015-06-08mwifiex: do not decrease tx_pending for AMSDU packet once moreXinming Hu1-4/+4
2015-06-08mwifiex: using right tid for addressing ra_listXinming Hu2-4/+12
2015-06-08mwifiex: update AP WMM settings from BSS_START eventAvinash Patil1-0/+63
2015-06-08mwifiex: advertise PS ON by default support to cfg80211Avinash Patil1-1/+2
2015-06-08mwifiex: drop block-ack action framesAvinash Patil1-14/+29