index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwifiex
/
cfg80211.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-01
mwifiex: limit channel number not to overflow memory
Stone Piao
1
-1
/
+2
2013-02-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-24
/
+153
2013-02-18
mwifiex: add 802.11AC support
Yogesh Ashok Powar
1
-24
/
+153
2013-02-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2013-02-11
cfg80211: pass wiphy to cfg80211_ref_bss/put_bss
Johannes Berg
1
-1
/
+1
2013-02-04
wireless: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
1
-3
/
+1
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-19
/
+6
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-16
/
+3
2013-01-22
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-4
/
+2
2013-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-01-14
wireless: make the reg_notifier() void
Luis R. Rodriguez
1
-4
/
+2
2013-01-11
mwifiex: correct config_bands handling for ibss network
Amitkumar Karwar
1
-1
/
+1
2013-01-11
mwifiex: update config_bands during infra association
Amitkumar Karwar
1
-14
/
+1
2013-01-08
remove init of dev->perm_addr in drivers
Jiri Pirko
1
-1
/
+0
2013-01-07
mwifiex: parse WMM IEs from hostapd for mwifiex AP
Avinash Patil
1
-0
/
+2
2013-01-04
mwifiex: fix typo in setting up ibss network parameters
Amitkumar Karwar
1
-1
/
+1
2012-11-30
mwifiex: advertise GreenField, 40MHz intolerance support to cfg80211
Avinash Patil
1
-0
/
+15
2012-11-26
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-23
/
+23
2012-11-26
cfg80211: pass a channel definition struct
Johannes Berg
1
-12
/
+18
2012-11-26
cfg80211: remove remain-on-channel channel type
Johannes Berg
1
-11
/
+5
2012-11-16
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-0
/
+1
2012-11-14
mwifiex: add multi-queue support
Avinash Patil
1
-4
/
+3
2012-10-30
cfg80211: allow per interface TX power setting
Johannes Berg
1
-0
/
+1
2012-10-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+5
2012-10-29
Revert "mwifiex: retrieve correct max_power information in reg_notifier handler"
Amitkumar Karwar
1
-3
/
+3
2012-10-29
mwifiex: minor cleanup and a fix in scan semaphore usage
Amitkumar Karwar
1
-1
/
+0
2012-10-29
mwifiex: abort scan upon interface down
Amitkumar Karwar
1
-0
/
+5
2012-10-29
mwifiex: use LOW_PRIORITY scan flag provided in scan request
Amitkumar Karwar
1
-2
/
+4
2012-10-24
mwifiex: clean up scan state on error
Bing Zhao
1
-2
/
+5
2012-10-18
wireless: use OR operation to set wiphy features
Johannes Berg
1
-2
/
+2
2012-10-08
mwifiex: update cfg80211 with correct reason code when association fails
Amitkumar Karwar
1
-3
/
+14
2012-10-08
mwifiex: return -EBUSY if scan request cannot be honored
Bing Zhao
1
-3
/
+7
2012-09-28
mwifiex: add inactivity deauth support for ap
Kevin Gan
1
-1
/
+8
2012-09-28
mwifiex: add support for P2P GO in interface type change
Stone Piao
1
-2
/
+40
2012-09-28
mwifiex: add support for P2P client in interface type change
Stone Piao
1
-0
/
+54
2012-09-28
mwifiex: add P2P interface
Stone Piao
1
-1
/
+38
2012-09-28
mwifiex: append each IE into a seperate IE buffer
Stone Piao
1
-4
/
+9
2012-09-28
mwifiex: implement remain_on_channel and cancel_remain_on_channel
Stone Piao
1
-3
/
+79
2012-09-28
mwifiex: implement cfg80211 mgmt_frame_register handler
Stone Piao
1
-0
/
+22
2012-09-28
mwifiex: advertise mgmt_stype to cfg80211
Stone Piao
1
-0
/
+30
2012-09-28
mwifiex: implement cfg80211 mgmt_tx handler
Stone Piao
1
-1
/
+91
2012-09-28
mwifiex: fix coding style issue
Stone Piao
1
-3
/
+0
2012-09-25
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-1
/
+1
2012-09-24
mwifiex: block scan request during heavy Tx traffic
Amitkumar Karwar
1
-0
/
+6
2012-09-19
cfg80211: constify name parameter to add_virtual_intf
Johannes Berg
1
-1
/
+1
2012-09-11
mwifiex: support custom world regulatory domain
Amitkumar Karwar
1
-1
/
+34
2012-09-11
mwifiex: do not hint regulatory domain with f/w country code
Bing Zhao
1
-2
/
+3
2012-09-11
mwifiex: use country ie of requested AP while associating
Amitkumar Karwar
1
-1
/
+0
2012-09-11
mwifiex: have same priority for AP and station traffic
Amitkumar Karwar
1
-2
/
+2
2012-09-07
mwifiex: parse rate info for AP
Avinash Patil
1
-1
/
+5
[next]