aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2012-01-03mwifiex: fix crash during simultaneous scan and connectAmitkumar Karwar1-1/+6
2011-12-21mwifiex: fix issues in band configuration codeAmitkumar Karwar2-30/+20
2011-12-21mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar7-39/+35
2011-12-21mwifiex: remove redundant band config codeAmitkumar Karwar4-95/+24
2011-12-19mwifiex: cleanup work in scan.cAmitkumar Karwar1-4/+4
2011-12-14mwifiex: remove cfg_workqueueAmitkumar Karwar6-158/+75
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-7/+2
2011-12-14mwifiex: avoid double list_del in command cancel pathYogesh Ashok Powar1-7/+2
2011-12-13mwifiex: do not advertise custom regulatory domain capabilityAmitkumar Karwar1-3/+0
2011-12-13mwifiex: wakeup and stop multiple tx queues in net_deviceAvinash Patil6-12/+63
2011-12-13mwifiex: proper cleanup when RX multiport aggregation failsAvinash Patil1-3/+19
2011-12-13mwifiex: failure case handling for PCIe eventsAmitkumar Karwar1-14/+6
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+4
2011-11-30mwifiex: fix usage of set tx powerLuis R. Rodriguez1-1/+2
2011-11-17mwifiex: add support for Marvell sd8797 deviceBing Zhao8-20/+50
2011-11-11mwifiex: release bss structure returned by cfg80211_inform_bss()Amitkumar Karwar2-1/+4
2011-11-11mwifiex: remove unnecessary free_priv handlerAmitkumar Karwar1-6/+0
2011-11-11mwifiex: fix 'Smatch' warningsYogesh Ashok Powar2-7/+9
2011-11-11mwifiex: fix coding styleYogesh Ashok Powar2-10/+9
2011-11-11mwifiex: change return types to voidYogesh Ashok Powar1-12/+6
2011-11-11mwifiex: use existing helper function mwifiex_fill_cap_infoYogesh Ashok Powar1-48/+33
2011-11-11mwifiex: fix ht_cap_info in ibss beaconsYogesh Ashok Powar1-2/+2
2011-11-11mwifiex: fix association issue with AP configured in hidden SSID modeAmitkumar Karwar1-2/+4
2011-11-09mwifiex: prevent corruption instead of just warningDan Carpenter1-1/+4
2011-11-09mwifiex: enable SDIO multiport aggregationAmitkumar Karwar1-2/+2
2011-11-09mwifiex: remove an unneeded NULL checkDan Carpenter1-3/+2
2011-11-09mwifiex: remove unneeded kfree(NULL);Dan Carpenter1-1/+0
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 into for-davemJohn 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 into for-davemJohn 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 into for-davemJohn 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-davemJohn W. Linville3-9/+9
2011-09-13mwifiex: replace kmalloc & memcpy sequence with kmemdupYogesh Ashok Powar3-9/+9