aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-16mac80211: Do not queue Probe Request frames for station MLMEJouni Malinen1-1/+0
2009-11-13mac80211: fix broadcast frame handling for 4-addr AP VLANsFelix Fietkau1-1/+1
2009-11-13mac80211: update copyrights to 2009Rui Paulo5-5/+5
2009-11-13mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo4-0/+23
2009-11-13mac80211: implement a timer to send RANN action framesRui Paulo4-0/+54
2009-11-13mac80211: replace "destination" with "target" to follow the specRui Paulo6-130/+133
2009-11-13mac80211: add the DS params to the beaconRui Paulo1-0/+7
2009-11-13mac80211: fix BSSID setup for beacon framesRui Paulo1-1/+1
2009-11-13mac80211: set the AID field correctly for mesh peer framesRui Paulo1-1/+2
2009-11-13mac80211: properly forward the RANN IERui Paulo1-1/+3
2009-11-13mac80211: update PERR frame formatRui Paulo3-13/+60
2009-11-13mac80211: implement RANN processing and forwardingRui Paulo3-8/+76
2009-11-11mac80211: fix max HT rate processing on mac80211Luis R. Rodriguez1-3/+15
2009-11-11mac80211: implement support for 4-address frames for AP and client modeFelix Fietkau6-11/+96
2009-11-11mac80211: improve peer link management debuggingRui Paulo1-2/+13
2009-11-11mac80211: improve HWMP debuggingRui Paulo1-6/+5
2009-11-11mac80211: allow processing of more than one HWMP IERui Paulo1-22/+25
2009-11-11mac80211: add MAC80211_VERBOSE_MHWMP_DEBUGRui Paulo2-4/+28
2009-11-11mac80211: update the format of path selection framesRui Paulo2-1/+2
2009-11-11mac80211: update peer link management IE and action framesRui Paulo4-18/+20
2009-11-11mac80211: fix typo in a commentRui Paulo1-1/+1
2009-11-11mac80211: implement the meshconf formation info fieldRui Paulo2-3/+8
2009-11-11mac80211: set MESH_TTL to 31Rui Paulo1-1/+1
2009-11-11mac80211: update meshconf IERui Paulo2-45/+34
2009-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller18-656/+429
2009-11-06mac80211: async station powersave handlingJohannes Berg6-85/+168
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-13/+20
2009-11-04mac80211: fix internal scan requestJohannes Berg1-0/+1
2009-11-04mac80211: Fix IBSS mergeSujith1-0/+4
2009-11-04mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg1-2/+16
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-13/+20
2009-11-02cfg80211: validate scan channelsJohannes Berg1-11/+2
2009-11-02mac80211: fix scan abort sanity checksJohannes Berg1-4/+8
2009-11-02mac80211: make CALL_TXH a statementJohannes Berg1-16/+18
2009-11-02mac80211: check interface is down before type changeJohannes Berg1-3/+3
2009-10-30mac80211: remove bogus codeJohannes Berg1-7/+0
2009-10-30mac80211: remove sent_ps_bufferedJohannes Berg2-6/+3
2009-10-30mac80211: also drop qos-nullfunc frames silentlyJohannes Berg1-5/+10
2009-10-30mac80211: unconditionally set IEEE80211_TX_CTL_SEND_AFTER_DTIMJohannes Berg1-4/+3
2009-10-30mac80211: deprecate qual valueJohannes Berg3-5/+0
2009-10-30mac80211: introduce ieee80211_beacon_get_tim()Johannes Berg1-3/+14
2009-10-30mac80211: make align adjustment code support paged SKBZhu Yi1-4/+4
2009-10-30mac80211: remove RX_FLAG_RADIOTAPJohannes Berg2-25/+16
2009-10-30mac80211: fix radiotap header generationJohannes Berg1-14/+12
2009-10-30mac80211: split hardware scan by bandJohannes Berg3-32/+80
2009-10-30mac80211: remove outdated commentJohannes Berg1-2/+0
2009-10-30mac80211: fix dynamic power save for devices with nullfunc support in hwKalle Valo1-1/+5
2009-10-30mac80211: refactor dynamic power save checkKalle Valo1-3/+21
2009-10-30cfg80211/mac80211: use debugfs_remove_recursiveJohannes Berg10-432/+49