#2161 BLOC Trial-2: mesh autostart enable/disable kills mesh

Zarro Boogs per Child bugtracker at laptop.org
Mon Jul 16 21:37:22 EDT 2007


#2161: mesh autostart enable/disable kills mesh
-----------------------+----------------------------------------------------
  Reporter:  dcbw      |       Owner:  luisca 
      Type:  defect    |      Status:  closed 
  Priority:  blocker   |   Milestone:  Trial-2
 Component:  wireless  |     Version:         
Resolution:  fixed     |    Keywords:         
  Verified:  0         |  
-----------------------+----------------------------------------------------
Changes (by luisca):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 So digging a bit on libertas-2.6 git I found this commits changing
 types.h:

 commit 981f187b
 +#ifdef __BIG_ENDIAN
  #define CAPINFO_MASK   (~(0xda00))
 +#else
 +#define CAPINFO_MASK   (~(0x00da))
 +#endif

 Followed by

 commit 0a91095b
 - ifdef __BIG_ENDIAN
 -#define CAPINFO_MASK   (~(0xda00))
 -#else
  #define CAPINFO_MASK   (~(0x00da))
 -#endif

 which together changed the value of CAPINFO_MASK from the original 0xda00
 to 0x00da. Will commit a patch reverting it to the original value and that
 should resolve the problem.

-- 
Ticket URL: <http://dev.laptop.org/ticket/2161#comment:6>
One Laptop Per Child <http://laptop.org/>



More information about the Bugs mailing list