| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix scanning issues since the new net80211 code went in | thompsa | 2007-06-30 | 1 | -10/+27 |
* | Change the channel number in the scan results struct to be a pointer to the | thompsa | 2007-06-30 | 1 | -1/+7 |
* | Fix the channel reporting when the card is associated. The channel array used | thompsa | 2007-06-30 | 1 | -1/+5 |
* | Update 802.11 wireless support: | sam | 2007-06-11 | 2 | -100/+280 |
* | - Fix mbuf/node leakage in drivers' raw_xmit(). | sephe | 2007-04-19 | 1 | -7/+8 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | replace if_watchdog w/ a private callout | sam | 2006-12-11 | 2 | -12/+11 |
* | drop softc lock when passing rx frames up the stack | sam | 2006-12-11 | 1 | -0/+3 |
* | split wi_start int locked+unlocked variants and use the unlocked | sam | 2006-12-11 | 2 | -9/+15 |
* | nuke compatibility cruft | sam | 2006-12-11 | 2 | -41/+0 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -3/+4 |
* | raw 802.11 packet transmit support | sam | 2006-08-05 | 3 | -31/+148 |
* | Really fix the typo this time: it should be sc->sc_drvbpf to be verified, | avatar | 2006-06-05 | 1 | -1/+1 |
* | Fixing a typo in rev1.196. | avatar | 2006-06-05 | 1 | -1/+1 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 1 | -3/+3 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 2 | -2/+0 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -5/+1 |
* | Add ELSA XI330 product. This is rebadged and sold as SMC 2532W-B and | imp | 2005-10-14 | 1 | -0/+2 |
* | Fixing WEP bustage in hostap mode since 5.2-RELEASE. | avatar | 2005-10-02 | 2 | -15/+59 |
* | Honouring ic->ic_dtim_period. | avatar | 2005-10-02 | 1 | -1/+1 |
* | Fix "taskqueue_drain with the following non-sleepable locks held" | ru | 2005-09-28 | 1 | -1/+1 |
* | MFp4: save mac addr hint, eliminage OLDCARD shims | imp | 2005-09-22 | 2 | -35/+11 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -1/+1 |
* | Correct previous commit. | scottl | 2005-08-29 | 1 | -3/+0 |
* | Eliminate bogus seatbelt in wi_cmd. This may have been appropriate | imp | 2005-08-29 | 1 | -5/+0 |
* | fix media_status so devd recognizes the device as an 802.11 interface | sam | 2005-08-13 | 1 | -1/+6 |
* | Clarify/fix handling of the current channel: | sam | 2005-08-10 | 1 | -0/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 2 | -11/+11 |
* | Cleanup beacon/listen interval handling: | sam | 2005-08-08 | 1 | -1/+1 |
* | When the MAC address is reported all zeros, then error is necessarily | imp | 2005-08-05 | 1 | -1/+3 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use | sam | 2005-07-22 | 1 | -2/+2 |
* | Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8 | imp | 2005-07-10 | 1 | -0/+1 |
* | Eliminate unused argument in PCMCIA_CARD macro. | imp | 2005-06-24 | 1 | -49/+51 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -18/+25 |
* | Honouring current authmode setting. With this patch, my wi card can now | avatar | 2005-06-02 | 1 | -1/+3 |
* | Invert conditional and use continue to reduce nesting. | mdodd | 2005-04-13 | 1 | -5/+5 |
* | Unbreak style(9) breakage from last commit. We try to avoid defining | imp | 2005-03-27 | 1 | -4/+2 |
* | Unbreak LINT. | pjd | 2005-03-27 | 1 | -0/+3 |
* | purge dead code | sam | 2005-03-26 | 1 | -3/+0 |
* | correct logic so we recognize timeout on alloc | sam | 2005-03-26 | 1 | -4/+4 |
* | reclaim mbuf chain when ieee80211_crypto_encap fails | sam | 2005-03-08 | 1 | -0/+1 |
* | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | imp | 2005-03-01 | 1 | -1/+1 |
* | The two PLANEX cards listed in pccarddevs, identified only by their | imp | 2005-02-01 | 1 | -1/+1 |
* | Use Intersil chip names for the symbols, since many makers use the | imp | 2005-01-20 | 1 | -3/+3 |
* | Add support for SENAO SL-2511CD | imp | 2005-01-20 | 1 | -1/+2 |
* | Call wi_free after we turn off the interrupts. If we call it before, | imp | 2005-01-19 | 1 | -2/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 7 | -7/+7 |
* | Eliminate some of the egregious bypass of the 802.11 state | sam | 2005-01-01 | 1 | -18/+20 |
* | Diff reduce wi_write_wep() relative to revision 1.168 | mdodd | 2004-12-17 | 1 | -41/+38 |