aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-15mac80211: remove message on receiving unexpected unencrypted framesJohannes Berg1-5/+2
2008-04-09mac80211: use short_preamble mode from capability if ERP IE not presentVladimir Koutny1-8/+35
2008-04-01mac80211: correct use_short_preamble handlingVladimir Koutny1-5/+4
2008-04-01mac80211: trigger ieee80211_sta_work after opening interfaceJan Niehusmann1-0/+12
2008-03-04rc80211-pid: fix rate adjustmentStefano Brivio1-49/+43
2008-02-28mac80211: fix kmalloc vs. net_ratelimitJohannes Berg1-3/+4
2008-02-15mac80211: Fix initial hardware configurationMichael Buesch1-1/+4
2008-02-05mac80211: Is not EXPERIMENTAL anymoreMichael Buesch1-1/+0
2008-02-01mac80211: fix initialisation error pathJohannes Berg1-7/+7
2008-02-01mac80211 rate control: fix section mismatchJohannes Berg2-2/+2
2008-02-01mac80211: make alignment warning optionalJohannes Berg2-0/+19
2008-01-31mac80211: fixing null qos data frames check for reordering bufferRon Rindjunsky1-1/+1
2008-01-31mac80211: fix alignment warningJohannes Berg1-13/+33
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-7/+7
2008-01-28mac80211: fix rx flow sparse errors, make functions staticRon Rindjunsky2-7/+9
2008-01-28rc80211-pid: fix last_sample initializationStefano Brivio1-0/+2
2008-01-28mac80211: fix RCU locking in __ieee80211_rx_handle_packetJohannes Berg1-1/+0
2008-01-28mac80211: Assign correct TID for local bridged packetsGuy Cohen1-4/+5
2008-01-28mac80211: A-MPDU Rx remove stop_rx_ba_session warning printRon Rindjunsky1-3/+0
2008-01-28mac80211: A-MPDU Rx stop aggregation on proper devRon Rindjunsky1-3/+5
2008-01-28mac80211: Initialize vif pointerIvo van Doorn2-0/+2
2008-01-28mac80211: add unified BSS configurationJohannes Berg6-67/+77
2008-01-28mac80211: Fix rate reporting regressionMichael Wu3-22/+35
2008-01-28mac80211: implement cfg80211 station handlingJohannes Berg1-0/+192
2008-01-28mac80211: add beacon configuration via cfg80211Johannes Berg6-62/+213
2008-01-28mac80211: move interface type to vif structureJohannes Berg12-117/+116
2008-01-28mac80211: dont use interface indices in driversJohannes Berg6-67/+73
2008-01-28mac80211: Add radio led triggerIvo van Doorn5-2/+49
2008-01-28rc80211_pid should respect fixed rates.Andrew Lutomirski1-4/+8
2008-01-28mac80211: better rate control algorithm selectionJohannes Berg7-65/+134
2008-01-28mac80211: A-MPDU Rx handling DELBA requestsRon Rindjunsky1-1/+39
2008-01-28mac80211: A-MPDU Rx adding BAR handling capabilityRon Rindjunsky3-6/+74
2008-01-28mac80211: A-MPDU Rx handling aggregation reorderingRon Rindjunsky2-3/+192
2008-01-28mac80211: A-MPDU Rx MLME data initializationRon Rindjunsky1-0/+14
2008-01-28mac80211: A-MPDU Rx adding basic functionalityRon Rindjunsky4-11/+225
2008-01-28mac80211: A-MPDU Rx add MLME structuresRon Rindjunsky1-0/+47
2008-01-28mac80211: restructure __ieee80211_rxRon Rindjunsky1-36/+50
2008-01-28mac80211: make rc_pid_fop_events staticJohannes Berg1-1/+1
2008-01-28rc80211-pid: fix definition of rate control intervalStefano Brivio1-2/+2
2008-01-28mac80211: remove misleading 'res' variableJohannes Berg1-2/+1
2008-01-28rc80211-pid: pf_target tuningStefano Brivio1-13/+13
2008-01-28rc80211-pid: fix sta_info refcountingStefano Brivio1-1/+2
2008-01-28rc80211-pid: simplify and fix shift_adjustStefano Brivio1-18/+16
2008-01-28rc80211-pid: add kerneldoc for tunable parametersStefano Brivio1-0/+24
2008-01-28rc80211-pid: export human-readable target_pf value to debugfsStefano Brivio2-2/+2
2008-01-28mac80211: Restore rx.fc before every invocation of ieee80211_invoke_rx_handlersHelmut Schaa1-0/+2
2008-01-28net/mac80211/Kconfig: whitespace correctionsJohn W. Linville1-12/+12
2008-01-28mac80211: don't read ERP information from (re)association responseJohannes Berg1-14/+0
2008-01-28mac80211: move tx crypto decisionJohannes Berg3-41/+22
2008-01-28mac80211: implement station stats retrievalJohannes Berg1-0/+26