add an optimization for dealing with raw sockets, which allows applications to filter...
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.26 / 007-samsung_flash.patch
index 71e47a5..d55192a 100644 (file)
@@ -8,7 +8,7 @@
  
  static int cfi_amdstd_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *);
  static int cfi_amdstd_write_words(struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
-@@ -324,12 +325,19 @@
+@@ -324,12 +325,19 @@ struct mtd_info *cfi_cmdset_0002(struct 
  
                if (extp->MajorVersion != '1' ||
                    (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
This page took 0.022418 seconds and 4 git commands to generate.