aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller21-141/+504
2015-10-05mwifiex: avoid gettimeofday in ba_threshold settingArnd Bergmann1-11/+4
2015-10-05mwifiex: use ktime_get_real for timestampingArnd Bergmann1-3/+1
2015-09-29mwifiex: fix mwifiex_rdeeprom_read()Dan Carpenter1-7/+7
2015-09-29mwifiex: complete usb tx data with multi endpointsZhaoyang Liu8-16/+90
2015-09-29mwifiex: add usb multi endpoints resync supportZhaoyang Liu6-4/+127
2015-09-29mwifiex: add usb tx data multi endpoints supportZhaoyang Liu3-46/+97
2015-09-29mwifiex: add usb multi channel event process supportZhaoyang Liu5-10/+82
2015-09-29mwifiex: move usb specific data_sent update to usb.cZhaoyang Liu5-29/+6
2015-09-29mwifiex: fix tx data_sent issue for usb interfaceZhaoyang Liu4-9/+13
2015-09-29mwifiex: Suppress -ENOSR error for data traffic on USBAmitkumar Karwar1-1/+1
2015-09-29mwifiex: correct paused tx data packet counterZhaoyang Liu2-5/+14
2015-09-29mwifiex: avoid memsetting PCIe event bufferAmitkumar Karwar1-1/+0
2015-09-29mwifiex: fix NULL pointer dereference during hidden SSID scanAniket Nagarnaik1-1/+1
2015-09-29mwifiex: don't always include ht/vht info in tdls confirm frameAniket Nagarnaik1-0/+12
2015-09-29mwifiex: NULL check for cfg80211_inform_bss()Xinming Hu2-10/+16
2015-09-29mwifiex: fix driver init failure under memory pressureXinming Hu3-7/+20
2015-09-29mwifiex: minor corrections in multiport aggregation codeXinming Hu1-2/+5
2015-09-29mwifiex: update amsdu tx packet time stampZhaoyang Liu1-0/+1
2015-09-29mwifiex: fix typo in del_virtual_intf() functionXinming Hu1-3/+3
2015-09-29mwifiex: Make mwifiex_dbg a function, reduce object sizeJoe Perches2-9/+28
2015-09-22mwifiex: fix comparison expressionAndrzej Hajda1-2/+2
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