Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need to include <net/if_arp.h> | 2015-11-24 | 1 | -2/+1 | |
| | | | | | | | | | This header is only needed because <netinet/if_ether.h> declares a structure that needs it. But it turns out that <net/if.h> already includes it as workaround. A proper solution would be to stop declarting "struct ether_arp" there. But no driver should need this header. | ||||
* | unifdef INET | 2014-12-22 | 1 | -3/+1 | |
| | |||||
* | Nuke yet more obvious #include duplications. | 2014-11-18 | 1 | -3/+1 | |
| | | | | ok miod@ | ||||
* | include bpfilter.h so the softc will be the same size in all files | 2014-09-25 | 1 | -1/+3 | |
| | |||||
* | Implememnt AP side power saving for acx(4). Tested on acx11. | 2012-10-27 | 1 | -1/+4 | |
| | | | | With some input and OK from kettenis@ and OK sthen@ | ||||
* | remove proc.h include from uvm_map.h. This has far reaching effects, as | 2010-04-20 | 1 | -2/+2 | |
| | | | | | | sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt | ||||
* | ACX111 parts can't send using short slot time, but it seems to have no problem | 2008-06-01 | 1 | -2/+2 | |
| | | | | | | | | | to receive packets sent using short slot time. Turn on short slot time support, so that we don't prevent other STA from using short slot time. From sephe@DragonFly ok mglocker@ | ||||
* | Kill one more useless macro. Found while looking for something totaly | 2007-08-05 | 1 | -14/+13 | |
| | | | | different. OK mglocker@ | ||||
* | Another round of makro killing. Kill _ACX_CONF_FUNC() and replace all | 2007-02-28 | 1 | -17/+8 | |
| | | | | calls with acx_set_conf()/acx_get_conf(). OK mglocker@ | ||||
* | If we receive a rate of 0 from the AMRR rate adaption code, set the | 2006-12-08 | 1 | -2/+3 | |
| | | | | | | | TX rate to a minimum value of 1Mbit/s instead of doing a panic(). We don't know yet how the rate of 0 is produced in some conditions. ok claudio@ | ||||
* | Make use of ieee80211_std_rateset | 2006-11-26 | 1 | -3/+3 | |
| | |||||
* | add missing sys/device.h header. | 2006-09-27 | 1 | -1/+2 | |
| | |||||
* | Replace existing rate adaption code with the ieee80211_amrr framework. | 2006-08-19 | 1 | -1/+2 | |
| | | | | ok jsg@ | ||||
* | spacing | 2006-08-15 | 1 | -6/+6 | |
| | |||||
* | Turn off debug messages by default. | 2006-08-14 | 1 | -3/+1 | |
| | | | | Reminded by deraadt@ | ||||
* | Some KNF. | 2006-08-06 | 1 | -33/+30 | |
| | |||||
* | Add bpf hooks. Based on slightly modified diff from jsg. | 2006-08-06 | 1 | -1/+2 | |
| | | | | ok jsg@ | ||||
* | Adjust copyright. | 2006-08-05 | 1 | -2/+1 | |
| | |||||
* | Load ACX111 firmware for ACX111. | 2006-08-04 | 1 | -1/+2 | |
| | | | | ok mglocker@ claudio@ | ||||
* | Fix more cvs Id tag tweaks in copyright notes. | 2006-08-03 | 1 | -3/+1 | |
| | | | | Spotted by <gwyllion@ulyssis.org> | ||||
* | Add/Fix copyright notes. | 2006-08-03 | 1 | -1/+18 | |
| | |||||
* | Change to OpenBSD cvs tag. | 2006-08-03 | 1 | -1/+1 | |
| | |||||
* | Inital import for the acx(4) driver. | 2006-08-03 | 1 | -0/+458 | |
ok deraadt@ jsg@ |