summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Revert "Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diff"Renato Botelho2016-02-2240-1564/+843
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-1740-843/+1564
* MFC r283313:ae2015-05-312-7/+19
* MFC r281383:eadler2015-04-131-1/+1
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-274-5/+5
* MFC r260444:kevlo2014-02-178-19/+19
* Merge r257065 (by adrian) from head:gavin2013-12-103-8/+24
* Merge r256294 (by adrian) from head:gavin2013-12-101-2/+2
* Merge r258758 (by adrian) from head:gavin2013-12-101-0/+1
* Merge r257754 (by adrian) from head:gavin2013-12-101-4/+8
* Create a new function to complete 802.11 mbuf transmission.adrian2013-08-272-0/+33
* Migrate the ff_encap1() routine out into the normal output code.adrian2013-08-263-39/+42
* Add in some backwards compatability hacks to make -HEAD net80211 compileadrian2013-08-223-0/+27
* Reorder the mbuf defines to make more sense and group related flagsandre2013-08-191-8/+5
* Migrate the net80211 protocol specific use of M_FRAG, M_FIRSTFRAG andandre2013-08-191-2/+5
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-192-2/+4
* Don't return ENOTSUPP here - the net80211 pluggable ioctl API will treatadrian2013-08-181-2/+2
* Return the correct status if ieee80211_ff_check() consumes the mbuf.adrian2013-08-181-2/+1
* Replace the homegrown implementation of nitems() with calls to nitems()rpaulo2013-08-146-56/+37
* Blank m_nextpkt before passing it up.adrian2013-08-121-0/+1
* When flushing packets from the powersave queue, make sure thatadrian2013-08-121-0/+1
* Add in missing m_free()'s during error conditions.adrian2013-08-101-0/+6
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-0812-61/+54
* Allow net80211 to compile on stable/9 and stable/8.adrian2013-08-074-0/+22
* Fix compilation when debugging is disabled.adrian2013-07-281-2/+1
* Commit the missing header change.adrian2013-07-281-0/+2
* Refactor the VAP transmit path code into a utility function that bothadrian2013-07-282-217/+155
* Add ieee80211_add_{qos,wpa,rsn}() functions since they are needed by anrpaulo2013-07-253-40/+46
* Make kassert_printf use __printflike.alfred2013-07-071-1/+1
* Add a missing unlock.adrian2013-07-051-0/+1
* Document the current 11n rate selection shortcoming in the AMRR code.adrian2013-07-051-0/+8
* Implement basic 802.11n awareness in the PHY and AMRR rate control code.adrian2013-07-043-30/+315
* Don't panic the kernel if we run wpa_supplicant on a hostap VAP.rpaulo2013-06-291-1/+3
* Fix typo (dbM -> dBm)eadler2013-06-141-1/+1
* Don't hold the node lock over the iterator.adrian2013-06-071-4/+24
* Fix net80211 fragment creation.adrian2013-05-251-4/+15
* Fix a VAP BSS node reference in the HT code to actually take a referenceadrian2013-05-101-1/+7
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-264-4/+4
* Implement a utility function to return the current TX power cap foradrian2013-04-161-0/+22
* Add VNET wrappers around the rest of the ieee80211 rtsock messages.adrian2013-03-201-0/+10
* Kill this, it's not needed at this point and (hopefully) the parentadrian2013-03-101-2/+0
* Fix another compiler warning issue when invariants are disabled.adrian2013-03-091-2/+1
* Fix non-invariant compilation.adrian2013-03-091-6/+3
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-0813-250/+458
* Disable this variable; the code using it is also disabled.adrian2013-02-181-0/+2
* Disable this code and add a note as to why.adrian2013-02-181-0/+15
* Fix an incorrect sizeof()adrian2013-02-161-1/+1
* Mesh: QoS Control field bit flags fix.monthadar2013-02-141-3/+3
* Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',glebius2013-02-123-4/+6
* Fix ieee80211_mesh.c compilation.adrian2013-02-081-0/+4
OpenPOWER on IntegriCloud