Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   mycroft
Date:           Sat Aug  7 17:12:44 UTC 2004

Modified Files:
        src/sys/dev/ic: wi.c wivar.h

Log Message:
Be much more robust with RID values during attach:
* If the device returns a length too short to even contain the RID number,
  flag it as not supported and return EOPNOTSUPP, rather than returning a
  length of -2 and trying to use the value anyway.
* Check the returned lengths to see if we actually got anything.
* If we get no rate list, fail the attach, so we don't just blow up later.
Allow the frontend to pass in a MAC address.


To generate a diff of this commit:
cvs rdiff -r1.184 -r1.185 src/sys/dev/ic/wi.c
cvs rdiff -r1.50 -r1.51 src/sys/dev/ic/wivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index