Age | Commit message (Expand) | Author |
2016-01-13 | Fix fallout from turbo mode removal commit: Channel initialization | Stefan Sperling |
2016-01-12 | Remove wireless turbo mode support. It is a non-standard extension | Stefan Sperling |
2016-01-07 | Make the A-MPDU reordering buffer more resilient against APs which drop | Stefan Sperling |
2016-01-06 | Initialize the A-MPDU parameters field in HT capability elements. | Stefan Sperling |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2016-01-04 | Replace magic shifts and bitmasks used for ADDBA parameters | Stefan Sperling |
2016-01-04 | Fix another case where the return value of ieee80211_chan2mode() was | Stefan Sperling |
2016-01-04 | ADDBA frames have a parameter set which we check against our own capabilities | Stefan Sperling |
2016-01-04 | Fix manual scan while associated in 11a mode. It would only show APs on 5GHz. | Stefan Sperling |
2016-01-04 | Don't return 11n mode from ieee80211_chan2mode() so we can switch into | Stefan Sperling |
2016-01-04 | While configuring ERP we need to know if we're in 11a or 11g mode so only | Stefan Sperling |
2016-01-04 | Skip over 11n mode during scanning to avoid scanning channels more than once. | Stefan Sperling |
2015-12-18 | unnoccupied->unoccupied | Stuart Henderson |
2015-12-18 | Fix out of bounds array access in ieee80211_setbasicrates(). | Stefan Sperling |
2015-12-16 | Don't forget about monitor mode while building the ifmedia list | Stefan Sperling |
2015-12-14 | In AMRR debug printfs, show ni_txmcs instead of ni_txrate for HT nodes. | Stefan Sperling |
2015-12-12 | In the A-MSDU receive code path, add an upper bounds check on A-MSDU | Stefan Sperling |
2015-12-12 | Flag AP as QoS capable when EDCA or WME information elements occur in beacons | Stefan Sperling |
2015-12-12 | 11n/HT negotiation fixes: | Stefan Sperling |
2015-12-12 | Finish support for receiving 11n A-MPDUs. | Stefan Sperling |
2015-12-05 | Keep kernel definitions under _KERNEL to unbreak security/wpa_supplicant | Martin Pieuchot |
2015-11-27 | correct logic for a IEEE80211_MODE_11N test | Jonathan Gray |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-24 | No need to include <net/if_types.h> for <net/if_vlan_var.h> | Martin Pieuchot |
2015-11-15 | Add support for 11n mode to the rate adaptation (AMRR) code. | Stefan Sperling |
2015-11-15 | Expose 11n mode to the ifmedia layer and introduce the concept of MCS. | Stefan Sperling |
2015-11-15 | Parse 11n HT capabilities and operational info from association response | Stefan Sperling |
2015-11-15 | IEEE80211_MODE_MAX has been raised to include 11n mode so make sure that | Stefan Sperling |
2015-11-15 | Extend struct ieee80211_node with fields for 11n STA HT capabilities and | Stefan Sperling |
2015-11-15 | Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoS | Stefan Sperling |
2015-11-15 | Declare 802.11n mode and channel flags. Tweak 11n related fields in struct | Stefan Sperling |
2015-11-08 | Handle additional RSN element group ciphers. | Stefan Sperling |
2015-11-08 | Update section and table numbers inside comments in the RSN code to | Stefan Sperling |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-10-17 | Spell all "unexpected mode %u" panics in lower case, not just one of them. | Stefan Sperling |
2015-10-12 | the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it. | David Gwynne |
2015-10-10 | Add macros for A-MPDU and MCS data, both found in HT capabilities element. | Stefan Sperling |
2015-10-05 | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. | Masao Uebayashi |
2015-10-05 | Count IFQ_ENQUEUE() failure as output drop. | Masao Uebayashi |
2015-09-27 | Add ieee80211_channel_init(), factored out from ieee80211_ifattach(). | Stefan Sperling |
2015-09-16 | Make code in ieee80211_send_4way_msg3() more readable and make sure a local | Stefan Sperling |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-14 | In ieee80211.h update references to standard sections to 802.11-2012. | Stefan Sperling |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-05-26 | Use if_output() instead of rerolling it. | Martin Pieuchot |
2015-04-08 | add a #define for IEEE80211_ELEMID_CSA, 802.11h-2003 Channel Switch Announcement | Stuart Henderson |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |