aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+0
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-4/+1
2013-02-01mwifiex: remove max_tx_buf_sizeBing Zhao1-1/+0
2013-01-07mwifiex: add init_fw_port handler for PCIe interfaceAvinash Patil1-0/+6
2012-11-14mwifiex: add multi-queue supportAvinash Patil1-2/+18
2012-10-29mwifiex: minor cleanup and a fix in scan semaphore usageAmitkumar Karwar1-5/+0
2012-10-29mwifiex: abort scan upon interface downAmitkumar Karwar1-4/+10
2012-09-28mwifiex: add support for P2P GO in interface type changeStone Piao1-1/+12
2012-09-28mwifiex: implement remain_on_channel and cancel_remain_on_channelStone Piao1-1/+1
2012-09-28mwifiex: report received management frames to cfg80211Stone Piao1-0/+1
2012-09-24mwifiex: fix issue in resumed scan operationAmitkumar Karwar1-0/+1
2012-09-07mwifiex: don't disable wait_q_enabled flagAmitkumar Karwar1-1/+0
2012-09-07mwifiex: release semaphore acquired for internal scan operationAmitkumar Karwar1-0/+5
2012-08-06mwifiex: create list for associated stations in AP modeAvinash Patil1-0/+3
2012-08-06mwifiex: update 11n status as per start_ap IEAvinash Patil1-0/+1
2012-08-06mwifiex: improve scan delay logic during Tx trafficAmitkumar Karwar1-45/+58
2012-07-17mwifiex: add support to use basic rates in ibss join requestAmitkumar Karwar1-1/+0
2012-06-22mwifiex: wake up main thread to handle Tx traffic if scan is delayed/abortedAmitkumar Karwar1-0/+1
2012-06-11mwifiex: fix simultaneous scan and Tx traffic problemAmitkumar Karwar1-0/+65
2012-05-16mwifiex: add custom IE frameworkAvinash Patil1-0/+1
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar1-21/+43
2012-04-12mwifiex: add support for WPS2.0Avinash Patil1-0/+2
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 3Yogesh Ashok Powar1-18/+13
2012-02-29mwifiex: remove unnecessary enum MWIFIEX_802_11_WEP_STATUSAmitkumar Karwar1-1/+1
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+2
2012-02-06mwifiex: enable HT operating modeAmitkumar Karwar1-0/+1
2012-02-06mwifiex: add NULL checks in driver unload pathAmitkumar Karwar1-1/+2
2012-01-24mwifiex: use bss_type and bss_num to retrieve privYogesh Ashok Powar1-2/+3
2011-12-21mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar1-1/+1
2011-12-13mwifiex: wakeup and stop multiple tx queues in net_deviceAvinash Patil1-0/+40
2011-11-11mwifiex: fix 'Smatch' warningsYogesh Ashok Powar1-2/+2
2011-10-14mwifiex: fix make namespacecheck warningsAmitkumar Karwar1-28/+28
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar1-5/+12
2011-09-30mwifiex: add cfg80211 handlers add/del_virtual_intfYogesh Ashok Powar1-1/+1
2011-08-12mwifiex: use cfg80211 dynamic scan table and cfg80211_get_bss APIAmitkumar Karwar1-21/+0
2011-08-08mwifiex: remove wireless.h inclusion and fix resulting bugsBing Zhao1-2/+2
2011-05-10mwifiex: remove unnecessary struct mwifiex_opt_sleep_confirm_bufferAmitkumar Karwar1-14/+12
2011-05-10mwifiex: fix null derefs, mem leaks and triviaChristoph Fritz1-2/+2
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar1-17/+12
2011-04-19mwifiex: remove redundant local variables and commentsYogesh Ashok Powar1-4/+1
2011-04-14mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar1-6/+0
2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar1-2/+1
2011-04-07mwifiex: remove redundant encryption_mode mappingYogesh Ashok Powar1-1/+1
2011-04-04mwifiex: cleanup power save related struct and macrosMarc Yang1-1/+1
2011-04-04mwifiex: remove unused radio_on variable and macrosMarc Yang1-1/+0
2011-04-04mwifiex: remove MWIFIEX_AUTH_MODE_ macrosMarc Yang1-1/+1
2011-04-04mwifiex: remove MWIFIEX_BSS_MODE_ macrosBing Zhao1-1/+1
2011-04-04mwifiex: use IEEE80211_HT_CAP_ macros for 11n cap_infoMarc Yang1-2/+0
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao1-0/+665