summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* MFC r321838:pfg2017-08-042-2/+3
* MFC r321401:avos2017-07-302-1/+7
* MFC r303891, r303892:pfg2016-09-081-1/+1
* MFC r304322:bdrewery2016-08-241-0/+2
* [net80211] teach AMRR to log the initial MCS rate as "MCS X"adrian2016-07-011-2/+11
* net80211: fix LOR/deadlock in ieee80211_ff_node_cleanup().avos2016-06-295-56/+69
* [net80211] re-revert the ibss "is this local to the bss" patch.adrian2016-06-251-1/+4
* [net80211] remove node scan lock / generation number + fix few LORsadrian2016-06-195-184/+123
* net80211: discard an injected frame if it is smaller than header length.avos2016-06-091-2/+2
* net80211: fix duplicate packet counter incrementation.avos2016-06-092-3/+2
* net80211: replace m_getcl/m_gethdr pair with m_get2 in ieee80211_fragment()avos2016-05-281-10/+2
* net80211: fix use-after-free in frame defragmentation procedure.avos2016-05-281-9/+10
* ifconfig: set by default FCC regulatory domain for wireless interfaces.avos2016-05-261-3/+0
* net80211: send RTM_IEEE80211_SCAN event when scan was cancelled.avos2016-05-211-3/+3
* net80211: restore interface state check for IEEE80211_IOC_SCAN_REQ ioctl.avos2016-05-191-0/+5
* net80211: fix more compiler warnings.avos2016-05-1912-17/+17
* net80211: unbreak 'show all vaps(/a)' ddb commandavos2016-05-173-20/+31
* Revert parts of r299575 in order to make more MIPS kernels buildbz2016-05-141-0/+6
* net80211: drop some unused variables / local macrosavos2016-05-1210-74/+5
* net80211: restore 'iflladdr_event' event handler.avos2016-05-061-0/+19
* net80211: do not hardcode size of ic_modecaps field.avos2016-05-041-1/+2
* [net80211] add extra debugging around negotiated A-MPDU parameters.adrian2016-05-041-0/+8
* sys/net*: minor spelling fixes.pfg2016-05-0312-21/+21
* net80211: fix MAC address change via SIOCSIFLLADDR ioctl.avos2016-05-021-1/+11
* net80211: calculate IEEE80211_MODE_BYTES / IEEE80211_CHAN_BYTESavos2016-05-012-3/+3
* net80211 + drivers: hide size of 'bands' array behind a macro.avos2016-04-291-0/+1
* net80211: provide a set of ieee80211_add_channel*() functionsavos2016-04-293-92/+292
* [net80211] fix indenting.adrian2016-04-281-2/+2
* [net80211] handle action frames in adhoc mode from the node that created the ...adrian2016-04-281-1/+2
* [net80211] add the STBC ioctl support.adrian2016-04-261-0/+32
* [net80211] add STBC capability flags to iv_flags_ht.adrian2016-04-261-0/+12
* [net80211] add an ioctl for LDPC configuration.adrian2016-04-261-0/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* net80211: refresh comments for ieee80211_scan_next() andavos2016-04-212-10/+14
* net80211: enable promiscuous mode state change for non-monitor/ahdemo modesavos2016-04-212-14/+20
* net80211: hide subtype mask & shift in function call.avos2016-04-2012-38/+33
* net80211: provide descriptions for reason codesavos2016-04-208-18/+163
* net80211 (trivial, noop): remove duplicate check from hostap_recv_mgmt()avos2016-04-201-5/+6
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemavos2016-04-2010-102/+66
* net80211: do not reschedule scan_curchan_task() if the scan was canceled.avos2016-04-191-1/+4
* [net80211] put in a comment about the not-quite-correctness of A-MPDU paramet...adrian2016-04-181-0/+8
* [net80211] correctly (i hope, wow) do a ticks comparison to limit A-MPDU atte...adrian2016-04-101-1/+1
* [net80211] unconditionally do A-MPDU RX aging.adrian2016-04-101-12/+2
* [net80211] log the node pointer when calling ht node init/cleanupadrian2016-04-091-6/+7
* [net80211] add back in the ff/superg node init call that I accidentallyadrian2016-04-091-0/+8
* Try to unbreak the build: the 'vap' variable is only used if ieee80211bz2016-04-091-1/+1
* [net80211] print out the channel type (eg a, b, g, n) when creatingadrian2016-04-091-2/+3
* [net8021] Pull out the ibss check code into a public function.adrian2016-04-092-15/+30
* [net80211] revert part of r282405 in order to restore IBSS behaviour.adrian2016-04-091-4/+1
* [net80211] missed commit from last one - always cleanup superg state.adrian2016-04-061-2/+6
OpenPOWER on IntegriCloud