summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville1-2/+2
2011-05-26mwifiex: correct event header lengthYogesh Ashok Powar1-2/+2
2011-05-25Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John 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-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John 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-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David 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
2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar19-1434/+502
2011-04-13mwifiex: use common keyinfo bitmap for different key typesYogesh Ashok Powar4-42/+18
2011-04-13mwifiex: fix cmd_skb headroom decreasing issueBing Zhao1-0/+2
2011-04-07mwifiex: remove redundant encryption_mode mappingYogesh Ashok Powar6-83/+19
2011-04-07mwifiex: return success in set_default_key for WPA/WPA2Amitkumar Karwar1-0/+4
2011-04-05mwifiex: remove unused macros in decl.h and main.hBing Zhao2-31/+0
2011-04-05mwifiex: remove struct mwifiex_802_11_fixed_iesBing Zhao2-22/+8
2011-04-05mwifiex: cleanup power save related struct and macrosMarc Yang4-66/+37
2011-04-05mwifiex: remove unused macros in fw.hMarc Yang1-42/+0
2011-04-05mwifiex: remove unused radio_on variable and macrosMarc Yang5-9/+0
2011-04-05mwifiex: remove MWIFIEX_AUTH_MODE_ macrosMarc Yang4-11/+6
2011-04-05mwifiex: remove MWIFIEX_BSS_MODE_ macrosBing Zhao12-165/+74
2011-04-05mwifiex: use IEEE80211_HT_CAP_ macros for 11n cap_infoMarc Yang7-129/+63
2011-04-05mwifiex: remove macro SHORT_SLOT_TIME_DISABLEDBing Zhao2-6/+3
2011-04-05mwifiex: remove unnecessary _set_auth functionsMarc Yang5-77/+19
2011-04-05mwifiex: remove helper functions for displaying 11n capabilitiesYogesh Ashok Powar4-116/+0
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao35-0/+25462