summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2013-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-20/+33
2013-03-27mwifiex: use fw_status register to wake up PCIe cardAvinash Patil1-13/+24
2013-03-27mwifiex: avoid waking up device in awake stateAvinash Patil1-3/+4
2013-03-27mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil1-1/+2
2013-03-26mwifiex: add support to configure VHT for AP modeYogesh Ashok Powar9-0/+129
2013-03-25mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil1-0/+1
2013-03-19mwifiex: cleanup VHT capYogesh Ashok Powar2-85/+1
2013-03-18mwifiex: cancel cmd timer and free curr_cmd in shutdown processBing Zhao1-0/+8
2013-03-18mwifiex: skip pending commands after function shutdownBing Zhao1-3/+14
2013-03-18mwifiex: fix race when queuing commandsAmitkumar Karwar4-17/+10
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-5/+4
2013-03-09mwifiex: fix potential null dereference 'mef_entry'Bing Zhao1-1/+4
2013-03-09mwifiex: Trigger a card reset on reaching tx_timeout thresholdAshok Nagarajan3-3/+19
2013-03-09mwifiex: fix potential out-of-boundary access to ibss rate tableBing Zhao1-4/+3
2013-03-07mwifiex: add WOWLAN supportAmitkumar Karwar6-0/+292
2013-03-07mwifiex: add "ethtool wol" command supportAmitkumar Karwar5-0/+78
2013-03-07mwifiex: shorten the host sleep configuration macro namesAmitkumar Karwar5-14/+14
2013-03-07mwifiex: modify skb->truesize for PCIE RxAvinash Patil1-2/+3
2013-03-07mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao1-2/+2
2013-03-07mwifiex: fix [-Wunused-function] warnings on pcie suspend/resumeBing Zhao1-0/+2
2013-03-07mwifiex: remove static forward declarations in pcie.cBing Zhao1-76/+74
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-02-27mwifiex: correct sleep delay counterAvinash Patil1-1/+1
2013-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-28/+2
2013-02-22mwifiex: fix system freeze while reloading driverAvinash Patil1-10/+1
2013-02-22mwifiex: don't drop carrier flag over suspendDaniel Drake2-18/+1
2013-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds32-670/+2088
2013-02-20Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+4
2013-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville17-56/+836
2013-02-19mwifiex: add 802.11AC supportYogesh Ashok Powar16-42/+830
2013-02-19mwifiex: coding style cleanup in bss parameter updateYogesh Ashok Powar1-10/+5
2013-02-19mwifiex: fix empty TX ring check for PCIe8897 while unloading driverAvinash Patil1-4/+1
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-314/+689
2013-02-14mwifiex: device specific sleep cookie handling for PCIeAvinash Patil2-8/+25
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+5
2013-02-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-10/+5
2013-02-12mwifiex: add PCIe8897 supportAvinash Patil3-70/+275
2013-02-12mwifiex: define generic data type for PCIe ring buffersAvinash Patil2-26/+35
2013-02-12mwifiex: separate ring initialization and ring creation routinesAvinash Patil1-133/+194
2013-02-12mwifiex: store card specific data in PCI device table entryAvinash Patil2-118/+206
2013-02-11cfg80211: move TSF into IEsJohannes Berg1-1/+1
2013-02-11cfg80211: remove scan ies NULL checkJohannes Berg1-5/+0
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg3-4/+4
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-65/+15
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches9-64/+22
2013-02-01mwifiex: remove max_tx_buf_sizeBing Zhao7-10/+3
2013-02-01mwifiex: do not reconfigure tx buffer size in firmware while associatingBing Zhao3-43/+0
2013-01-31mwifiex: avoid out of bounds access in mwifiex_get_common_rates.Cyril Roelandt1-2/+2
2013-01-31mwifiex: do not overwrite error code from lower layer driverBing Zhao2-8/+6