aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: Fixing NULL pointer dereferenceYogesh Ashok Powar2011-06-151-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville2011-05-271-2/+2
|\
| * mwifiex: correct event header lengthYogesh Ashok Powar2011-05-261-2/+2
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-244-16/+60
|\ \ | |/
| * mwifiex: adjust high/low water marks for tx_pending queueMarc Yang2011-05-192-2/+5
| * mwifiex: CPU mips optimization with NO_PKT_PRIO_TIDMarc Yang2011-05-192-0/+7
| * mwifiex: check mwifiex_wmm_lists_empty() before dequeueMarc Yang2011-05-191-1/+1
| * mwifiex: reduce CPU usage by tracking highest_queued_prioMarc Yang2011-05-192-3/+28
| * mwifiex: reduce CPU usage by tracking tx_pkts_queuedMarc Yang2011-05-193-10/+19
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-1622-492/+232
|\ \ | |/
| * mwifiex: use ieee80211_amsdu_to_8023s routineYogesh Ashok Powar2011-05-162-127/+20
| * mwifiex: remove mwifiex_recv_complete functionAmitkumar Karwar2011-05-123-32/+3
| * mwifiex: cleanup ioctl.hBing Zhao2011-05-113-102/+4
| * mwifiex: remove redundant local structuresAmitkumar Karwar2011-05-111-19/+9
| * mwifiex: remove unnecessary struct mwifiex_opt_sleep_confirm_bufferAmitkumar Karwar2011-05-103-28/+20
| * mwifiex: fix null derefs, mem leaks and triviaChristoph Fritz2011-05-108-17/+23
| * mwifiex: remove unnecessary variable initializationYogesh Ashok Powar2011-05-0519-165/+148
| * mwifiex: fix simultaneous assoc and scan issueAmitkumar Karwar2011-05-052-6/+9
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-05-056-112/+91
|\ \ | |/
| * mwifiex: fix missing tsf_val TLVBing Zhao2011-05-022-2/+7
| * mwifiex: fix copy-n-paste 'thinko' for tsf_valJohn W. Linville2011-04-291-3/+0
| * mwifiex: fix bug in mwifiex_save_curr_bcn()Amitkumar Karwar2011-04-281-16/+12
| * mwifiex: HT capability information handlingAmitkumar Karwar2011-04-284-86/+64
| * mwifiex: check firmware capabilities while initialising 5GHz band parametersAmitkumar Karwar2011-04-281-8/+11
* | net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-4/+0
|/
* mwifiex: optimize driver initialization codeAmitkumar Karwar2011-04-193-64/+33
* mwifiex: remove some macro definitionsAmitkumar Karwar2011-04-195-7/+4
* mwifiex: remove redundant local variables and commentsYogesh Ashok Powar2011-04-1913-277/+105
* mwifiex: rename function mwifiex_is_ba_stream_availBing Zhao2011-04-142-3/+4
* mwifiex: remove unused function parametersAmitkumar Karwar2011-04-1414-136/+80
* mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar2011-04-1410-44/+1
* mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar2011-04-1419-1434/+502
* mwifiex: use common keyinfo bitmap for different key typesYogesh Ashok Powar2011-04-124-42/+18
* mwifiex: fix cmd_skb headroom decreasing issueBing Zhao2011-04-121-0/+2
* mwifiex: remove redundant encryption_mode mappingYogesh Ashok Powar2011-04-076-83/+19
* mwifiex: return success in set_default_key for WPA/WPA2Amitkumar Karwar2011-04-071-0/+4
* mwifiex: remove unused macros in decl.h and main.hBing Zhao2011-04-042-31/+0
* mwifiex: remove struct mwifiex_802_11_fixed_iesBing Zhao2011-04-042-22/+8
* mwifiex: cleanup power save related struct and macrosMarc Yang2011-04-044-66/+37
* mwifiex: remove unused macros in fw.hMarc Yang2011-04-041-42/+0
* mwifiex: remove unused radio_on variable and macrosMarc Yang2011-04-045-9/+0
* mwifiex: remove MWIFIEX_AUTH_MODE_ macrosMarc Yang2011-04-044-11/+6
* mwifiex: remove MWIFIEX_BSS_MODE_ macrosBing Zhao2011-04-0412-165/+74
* mwifiex: use IEEE80211_HT_CAP_ macros for 11n cap_infoMarc Yang2011-04-047-129/+63
* mwifiex: remove macro SHORT_SLOT_TIME_DISABLEDBing Zhao2011-04-042-6/+3
* mwifiex: remove unnecessary _set_auth functionsMarc Yang2011-04-045-77/+19
* mwifiex: remove helper functions for displaying 11n capabilitiesYogesh Ashok Powar2011-04-044-116/+0
* wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao2011-03-3035-0/+25462