summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Grazvydas Ignotas [Tue, 27 Jan 2009 13:08:28 +0000 (15:08 +0200)]
Replace net_device.priv with netdev_priv()
This allows driver to compile for 2.6.29 kernel.
Grazvydas Ignotas [Sat, 24 Jan 2009 23:17:17 +0000 (01:17 +0200)]
Add exit hack for wlan_cu
wlan_cu does something bad on exit and wifi loses connection.
Execute kill instead to hack around this.
Grazvydas Ignotas [Sat, 24 Jan 2009 23:02:39 +0000 (01:02 +0200)]
Separate REPORT_LOG from DEBUG
Currently driver just won't work if compiled without REPORT_LOG.
Grazvydas Ignotas [Sat, 24 Jan 2009 12:35:32 +0000 (14:35 +0200)]
Fix DMA_WORKAROUND
Use better way to detect non direct-mapped RAM to prevent
crashes later on.
Grazvydas Ignotas [Thu, 22 Jan 2009 16:30:14 +0000 (18:30 +0200)]
Add Makefile to wpa_supplicant_lib for local build
Some Android projects (core, wpa_supplicant) need to be
checked out to "externals" dir for build to work.
Grazvydas Ignotas [Sun, 18 Jan 2009 17:04:39 +0000 (19:04 +0200)]
Don't claim SDIO irq
It's not used and doesn't work anyway, MMC irq code can't
access host because it's claimed by this driver.
Grazvydas Ignotas [Sun, 18 Jan 2009 16:58:37 +0000 (18:58 +0200)]
Add some error checking
Avoid lock-up and NULL pointer crash
Grazvydas Ignotas [Sun, 18 Jan 2009 16:44:45 +0000 (18:44 +0200)]
Fix tool build to work using make
Grazvydas Ignotas [Wed, 14 Jan 2009 13:25:43 +0000 (15:25 +0200)]
Replace Trout specific parts with Pandora specific stuff
The Android Open Source Project [Sat, 10 Jan 2009 02:04:23 +0000 (18:04 -0800)]
Merge branch 'cupcake'
The Android Open Source Project [Sat, 10 Jan 2009 01:51:25 +0000 (17:51 -0800)]
auto import from //branches/cupcake/...@125939
San Mehat [Sat, 20 Dec 2008 19:19:26 +0000 (11:19 -0800)]
Fix wifi for public cupcake by bringing forward two patches that got missed:
- Add kernel pre-alloc support
- Minor cleanups
Signed-off-by: San Mehat <san@google.com>
Jean-Baptiste Queru [Fri, 19 Dec 2008 16:07:31 +0000 (08:07 -0800)]
Merge commit 'remotes/korg/cupcake'
Conflicts:
wpa_supplicant_lib/Android.mk
The Android Open Source Project [Thu, 18 Dec 2008 02:08:10 +0000 (18:08 -0800)]
Code drop from //branches/cupcake/...@124589
Iliyan Malchev [Thu, 6 Nov 2008 01:41:24 +0000 (17:41 -0800)]
fix makefile
Signed-off-by: Iliyan Malchev <malchev@google.com>
Brian Swetland [Mon, 27 Oct 2008 23:25:45 +0000 (16:25 -0700)]
add a gitignore for the module build
Brian Swetland [Mon, 27 Oct 2008 23:22:35 +0000 (16:22 -0700)]
fix out-of-tree module build
Now you can build correctly with:
make KERNEL=/path/to/kernel
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution