summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_sta.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of bugs with 802.11n:rpaulo2010-03-181-1/+6
* fixes a broken software beacon miss handler. There is a race to checkweongyo2010-03-141-0/+2
* When taking the AMPDU reorder fastpath, need_tap wasn't beingrpaulo2010-02-031-2/+1
* Call ieee80211_radiotap_rx, not ieee80211_radiotap_tx on sta_input()rpaulo2010-01-251-1/+1
* on transition to SLEEP state mark the station in power save, not awakesam2009-09-031-1/+1
* Revamp 802.11 action frame handling:sam2009-07-051-1/+1
* When associating to an AP we don't know if HT is negotiated untilsam2009-06-111-0/+1
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-3/+3
* o station mode channel switch supportsam2009-06-041-7/+145
* Fix handling of devices w/o radiotap support:sam2009-05-251-1/+1
* Overhaul monitor mode handling:sam2009-05-201-22/+17
* whitespacesam2009-04-261-0/+1
* print both fc bytes when hitting a protocol version mismatchsam2009-04-261-1/+2
* add iv_recv_ctl method to allow hooking rx ctl frame handlingsam2009-04-261-0/+8
* o use shared code to handle bpf tap and mbuf cleanupsam2009-04-261-5/+2
* Remove spurious 'or'.rpaulo2009-04-231-1/+1
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-0/+5
* shuffle code so things build w/o INVARIANTS or IEEE80211_SUPPORT_SUPERGsam2009-03-251-3/+3
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-69/+14
* convert MALLOC/FREE to malloc/freesam2008-12-181-1/+1
* Fix checks for fast frames negotiation. ni_ath_flags holds thesam2008-10-301-1/+1
* o use the new association callback to notify the driver when joining a bsssam2008-10-271-0/+5
* add/improve debug msgssam2008-10-251-2/+2
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* RIFS support; needs driver callback for dynamic state changesam2008-09-221-1/+2
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-211-1/+3
* Revamp ht ie handling:sam2008-09-211-5/+6
* Cleanup AMPDU handling:sam2008-09-211-13/+9
* make all checks if ni_chw consistentsam2008-09-061-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-0/+1647
OpenPOWER on IntegriCloud