summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr
AgeCommit message (Expand)AuthorLines
2013-07-16staging: csr: remove driverGreg Kroah-Hartman-91596/+0
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2013-06-17staging: csr: Fix obvious logic error in staging/csrTobias Polzer-1/+1
2013-06-17staging: csr: fix the reset of skb mac headerLi RongQing-1/+1
2013-06-08staging: csr: fix indentation coding style issue in csr_framework_ext.hDavis Abubakr-Sadik Nii Nai-4/+4
2013-06-08staging: csr: fix indentation code style issue in csr_framework_ext.cDavis Abubakr-Sadik Nii Nai-8/+8
2013-05-30Staging: csr: fix indentation style issue in bh.cDavis Abubakr-Sadik Nii Nai-103/+110
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-1/+1
2013-05-13Staging:csr - Fixes whitespace around commas in unifi_sme.h.Lidza Louina-4/+4
2013-05-13Staging:csr - Fixes whitespace around commas in unifi_sme.c.Lidza Louina-12/+12
2013-05-13Staging:csr - Fixes whitespace around commas in unifi_priv.h.Lidza Louina-15/+15
2013-05-13Staging:csr - Fixes whitespace around commas in unifi_pdu_processing.c.Lidza Louina-245/+245
2013-05-13Staging:csr - Fixes whitespace around commas in unifi_event.c.Lidza Louina-10/+10
2013-05-13Staging:csr - Fixes whitespace around commas in ul_int.c.Lidza Louina-1/+1
2013-05-13Staging:csr - Fixes whitespace around commas in sme_wext.c.Lidza Louina-58/+58
2013-05-13Staging:csr - Fixes whitespace around commas in sme_sys.c.Lidza Louina-74/+74
2013-05-13Staging:csr - Fixes whitespace around commas in sme_userspace.c.Lidza Louina-2/+2
2013-05-13Staging:csr - Fixes whitespace around commas in sme_native.c.Lidza Louina-1/+1
2013-05-13Staging:csr - Fixes whitespace around commas in sme_blocking.c.Lidza Louina-12/+12
2013-05-13Staging:csr - Fixes whitespace around commas in sdio_mmc.c.Lidza Louina-2/+2
2013-05-13Staging:csr - Fixes whitespace around commas in netdev.c.Lidza Louina-50/+50
2013-05-13Staging:csr - Fixes whitespace around commas in io.c.Lidza Louina-9/+9
2013-05-13Staging:csr - Fixes whitespace around commas in drv.c.Lidza Louina-3/+3
2013-05-13Staging:csr - Fixes whitespace around commas in csr_wifi_nme_ap_sef.c.Lidza Louina-2/+2
2013-05-05staging: single_open() leaksAl Viro-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-334/+191
2013-04-29csr: Don't use create_proc_read_entry()David Howells-332/+189
2013-04-09constify a bunch of struct file_operations instancesAl Viro-2/+2
2013-04-08staging:csr: Fix typo in staging/csr driverMasanari Iida-16/+16
2013-04-05staging: csr: info leak in unifi_cfg_get_info()Dan Carpenter-0/+2
2013-04-01staging:csr: Fix typos in comment and printkMasanari Iida-17/+17
2013-03-25staging: csr: Fix typos in csrMasanari Iida-15/+15
2013-03-14staging: csr: fix compilation warning in unifi_siwscanDevendra Naga-3/+0
2013-03-12driver: staging: csr: remove cast for kmalloc return valueZhang Yanfei-8/+7
2013-03-11staging: csr: csr_time.c: Fix coding styleSeongJae Park-4/+4
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-19/+29
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams-2/+2
2013-01-29staging/csr: Use kmemdup rather than duplicating its implementationPeter Huewe-3/+3
2013-01-07staging/csr: Fix dereference before checkPeter Huewe-15/+26
2013-01-07staging: csr: remove unneeded call to memset().Cyril Roelandt-1/+0
2012-11-21staging: csr: remove CONFIG_HOTPLUG ifdefsBill Pemberton-6/+0
2012-11-06staging: csr: csr_wifi_hip_unifi_signal_names: Fix pointer positionHojung Youn-1/+1
2012-11-06staging: csr: csr_wifi_hip_unifi_signal_names: fix whitespaced paddingsHojung Youn-11/+11
2012-11-06staging: csr: csr_wifi_hip_unifi_signal_names: fix bracketsHojung Youn-6/+1
2012-11-06staging: csr: csr_wifi_hip_unifi_signal_names: fix indentHojung Youn-22/+22
2012-11-01staging: csr: csr_wifi_nme_task.h: remove function prototypesDevendra Naga-3/+0
2012-11-01staging: csr: csr_wifi_nme_ap_lib.h: remove the function prototypesDevendra Naga-18/+0
2012-11-01staging: csr: csr_wifi_nme_lib.h: remove function prototypesDevendra Naga-54/+0
2012-11-01staging: csr: sme_blocking.c: add missing check for return of sme_wait_for_replyDevendra Naga-0/+2
2012-11-01staging: csr: sme_blocking.c: remove braces around single statement blocksDevendra Naga-145/+74