summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2011-11-11mwifiex: fix association issue with AP configured in hidden SSID modeAmitkumar Karwar1-2/+4
2011-11-07net, wireless, mwifiex: Fix mem leak in mwifiex_update_curr_bss_params()Jesper Juhl1-1/+2
2011-10-17Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville23-171/+2383
2011-10-14mwifiex: fix make namespacecheck warningsAmitkumar Karwar7-114/+60
2011-10-14mwifiex: use separate wait condition for each command nodeAmitkumar Karwar7-19/+33
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar18-37/+2284
2011-10-11mwifiex: fix smatch errorsYogesh Ashok Powar3-2/+7
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville10-304/+251
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-30Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville5-18/+39
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-21mwifiex: remove unneeded NULL checkDan Carpenter1-2/+2
2011-09-21mwifiex: add a kfree() to an error pathDan Carpenter1-0/+1
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville3-9/+9
2011-09-13mwifiex: replace kmalloc & memcpy sequence with kmemdupYogesh Ashok Powar3-9/+9
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2011-08-24drivers/net/wireless/mwifiex/scan.c: test the just-initialized valueJulia Lawall1-2/+2
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-1669/+489
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
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-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