[Prism54-devel] [Bug 50] iwconfig eth0 channel x in monitor mode gives errors

bugzilla-daemon@mcgrof.com bugzilla-daemon@mcgrof.com
Sun, 22 Feb 2004 20:38:15 +0000 (UTC)


http://prism54.org/cgi-bin/bugzilla/show_bug.cgi?id=50

mcgrof@ruslug.rutgers.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From mcgrof@ruslug.rutgers.edu  2004-02-22 20:38 -------
>From an e-mail thread.

I don't remember exactly, but I think that use of -EINPROGRESS came from       
                     
modeling our ioctl by what others do. ie, see airo.c airo_set_freq             
                     
which sets:                                                                    
                     
                                                                               
                     
int rc = -EINPROGRESS;          /* Call commit handler */                      
                     
                                                                               
                     
Looking through wireless.c I see call_commit_handler and I see it called       
                     
only in ioctl_standard_call:                                                   
                     
                                                                               
                     
        if(ret == -EIWCOMMIT)                                                  
                     
                        ret = call_commit_handler(dev);                        
                     
                                                                               
                     
So perhaps we should be returning EIWCOMMIT instead. 



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.