aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-19mac80211: fix endianess on mesh_path_error_tx() callsRui Paulo1-2/+2
2009-11-19mac80211: add per-station HT capability fileJohannes Berg1-0/+29
2009-11-19mac80211: avoid spurious deauth frames/messagesJohannes Berg1-0/+17
2009-11-19mac80211: request TX status where neededJohannes Berg1-2/+2
2009-11-19cfg80211: introduce capability for 4addr modeJohannes Berg6-29/+33
2009-11-19cfg80211: convert bools into flagsJohannes Berg1-1/+1
2009-11-18mac80211: use a structure to hold the mesh config information elementRui Paulo3-19/+11
2009-11-18mac80211: move TX status handlingJohannes Berg4-337/+351
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg12-24/+27
2009-11-18mac80211: Fix panic in aggregation handlingSujith1-0/+2
2009-11-18mac80211: make software rate control optionalJohannes Berg5-13/+42
2009-11-18mac80211: use fixed broadcast addressJohannes Berg6-19/+27
2009-11-18mac80211: remove dev_hold/put callsJohannes Berg1-11/+5
2009-11-18mac80211: improve rate handlingJohannes Berg2-18/+18
2009-11-18mac80211: trim RX dataJohannes Berg4-54/+61
2009-11-18mac80211: cleanup reorder buffer handlingJohannes Berg1-81/+81
2009-11-18mac80211: push michael MIC report after DA checkJohannes Berg1-24/+23
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg7-72/+58
2009-11-18mac80211: let sta_info_get_by_idx get sta by sdataJohannes Berg3-7/+8
2009-11-18mac80211: reduce the amount of unnecessary traffic on cooked monitor interfacesFelix Fietkau1-0/+5
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