summaryrefslogtreecommitdiff
path: root/net/wmwifi/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with new net80211 on 7.x and aboveRong-En Fan2008-03-141-6/+88
| | | | | | PR: ports/121167 Submitted by: Ulrich Spoerlein <uspoerlein at gmail.com> (maintainer) Tested by: Dierk Sacher <dierk at blaxxtarz.de>
* - Skip all loopback and point-to-point interfacesPav Lucistnik2006-06-161-1/+12
| | | | | | PR: ports/98885 Submitted by: Eric P. Scott <eps+pbug0606@ana.com> Approved by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
* - The code walking the interface list will issue the SIOCGIFMEDIA ioctl toPav Lucistnik2005-07-132-7/+57
| | | | | | | | | every interface. This ioctl will fail on if_fwe and if_plip (and probably others). Therefore make the failing ioctl() non-fatal and issue a warning only. PR: ports/83381 Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer)
* WindowMaker dockapp for displaying signal strenghts of WLAN AdaptersPav Lucistnik2005-07-073-0/+31
PR: ports/82891 Submitted by: Ulrich Spoerlein <q@galgenberg.net>