summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-102-3/+11
|\
| * mwifiex: complete last internal scanBing Zhao2013-04-031-2/+9
| * mwifiex: limit channel number not to overflow memoryStone Piao2013-04-011-1/+2
* | mwifiex: hold proper locks when accessing ra_list / bss_prio listsAndreas Fenkart2013-04-081-26/+29
* | mwifiex: fix infinite loop by removing NO_PKT_PRIO_TIDAndreas Fenkart2013-04-082-8/+6
* | mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tblAndreas Fenkart2013-04-083-9/+5
* | mwifiex: correct wrong list in list_empty checkAndreas Fenkart2013-04-081-2/+1
* | mwifiex: fix negative cmd_pending countBing Zhao2013-04-086-16/+29
* | mwifiex: use separate AMPDU tx/rx window sizes in 11ac networksAvinash Patil2013-04-015-0/+55
* | mwifiex: change default tx/rx win_size for BA setupAvinash Patil2013-04-014-6/+29
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-296-20/+33
|\ \ | |/
| * mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil2013-03-251-0/+1
| * mwifiex: cancel cmd timer and free curr_cmd in shutdown processBing Zhao2013-03-181-0/+8
| * mwifiex: skip pending commands after function shutdownBing Zhao2013-03-181-3/+14
| * mwifiex: fix race when queuing commandsAmitkumar Karwar2013-03-184-17/+10
* | mwifiex: use fw_status register to wake up PCIe cardAvinash Patil2013-03-271-13/+24
* | mwifiex: avoid waking up device in awake stateAvinash Patil2013-03-271-3/+4
* | mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil2013-03-271-1/+2
* | mwifiex: add support to configure VHT for AP modeYogesh Ashok Powar2013-03-259-0/+129
* | mwifiex: cleanup VHT capYogesh Ashok Powar2013-03-182-85/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-182-5/+4
|\ \ | |/
| * mwifiex: fix potential out-of-boundary access to ibss rate tableBing Zhao2013-03-081-4/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-011-1/+1
| |\
| | * mwifiex: correct sleep delay counterAvinash Patil2013-02-271-1/+1
* | | mwifiex: fix potential null dereference 'mef_entry'Bing Zhao2013-03-081-1/+4
* | | mwifiex: Trigger a card reset on reaching tx_timeout thresholdAshok Nagarajan2013-03-083-3/+19
* | | mwifiex: add WOWLAN supportAmitkumar Karwar2013-03-066-0/+292
* | | mwifiex: add "ethtool wol" command supportAmitkumar Karwar2013-03-065-0/+78
* | | mwifiex: shorten the host sleep configuration macro namesAmitkumar Karwar2013-03-065-14/+14
* | | mwifiex: modify skb->truesize for PCIE RxAvinash Patil2013-03-061-2/+3
* | | mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao2013-03-061-2/+2
* | | mwifiex: fix [-Wunused-function] warnings on pcie suspend/resumeBing Zhao2013-03-061-0/+2
* | | mwifiex: remove static forward declarations in pcie.cBing Zhao2013-03-061-76/+74
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-252-28/+2
|\ \ | |/
| * mwifiex: fix system freeze while reloading driverAvinash Patil2013-02-221-10/+1
| * mwifiex: don't drop carrier flag over suspendDaniel Drake2013-02-222-18/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-2032-670/+2088
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-1917-56/+836
| |\ \ | | |/
| | * mwifiex: add 802.11AC supportYogesh Ashok Powar2013-02-1816-42/+830
| | * mwifiex: coding style cleanup in bss parameter updateYogesh Ashok Powar2013-02-181-10/+5
| | * mwifiex: fix empty TX ring check for PCIe8897 while unloading driverAvinash Patil2013-02-181-4/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-186-314/+689
| |\ \ | | |/
| | * mwifiex: device specific sleep cookie handling for PCIeAvinash Patil2013-02-142-8/+25
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-141-4/+5
| | |\
| | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-123-10/+5
| | |\ \
| | | * | cfg80211: move TSF into IEsJohannes Berg2013-02-111-1/+1
| | | * | cfg80211: remove scan ies NULL checkJohannes Berg2013-02-111-5/+0
| | | * | cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-113-4/+4
| | * | | mwifiex: add PCIe8897 supportAvinash Patil2013-02-113-70/+275
| | * | | mwifiex: define generic data type for PCIe ring buffersAvinash Patil2013-02-112-26/+35
OpenPOWER on IntegriCloud