aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)Author
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-01-03mwifiex: fix crash during simultaneous scan and connectAmitkumar Karwar
2011-12-21mwifiex: fix issues in band configuration codeAmitkumar Karwar
2011-12-21mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar
2011-12-21mwifiex: remove redundant band config codeAmitkumar Karwar
2011-12-19mwifiex: cleanup work in scan.cAmitkumar Karwar
2011-12-14mwifiex: remove cfg_workqueueAmitkumar Karwar
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-14mwifiex: avoid double list_del in command cancel pathYogesh Ashok Powar
2011-12-13mwifiex: do not advertise custom regulatory domain capabilityAmitkumar Karwar
2011-12-13mwifiex: wakeup and stop multiple tx queues in net_deviceAvinash Patil
2011-12-13mwifiex: proper cleanup when RX multiport aggregation failsAvinash Patil
2011-12-13mwifiex: failure case handling for PCIe eventsAmitkumar Karwar
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-30mwifiex: fix usage of set tx powerLuis R. Rodriguez
2011-11-17mwifiex: add support for Marvell sd8797 deviceBing Zhao
2011-11-11mwifiex: release bss structure returned by cfg80211_inform_bss()Amitkumar Karwar
2011-11-11mwifiex: remove unnecessary free_priv handlerAmitkumar Karwar
2011-11-11mwifiex: fix 'Smatch' warningsYogesh Ashok Powar
2011-11-11mwifiex: fix coding styleYogesh Ashok Powar
2011-11-11mwifiex: change return types to voidYogesh Ashok Powar
2011-11-11mwifiex: use existing helper function mwifiex_fill_cap_infoYogesh Ashok Powar
2011-11-11mwifiex: fix ht_cap_info in ibss beaconsYogesh Ashok Powar
2011-11-11mwifiex: fix association issue with AP configured in hidden SSID modeAmitkumar Karwar
2011-11-09mwifiex: prevent corruption instead of just warningDan Carpenter
2011-11-09mwifiex: enable SDIO multiport aggregationAmitkumar Karwar
2011-11-09mwifiex: remove an unneeded NULL checkDan Carpenter
2011-11-09mwifiex: remove unneeded kfree(NULL);Dan Carpenter
2011-11-07net, wireless, mwifiex: Fix mem leak in mwifiex_update_curr_bss_params()Jesper Juhl
2011-10-17Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-10-14mwifiex: fix make namespacecheck warningsAmitkumar Karwar
2011-10-14mwifiex: use separate wait condition for each command nodeAmitkumar Karwar
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar
2011-10-11mwifiex: fix smatch errorsYogesh Ashok Powar
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-10-03mwifiex: handle an error path correctlyAmitkumar Karwar
2011-10-03mwifiex: correct AMSDU aggregation checkAmitkumar Karwar
2011-09-30mwifiex: add cfg80211 handlers add/del_virtual_intfYogesh Ashok Powar
2011-09-30mwifiex: fix Tx data rate display issueAmitkumar Karwar
2011-09-30mwifiex: remove unreachable codeAmitkumar Karwar
2011-09-30mwifiex: remove unnecessary mwifiex_dump_station_info() callAmitkumar Karwar
2011-09-30Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-09-27mwifiex: reset skb length before inserting to free queueAmitkumar Karwar
2011-09-27mwifiex: pass correct band parameter to ieee80211_channel_to_frequency()Amitkumar Karwar
2011-09-27mwifiex: update bss band informationAmitkumar Karwar
2011-09-27mwifiex: fix 5GHz association issueAmitkumar Karwar
2011-09-21mwifiex: remove unneeded NULL checkDan Carpenter
2011-09-21mwifiex: add a kfree() to an error pathDan Carpenter
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville
2011-09-13mwifiex: replace kmalloc & memcpy sequence with kmemdupYogesh Ashok Powar