summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar18-37/+2284
2011-10-12mwifiex: fix smatch errorsYogesh Ashok Powar3-2/+7
2011-10-03mwifiex: handle an error path correctlyAmitkumar Karwar1-4/+1
2011-10-03mwifiex: correct AMSDU aggregation checkAmitkumar Karwar4-11/+25
2011-09-30mwifiex: add cfg80211 handlers add/del_virtual_intfYogesh Ashok Powar6-243/+207
2011-09-30mwifiex: fix Tx data rate display issueAmitkumar Karwar1-1/+17
2011-09-30mwifiex: remove unreachable codeAmitkumar Karwar1-44/+2
2011-09-30mwifiex: remove unnecessary mwifiex_dump_station_info() callAmitkumar Karwar1-2/+0
2011-09-27mwifiex: reset skb length before inserting to free queueAmitkumar Karwar1-0/+3
2011-09-27mwifiex: pass correct band parameter to ieee80211_channel_to_frequency()Amitkumar Karwar2-3/+6
2011-09-27mwifiex: update bss band informationAmitkumar Karwar4-12/+25
2011-09-27mwifiex: fix 5GHz association issueAmitkumar Karwar1-1/+2
2011-09-22mwifiex: remove unneeded NULL checkDan Carpenter1-2/+2
2011-09-22mwifiex: add a kfree() to an error pathDan Carpenter1-0/+1
2011-09-13mwifiex: replace kmalloc & memcpy sequence with kmemdupYogesh Ashok Powar3-9/+9
2011-08-24drivers/net/wireless/mwifiex/scan.c: test the just-initialized valueJulia Lawall1-2/+2
2011-08-12mwifiex: use cfg80211 dynamic scan table and cfg80211_get_bss APIAmitkumar Karwar8-1634/+471
2011-08-09mwifiex: print driver version informationAmitkumar Karwar1-0/+4
2011-08-08mwifiex: remove redundant variable scan_table_idxBing Zhao2-13/+0
2011-08-08mwifiex: remove wireless.h inclusion and fix resulting bugsBing Zhao7-28/+19
2011-08-08mwifiex: add wext includeJohannes Berg1-0/+1
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/linvil...John W. Linville1-0/+2
2011-06-27mwifiex: restore handling of NULL parametersDan Carpenter2-13/+18
2011-06-23mwifiex: 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....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