aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21mwifiex: disable auto deep sleep before unloading the driverAmitkumar Karwar4-0/+19
2011-07-21mwifiex: check SDIO multi-port aggregation buffer room correctlyAmitkumar Karwar1-1/+1
2011-07-21mwifiex: put multicast/broadcast packets to the same RAAmitkumar Karwar1-0/+2
2011-07-20wireless: mwifiex: print hw address via %pMAndy Shevchenko1-25/+8
2011-07-13mwifiex: add cfg80211 handler for set_bitrate_maskYogesh Ashok Powar1-0/+54
2011-07-11mwifiex: 11n specific configuration for transmitAmitkumar Karwar2-1/+20
2011-07-08mwifiex: 4-byte alignment in mwifiex_process_sta_txpd()Yogesh Ashok Powar2-5/+12
2011-07-08mwifiex: fix minor issue in debugfs command 'info'Amitkumar Karwar1-1/+1
2011-07-08mwifiex: fix regression in WEP security modeAmitkumar Karwar1-1/+1
2011-07-06mwifiex: modify SDIO aggregation Tx/Rx buffer sizeAmitkumar Karwar1-2/+2
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+2
2011-06-27mwifiex: restore handling of NULL parametersDan Carpenter2-13/+18
2011-06-22mwifiex: remove casts of void pointersAmitkumar Karwar13-177/+129
2011-06-15mwifiex: Fixing NULL pointer dereferenceYogesh Ashok Powar1-0/+2
2011-06-10mwifiex: get rid of global adapter pointerAmitkumar Karwar3-42/+56
2011-06-07mwifiex: disable transmission buffer aggregation for AMSDU packetsYogesh Ashok Powar1-5/+13
2011-06-07mwifiex: adding check for enough space before paddingYogesh Ashok Powar1-8/+14
2011-06-07mwifiex: Remove redundant skb_queue_empty checksYogesh Ashok Powar1-10/+5
2011-06-07mwifiex: remove list traversal in mwifiex_num_pkts_in_txqYogesh Ashok Powar3-25/+11
2011-06-01mwifiex: remove support for old chipsets W0/W1Amitkumar Karwar4-32/+7
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+2
2011-05-26mwifiex: correct event header lengthYogesh Ashok Powar1-2/+2
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville4-16/+60
2011-05-19mwifiex: adjust high/low water marks for tx_pending queueMarc Yang2-2/+5
2011-05-19mwifiex: CPU mips optimization with NO_PKT_PRIO_TIDMarc Yang2-0/+7
2011-05-19mwifiex: check mwifiex_wmm_lists_empty() before dequeueMarc Yang1-1/+1
2011-05-19mwifiex: reduce CPU usage by tracking highest_queued_prioMarc Yang2-3/+28
2011-05-19mwifiex: reduce CPU usage by tracking tx_pkts_queuedMarc Yang3-10/+19
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville22-492/+232
2011-05-16mwifiex: use ieee80211_amsdu_to_8023s routineYogesh Ashok Powar2-127/+20
2011-05-12mwifiex: remove mwifiex_recv_complete functionAmitkumar Karwar3-32/+3
2011-05-11mwifiex: cleanup ioctl.hBing Zhao3-102/+4
2011-05-11mwifiex: remove redundant local structuresAmitkumar Karwar1-19/+9
2011-05-10mwifiex: remove unnecessary struct mwifiex_opt_sleep_confirm_bufferAmitkumar Karwar3-28/+20
2011-05-10mwifiex: fix null derefs, mem leaks and triviaChristoph Fritz8-17/+23
2011-05-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller6-112/+91
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar19-165/+148
2011-05-05mwifiex: fix simultaneous assoc and scan issueAmitkumar Karwar2-6/+9
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-4/+0
2011-05-02mwifiex: fix missing tsf_val TLVBing Zhao2-2/+7
2011-04-29mwifiex: fix copy-n-paste 'thinko' for tsf_valJohn W. Linville1-3/+0
2011-04-28mwifiex: fix bug in mwifiex_save_curr_bcn()Amitkumar Karwar1-16/+12
2011-04-28mwifiex: HT capability information handlingAmitkumar Karwar4-86/+64
2011-04-28mwifiex: check firmware capabilities while initialising 5GHz band parametersAmitkumar Karwar1-8/+11
2011-04-19mwifiex: optimize driver initialization codeAmitkumar Karwar3-64/+33
2011-04-19mwifiex: remove some macro definitionsAmitkumar Karwar5-7/+4
2011-04-19mwifiex: remove redundant local variables and commentsYogesh Ashok Powar13-277/+105
2011-04-14mwifiex: rename function mwifiex_is_ba_stream_availBing Zhao2-3/+4
2011-04-14mwifiex: remove unused function parametersAmitkumar Karwar14-136/+80
2011-04-14mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar10-44/+1