pandora-wifi.git
16 years agoReplace net_device.priv with netdev_priv() android
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.

16 years agoAdd exit hack for wlan_cu
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.

16 years agoSeparate REPORT_LOG from DEBUG
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.

16 years agoFix DMA_WORKAROUND
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.

16 years agoAdd Makefile to wpa_supplicant_lib for local build
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.

16 years agoDon't claim SDIO irq
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.

16 years agoAdd some error checking
Grazvydas Ignotas [Sun, 18 Jan 2009 16:58:37 +0000 (18:58 +0200)]
Add some error checking

Avoid lock-up and NULL pointer crash

16 years agoFix tool build to work using make
Grazvydas Ignotas [Sun, 18 Jan 2009 16:44:45 +0000 (18:44 +0200)]
Fix tool build to work using make

16 years agoReplace Trout specific parts with Pandora specific stuff
Grazvydas Ignotas [Wed, 14 Jan 2009 13:25:43 +0000 (15:25 +0200)]
Replace Trout specific parts with Pandora specific stuff

16 years agoMerge branch 'cupcake'
The Android Open Source Project [Sat, 10 Jan 2009 02:04:23 +0000 (18:04 -0800)]
Merge branch 'cupcake'

16 years agoauto import from //branches/cupcake/...@125939
The Android Open Source Project [Sat, 10 Jan 2009 01:51:25 +0000 (17:51 -0800)]
auto import from //branches/cupcake/...@125939

16 years agoFix wifi for public cupcake by bringing forward two patches that got missed:
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>
16 years agoMerge commit 'remotes/korg/cupcake'
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

16 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:08:10 +0000 (18:08 -0800)]
Code drop from //branches/cupcake/...@124589

16 years agofix makefile
Iliyan Malchev [Thu, 6 Nov 2008 01:41:24 +0000 (17:41 -0800)]
fix makefile

Signed-off-by: Iliyan Malchev <malchev@google.com>
16 years agoadd a gitignore for the module build
Brian Swetland [Mon, 27 Oct 2008 23:25:45 +0000 (16:25 -0700)]
add a gitignore for the module build

16 years agofix out-of-tree 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

16 years agoInitial Contribution
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution