#185: Stuck beacon on latest svn of madwifi
-------------------------------------+--------------------------------------
      Reporter:  wowbag...@sktc.net  |       Owner:  proski                     
                        
          Type:  defect              |      Status:  assigned                   
                        
      Priority:  major               |   Milestone:  version 0.9.x - 
progressive release candidate phase
     Component:  madwifi: driver     |     Version:  trunk                      
                        
    Resolution:                      |    Keywords:                             
                        
Patch_attached:  0                   |  
-------------------------------------+--------------------------------------
Comment (by anonymous):

 Replying to [comment:58 wil...@crossbone.org]:
 > It says "unable to load needed module: <module name>; no support for
 automatic module loading.
 > Maybe someone knows what has to be done for automatic module loading.
 >

 CONFIG_KMOD has been removed in newer kernels.

 Here's how to fix it:
 in file net80211/ieee80211_linux.c
 replace:
 #ifdef CONFIG_KMOD
 with:
 #if defined(CONFIG_KMOD) || (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27))

-- 
Ticket URL: <http://madwifi-project.org/ticket/185#comment:59>
madwifi-project.org <http://madwifi-project.org/>
Multiband Atheros Driver for Wireless Fidelity
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Madwifi-tickets mailing list
Madwifi-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to