aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/sta_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-14mwifiex: correction in structure name passed to sizeof()Amitkumar Karwar1-1/+1
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 8Yogesh Ashok Powar1-51/+51
2012-03-13mwifiex: merge functions to derive cfp by chan & freq in oneYogesh Ashok Powar1-8/+5
2012-03-05mwifiex: endian bug in mwifiex_drv_change_adhoc_chan()Dan Carpenter1-2/+2
2012-03-05mwifiex: remove unnecessary struct mwifiex_802_11_ssidAmitkumar Karwar1-3/+2
2012-03-05mwifiex: handle auto authentication mode correctlyAmitkumar Karwar1-0/+11
2012-02-29mwifiex: remove unnecessary enum MWIFIEX_802_11_WEP_STATUSAmitkumar Karwar1-5/+5
2012-02-03mwifiex: handle association failure case correctlyAmitkumar Karwar1-1/+7
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: remove redundant band config codeAmitkumar Karwar1-61/+0
2011-12-13mwifiex: wakeup and stop multiple tx queues in net_deviceAvinash Patil1-2/+2
2011-11-17mwifiex: add support for Marvell sd8797 deviceBing Zhao1-2/+2
2011-10-14mwifiex: fix make namespacecheck warningsAmitkumar Karwar1-2/+2
2011-10-14mwifiex: use separate wait condition for each command nodeAmitkumar Karwar1-2/+4
2011-10-11mwifiex: fix smatch errorsYogesh Ashok Powar1-1/+1
2011-09-30mwifiex: remove unreachable codeAmitkumar Karwar1-44/+2
2011-09-27mwifiex: pass correct band parameter to ieee80211_channel_to_frequency()Amitkumar Karwar1-2/+3
2011-09-27mwifiex: update bss band informationAmitkumar Karwar1-2/+4
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-13mwifiex: replace kmalloc & memcpy sequence with kmemdupYogesh Ashok Powar1-4/+5
2011-08-12mwifiex: use cfg80211 dynamic scan table and cfg80211_get_bss APIAmitkumar Karwar1-91/+109
2011-08-08mwifiex: remove redundant variable scan_table_idxBing Zhao1-12/+0
2011-08-08mwifiex: remove wireless.h inclusion and fix resulting bugsBing Zhao1-14/+4
2011-07-21mwifiex: disable auto deep sleep before unloading the driverAmitkumar Karwar1-0/+14
2011-05-11mwifiex: remove redundant local structuresAmitkumar Karwar1-19/+9
2011-05-10mwifiex: fix null derefs, mem leaks and triviaChristoph Fritz1-1/+1
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar1-26/+24
2011-04-19mwifiex: remove some macro definitionsAmitkumar Karwar1-1/+1
2011-04-19mwifiex: remove redundant local variables and commentsYogesh Ashok Powar1-67/+18
2011-04-14mwifiex: remove unused function parametersAmitkumar Karwar1-4/+3
2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar1-856/+152
2011-04-12mwifiex: use common keyinfo bitmap for different key typesYogesh Ashok Powar1-2/+1
2011-04-04mwifiex: remove unused radio_on variable and macrosMarc Yang1-3/+0
2011-04-04mwifiex: remove MWIFIEX_BSS_MODE_ macrosBing Zhao1-77/+6
2011-04-04mwifiex: remove unnecessary _set_auth functionsMarc Yang1-44/+0
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao1-0/+2478