diff options
author | Ricardo Salveti <ricardo.salveti@openbossa.org> | 2008-09-03 21:46:05 -0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@openbossa.org> | 2008-10-23 18:05:41 -0300 |
commit | 8eb2d39c029f548ba4dd97318d9393938ca6e6d8 (patch) | |
tree | 0029544f58cfe67594197262cec4de5ce2d228f4 /packages/mamona/cx3110x-770he_0.8.1.bb | |
parent | 5727c4118e89541e8ade10c3d9b55174d2d34815 (diff) |
cx3110x: fix ooops while connecting with nm
Basically we backported sm_drv_set_scan from the new driver, adding
more spin_locks.
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
Diffstat (limited to 'packages/mamona/cx3110x-770he_0.8.1.bb')
-rw-r--r-- | packages/mamona/cx3110x-770he_0.8.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/mamona/cx3110x-770he_0.8.1.bb b/packages/mamona/cx3110x-770he_0.8.1.bb index 7f90aad0dd..8e78ccf208 100644 --- a/packages/mamona/cx3110x-770he_0.8.1.bb +++ b/packages/mamona/cx3110x-770he_0.8.1.bb @@ -1,4 +1,4 @@ -PR = "r1"
+PR = "r2"
KERVER = "2.6.16"
@@ -21,6 +21,7 @@ SRC_URI += "https://garage.maemo.org/frs/download.php/2443/cx3110x-0.8.1.tar.gz file://fix_ssid_data_length.patch;patch=1 \
file://770_performance_improvements.patch;patch=1 \
file://create_sysfs_link_for_wlan0.patch;patch=1 \
+ file://fix_opps_while_connecting_with_nm.patch;patch=1 \
"
do_compile() {
|