/packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.38-010_remove_sysioc_sem.patch

http://github.com/OpenELEC/OpenELEC.tv · Patch · 22 lines · 20 code · 2 blank · 0 comment · 0 complexity · ff4e8249e80b3c71f361752b0989d570 MD5 · raw file

  1. diff -Naur bcm_sta-5.60.246.6/x86-32/src/wl/sys/wl_iw.h bcm_sta-5.60.246.6.patch/x86-32/src/wl/sys/wl_iw.h
  2. --- bcm_sta-5.60.246.6/x86-32/src/wl/sys/wl_iw.h 2010-10-22 04:18:57.000000000 +0200
  3. +++ bcm_sta-5.60.246.6.patch/x86-32/src/wl/sys/wl_iw.h 2010-11-29 08:30:58.911543674 +0100
  4. @@ -62,7 +62,6 @@
  5. struct timer_list *timer;
  6. struct net_device *dev;
  7. long sysioc_pid;
  8. - struct semaphore sysioc_sem;
  9. struct completion sysioc_exited;
  10. };
  11. diff -Naur bcm_sta-5.60.246.6/x86-64/src/wl/sys/wl_iw.h bcm_sta-5.60.246.6.patch/x86-64/src/wl/sys/wl_iw.h
  12. --- bcm_sta-5.60.246.6/x86-64/src/wl/sys/wl_iw.h 2010-10-22 04:23:55.000000000 +0200
  13. +++ bcm_sta-5.60.246.6.patch/x86-64/src/wl/sys/wl_iw.h 2010-11-29 08:31:15.542760506 +0100
  14. @@ -62,7 +62,6 @@
  15. struct timer_list *timer;
  16. struct net_device *dev;
  17. long sysioc_pid;
  18. - struct semaphore sysioc_sem;
  19. struct completion sysioc_exited;
  20. };