#
4f655ef5 |
| 12-May-2016 |
Matthew Dillon <dillon@backplane.com> |
wlan - Sync netproto/802_11 from FreeBSD part 1/N
* Sync netproto/802_11 from FreeBSD, fbsd git dd885b9a0a0e, May 11 2016.
|
#
085ff963 |
| 11-Jan-2015 |
Matthew Dillon <dillon@apollo.backplane.com> |
wlan - Update wlan from Adrian / FreeBSD
* Update the wlan infrastructure, initially working with ath.
|
#
a72c14d0 |
| 04-Apr-2014 |
Sascha Wildner <saw@online.de> |
kernel/802_11: Fix a panic in RUN -> AUTH -> RUN FSM transition.
When ratectl_node_init() is called and ni_rctls is already allocated, use that pointer.
This is FreeBSD's r207323.
Pointed-out-by:
kernel/802_11: Fix a panic in RUN -> AUTH -> RUN FSM transition.
When ratectl_node_init() is called and ni_rctls is already allocated, use that pointer.
This is FreeBSD's r207323.
Pointed-out-by: Imre Vadasz <imre@vdsz.com> Tested-by: Markus Pfeiffer <markus.pfeiffer@morphism.de>
show more ...
|
#
47156d48 |
| 07-Sep-2010 |
Matthew Dillon <dillon@apollo.backplane.com> |
wlan - Rip out all wlan locks part 2/2
* Add wlan_global_serializer and wlan_*() API calls.
* Use the calls at all border crossings.
* NOTE: callout_stop() may still have deadlock issues if it cat
wlan - Rip out all wlan locks part 2/2
* Add wlan_global_serializer and wlan_*() API calls.
* Use the calls at all border crossings.
* NOTE: callout_stop() may still have deadlock issues if it catches a callout in-progress.
show more ...
|
#
1d8ba4b1 |
| 09-Aug-2010 |
Sascha Wildner <saw@online.de> |
wlan(4): Replace GNU old-style field designators with proper C.
This GCC extension has been considered obsolete since 1993.
|
#
4028af95 |
| 08-Apr-2010 |
Rui Paulo <rpaulo@FreeBSD.org> |
Sync with latest net80211 changes from FreeBSD, therby removing DFly's ratectl code.
|
#
32176cfd |
| 18-Feb-2010 |
Rui Paulo <rpaulo@FreeBSD.org> |
First pass at converting the net80211 infrastrcture from FreeBSD.
|