View Single Post
  #1264 (permalink)  
Old 02-19-2012, 07:44 AM
Starfox's Avatar
Starfox
N00b
Offline
 
Join Date: Dec 2009
Posts: 47
Reputation: 25
Starfox is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
A mini-update on tether unload issue. The crash occurs when "busybox ifconfig" tries to enumerate devices after "rmmod bcm4329". I'm thinking somewhere along the line of the module not properly unlinking itself from the kernel device list.

Also the module complains about a 140byte memory leak on unload. That may have something to do with it. (There is a patch floating around that removes those checks on MALLOCED()/osl_malloced())

-- Starfox

Last edited by Starfox; 02-19-2012 at 08:03 AM.
Reply With Quote