index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwifiex
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-11
mwifiex: fix simultaneous scan and Tx traffic problem
Amitkumar Karwar
1
-2
/
+2
2012-05-16
mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmware
Avinash Patil
1
-0
/
+4
2012-05-16
mwifiex: add custom IE framework
Avinash Patil
1
-0
/
+2
2012-05-16
mwifiex: support for creation of AP interface
Avinash Patil
1
-6
/
+12
2012-05-16
mwifiex: allocate space for one more mwifiex_private structure
Avinash Patil
1
-15
/
+18
2012-04-23
mwifiex: add support for Marvell USB8797 chipset
Amitkumar Karwar
1
-6
/
+20
2012-04-12
mwifiex: use asynchronous firmware loading
Amitkumar Karwar
1
-48
/
+55
2012-04-12
wireless, mwifiex: drop redundant NULL test before call to release_firmware()
Jesper Juhl
1
-2
/
+1
2012-03-14
mwifiex: fix checkpatch --strict warnings/errors Part 4
Yogesh Ashok Powar
1
-25
/
+24
2012-02-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-4
/
+8
2012-02-06
mwifiex: add NULL checks in driver unload path
Amitkumar Karwar
1
-4
/
+8
2012-01-27
mwifiex: pass priv pointer instead of adapter
Avinash Patil
1
-1
/
+1
2012-01-24
mwifiex: use bss_type and bss_num to retrieve priv
Yogesh Ashok Powar
1
-17
/
+6
2011-12-14
mwifiex: remove cfg_workqueue
Amitkumar Karwar
1
-2
/
+0
2011-12-13
mwifiex: wakeup and stop multiple tx queues in net_device
Avinash Patil
1
-5
/
+6
2011-10-17
Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...
John W. Linville
1
-2
/
+8
2011-10-14
mwifiex: use separate wait condition for each command node
Amitkumar Karwar
1
-1
/
+1
2011-10-12
mwifiex: add support for Marvell pcie8766 chipset
Amitkumar Karwar
1
-1
/
+3
2011-10-11
mwifiex: fix smatch errors
Yogesh Ashok Powar
1
-0
/
+4
2011-10-11
Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...
John W. Linville
1
-213
/
+53
2011-10-03
mwifiex: handle an error path correctly
Amitkumar Karwar
1
-4
/
+1
2011-09-30
mwifiex: add cfg80211 handlers add/del_virtual_intf
Yogesh Ashok Powar
1
-210
/
+53
2011-08-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+4
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-08-09
mwifiex: print driver version information
Amitkumar Karwar
1
-0
/
+4
2011-06-22
mwifiex: remove casts of void pointers
Amitkumar Karwar
1
-1
/
+1
2011-06-10
mwifiex: get rid of global adapter pointer
Amitkumar Karwar
1
-10
/
+6
2011-06-01
mwifiex: remove support for old chipsets W0/W1
Amitkumar Karwar
1
-16
/
+2
2011-05-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-14
/
+13
2011-05-10
mwifiex: fix null derefs, mem leaks and trivia
Christoph Fritz
1
-4
/
+4
2011-05-05
mwifiex: remove unnecessary variable initialization
Yogesh Ashok Powar
1
-10
/
+9
2011-05-05
net: call dev_alloc_name from register_netdevice
Jiri Pirko
1
-4
/
+0
2011-04-19
mwifiex: optimize driver initialization code
Amitkumar Karwar
1
-54
/
+27
2011-04-19
mwifiex: remove redundant local variables and comments
Yogesh Ashok Powar
1
-13
/
+6
2011-04-14
mwifiex: remove redundant "return" at end of void function
Yogesh Ashok Powar
1
-3
/
+0
2011-04-14
mwifiex: cleanup ioctl wait queue and abstraction layer
Amitkumar Karwar
1
-38
/
+33
2011-03-30
wireless: mwifiex: initial commit for Marvell mwifiex driver
Bing Zhao
1
-0
/
+1102