aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linville/wireless-next into for-davemJohn 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/linville/wireless-next into for-davemJohn 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
2014-03-14mwifiex: code rearrangement for better readabilityAmitkumar Karwar2-29/+29
2014-03-14mwifiex: use VHT MCS mask in set bitrate mask handlerAmitkumar Karwar1-2/+10
2014-03-14mwifiex: add VHT MCS rate configuration supportAmitkumar Karwar4-1/+25
2014-03-14mwifiex: extract firmware API version numberAmitkumar Karwar3-0/+4
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville30-360/+419
2014-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-8/+6
2014-03-06mwifiex: save and copy AP's VHT capability info correctlyAmitkumar Karwar2-6/+5
2014-03-06mwifiex: copy AP's HT capability info correctlyAmitkumar Karwar1-2/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-29/+20
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-29/+20
2014-03-03net: Replace min macro with min_tSilvan Jegen1-2/+2
2014-03-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-8/+0
2014-02-28mwifiex: update MCS information as per antenna settingsAmitkumar Karwar5-3/+45
2014-02-28mwifiex: replace num_cmd_timeout with is_cmd_timedoutAmitkumar Karwar7-12/+12
2014-02-28mwifiex: get rid of extra num_cmd_timeout variableAmitkumar Karwar3-4/+2
2014-02-28mwifiex: block further commands after timeoutAmitkumar Karwar1-0/+5
2014-02-28mwifiex: stop AP at shutdown timeAmitkumar Karwar5-19/+19
2014-02-28mwifiex: skipping pending commands after unloadAmitkumar Karwar1-1/+3
2014-02-28mwifiex: abort scan while cancelling pending commandAmitkumar Karwar1-7/+31
2014-02-28mwifiex: change transmit buffer size for 8897Amitkumar Karwar6-1/+15
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao18-298/+255
2014-02-28mwifiex: Track BA sequence number resetPaul Stewart3-7/+24
2014-02-28mwifiex: do not advertise usb autosuspend supportBing Zhao1-8/+0
2014-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-21/+20
2014-02-24mwifiex: enable obss scan offload feature flagAmitkumar Karwar1-1/+2
2014-02-24mwifiex: remove redundant del_timerAvinash Patil1-1/+0
2014-02-24mwifiex: use del_timer_sync instead of del_timerAvinash Patil4-4/+4
2014-02-24mwifiex: memory corruption in mwifiex_tdls_add_vht_capab()Dan Carpenter1-1/+1
2014-02-24mwifiex: rename usb driver name registerring to usb coreBing Zhao1-3/+1
2014-02-20mwifiex: fix cmd and Tx data timeout issue for PCIe cardsAmitkumar Karwar1-17/+11
2014-02-20mwifiex: add NULL check for PCIe Rx skbAmitkumar Karwar1-0/+6
2014-02-20mwifiex: clean pcie ring only when device is presentAvinash Patil1-1/+2