summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* remove ic_stats; it was intended to accumulate stats from vaps as theysam2009-02-133-3/+0
* strip M_FRAG & co mbufs coming down from ip_output, these flags aresam2009-02-131-1/+2
* o replace ieee80211_node_reclaim by individual operations to release thesam2009-02-121-60/+2
* Add a ieee80211_waitfor_parent() function that will wait for all deferredthompsa2009-02-124-2/+18
* improve key index map reclaim debug msgsam2009-02-111-6/+5
* oops, fix octal escape sequencesam2009-02-111-1/+1
* remove bogus reference reclaim on the slave-side bss node on beacon misssam2009-02-111-1/+0
* fix mis-numbering of IEEE80211_MSG_BITSsam2009-02-111-4/+4
* when operating as a slave, clear neighbor entries and the peer bss nodesam2009-02-101-2/+16
* clean neighbor entries on beacon misssam2009-02-101-1/+13
* correctly fixup iv_des_chan after installing a new channel table; if thesam2009-02-101-1/+2
* mark M_LASTFRAG at the last fragment.weongyo2009-02-091-0/+3
* o change _db_show_key to always dump the contents instead of checkingsam2009-02-051-4/+36
* o add IEEE80211_KEY_BITS for %b printing of wk_flagssam2009-02-052-15/+9
* When crafting a media setting w/ an auto (non-fixed) rate mask out thesam2009-02-031-12/+14
* when promoting an 11b channel to 11g do not accept a ``pure G'' (OFDM only)sam2009-02-011-2/+2
* setup default fixed rates for static turbo and 11n;sam2009-01-291-6/+22
* set ni_txparms for static turbo modesam2009-01-291-6/+11
* setup default rate set for static turbo modesam2009-01-291-0/+1
* add an assert to verify the number of channels returned by ic_getradiocapssam2009-01-281-0/+2
* change null_getradiocaps to return the actual count of channels insteadsam2009-01-281-1/+1
* Extend channel definition with:sam2009-01-271-0/+3
* fix commentsam2009-01-271-1/+1
* Remove assumptions about the max # channels in ioctl's:sam2009-01-272-30/+73
* change ic_getradiocaps driver callback to include the max # channelssam2009-01-273-6/+8
* o add country codes from Atheros regulatory; these are not listed insam2009-01-271-10/+43
* o make %b msg bit defines public (to user apps too)sam2009-01-277-61/+61
* fill in ieee channel #'s and max tx power for drivers that work exclusivelysam2009-01-271-0/+15
* add new state bit to indicate when interference is observed on the channelsam2009-01-271-0/+3
* change IEEE80211_IS_CHAN_OFDM and IEEE80211_IS_CHAN_CCK to return truesam2009-01-271-2/+2
* define IEEE80211_CHAN_108A and IEEE80211_CHAN_108G in terms of theirsam2009-01-271-2/+2
* If the parent up/down task was queued then sync with it before returning fromthompsa2009-01-251-0/+3
* fix regulatory state check for all vaps' being down; it must be donesam2009-01-231-7/+7
* add defines for driver-private bits to eliminate use of constantssam2009-01-231-1/+4
* add missing return that broke WPA1+2 supportsam2009-01-111-0/+1
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-0818-20/+1024
* only mark an infrastructure node to require an associd for xmit; fixes adhocsam2009-01-071-1/+4
* mark discovered neighbors QoS capable if they advertise wmesam2008-12-311-0/+4
* follow prevailing stylesam2008-12-313-3/+3
* convert MALLOC/FREE to malloc/freesam2008-12-1814-51/+51
* fix commentsam2008-12-161-1/+1
* Fix ucastkey teardown for drivers that plumb clear keys or similarsam2008-12-151-1/+1
* remove extraneous ';'sam2008-12-151-1/+1
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butsam2008-12-159-33/+20
* Replace adhoc checks in ieee80211_start with a per-node flag thatsam2008-12-155-17/+19
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* correct sortingsam2008-11-231-1/+1
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-223-3/+3
* Fix checks for fast frames negotiation. ni_ath_flags holds thesam2008-10-304-4/+4
* o use the new association callback to notify the driver when joining a bsssam2008-10-272-2/+11
OpenPOWER on IntegriCloud