| Commit message (Expand) | Author | Age | Files | Lines |
| * | reclaim mbuf chain when ieee80211_crypto_encap fails | Sam Leffler | 2005-03-08 | 1 | -0/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Update for net80211 changes. | Sam Leffler | 2004-12-08 | 2 | -79/+89 |
| * | Since if_awi doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -1/+1 |
| * | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | Max Laier | 2004-06-13 | 1 | -0/+2 |
| * | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | Warner Losh | 2004-05-27 | 1 | -1/+2 |
| * | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh | 2004-05-26 | 1 | -1/+1 |
| * | It turns out that the module dependency on pccard is in error. Since | Warner Losh | 2004-05-08 | 1 | -1/+0 |
| * | Use IFF_ALLMULTI instead of if_amcount to decide if all multicast should | Atsushi Onoe | 2004-04-18 | 1 | -5/+10 |
| * | Don't announce MAC addresses twice. | Matthew N. Dodd | 2004-03-20 | 1 | -2/+0 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Correct beacon (src/bssid) for hostap and adhoc mode. | Atsushi Onoe | 2004-01-15 | 1 | -7/+30 |
| * | Use generic net80211 framework for awi driver. | Atsushi Onoe | 2004-01-15 | 9 | -3687/+1609 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -4/+3 |
| * | ifp->if_name can't be null when we just assigned a static string to it. | Brooks Davis | 2003-10-30 | 1 | -5/+0 |
| * | Fix off-by-one error in array bounds check. | Poul-Henning Kamp | 2003-09-05 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 5 | -23/+22 |
| * | update for new 802.11 support | Sam Leffler | 2003-06-28 | 5 | -4/+33 |
| * | Explicitly declare 'int' parameters. | David E. O'Brien | 2003-04-21 | 1 | -0/+1 |
| * | Make sure that pp_name is non-null before setting the device | Warner Losh | 2003-04-10 | 1 | -1/+2 |
| * | Added missing dependency on rc4. | Ruslan Ermilov | 2003-03-21 | 1 | -0/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -15/+15 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -15/+15 |
| * | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 2 | -2/+2 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 2 | -13/+6 |
| * | Repeat after me: sizeof(int) != sizeof(void *). | John Baldwin | 2002-11-06 | 1 | -1/+1 |
| * | Remove empty #if*/#endif clauses. | Poul-Henning Kamp | 2002-09-21 | 2 | -4/+0 |
| * | Use __FreeBSD_version to test what things to use | Warner Losh | 2002-05-31 | 2 | -10/+11 |
| * | Make this build on 4.x machines again (building a -current kernel on a | Warner Losh | 2002-04-19 | 3 | -36/+27 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 3 | -0/+28 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 6 | -101/+101 |
| * | Set ifp->if_name to "awi" instead of device_get_name(dev) to avoid | Brooks Davis | 2002-02-26 | 1 | -1/+1 |
| * | Add NEWCARD support to awi. | Warner Losh | 2001-11-19 | 1 | -3/+36 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 3 | -0/+3 |
| * | The information about how to integrate this driver into BSDs is obsoleted, | Atsushi Onoe | 2001-06-26 | 1 | -60/+0 |
| * | Fix capability information in association request to reflect ESS/IBSS mode. | Atsushi Onoe | 2001-06-26 | 1 | -5/+9 |
| * | Fix keyid bit position of encrypted packet to make non-first key usable. | Atsushi Onoe | 2001-06-26 | 1 | -2/+2 |
| * | Fix previous enhancement to add support for new ifconfig interface. | Atsushi Onoe | 2001-06-26 | 1 | -53/+35 |
| * | Currently, each wireless networking driver has it's own control program | Poul-Henning Kamp | 2001-05-26 | 1 | -0/+181 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -1/+1 |
| * | Another round of the <sys/queue.h> FOREACH transmogriffer. | Poul-Henning Kamp | 2001-02-04 | 1 | -8/+4 |
| * | Note new location of if_wavelan_ieee.h. | Garrett Wollman | 2001-01-09 | 1 | -1/+1 |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -12/+7 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 3 | -3/+0 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 4 | -4/+0 |
| * | awi needs to access memory with 8bit, | Atsushi Onoe | 2000-10-10 | 1 | -0/+9 |
| * | Bite the bullet and provde memcmp() and memset(), this will be cheaper | Poul-Henning Kamp | 2000-09-02 | 1 | -16/+0 |
| * | awictl configuration interface is never used and now it is replaced by | Atsushi Onoe | 2000-08-14 | 1 | -72/+0 |
| * | Add support for WEP functionality. | Atsushi Onoe | 2000-08-14 | 4 | -369/+1629 |
| * | This file contains a shim just for NetBSD, and not used in FreeBSD at all. | Atsushi Onoe | 2000-08-14 | 1 | -445/+0 |