summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: remove message on receiving unexpected unencrypted framesJohannes Berg2008-04-151-5/+2Star
* mac80211: use short_preamble mode from capability if ERP IE not presentVladimir Koutny2008-04-091-8/+35
* mac80211: correct use_short_preamble handlingVladimir Koutny2008-04-011-5/+4Star
* mac80211: trigger ieee80211_sta_work after opening interfaceJan Niehusmann2008-04-011-0/+12
* rc80211-pid: fix rate adjustmentStefano Brivio2008-03-051-49/+43Star
* mac80211: fix kmalloc vs. net_ratelimitJohannes Berg2008-02-281-3/+4
* mac80211: Fix initial hardware configurationMichael Buesch2008-02-151-1/+4
* mac80211: Is not EXPERIMENTAL anymoreMichael Buesch2008-02-051-1/+0Star
* mac80211: fix initialisation error pathJohannes Berg2008-02-011-7/+7
* mac80211 rate control: fix section mismatchJohannes Berg2008-02-012-2/+2
* mac80211: make alignment warning optionalJohannes Berg2008-02-012-0/+19
* mac80211: fixing null qos data frames check for reordering bufferRon Rindjunsky2008-02-011-1/+1
* mac80211: fix alignment warningJohannes Berg2008-02-011-13/+33
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-291-7/+7
* mac80211: fix rx flow sparse errors, make functions staticRon Rindjunsky2008-01-292-7/+9
* rc80211-pid: fix last_sample initializationStefano Brivio2008-01-291-0/+2
* mac80211: fix RCU locking in __ieee80211_rx_handle_packetJohannes Berg2008-01-291-1/+0Star
* mac80211: Assign correct TID for local bridged packetsGuy Cohen2008-01-291-4/+5
* mac80211: A-MPDU Rx remove stop_rx_ba_session warning printRon Rindjunsky2008-01-291-3/+0Star
* mac80211: A-MPDU Rx stop aggregation on proper devRon Rindjunsky2008-01-291-3/+5
* mac80211: Initialize vif pointerIvo van Doorn2008-01-292-0/+2
* mac80211: add unified BSS configurationJohannes Berg2008-01-296-67/+77
* mac80211: Fix rate reporting regressionMichael Wu2008-01-293-22/+35
* mac80211: implement cfg80211 station handlingJohannes Berg2008-01-291-0/+192
* mac80211: add beacon configuration via cfg80211Johannes Berg2008-01-296-62/+213
* mac80211: move interface type to vif structureJohannes Berg2008-01-2912-117/+116Star
* mac80211: dont use interface indices in driversJohannes Berg2008-01-296-67/+73
* mac80211: Add radio led triggerIvo van Doorn2008-01-295-2/+49
* rc80211_pid should respect fixed rates.Andrew Lutomirski2008-01-291-4/+8
* mac80211: better rate control algorithm selectionJohannes Berg2008-01-297-65/+134
* mac80211: A-MPDU Rx handling DELBA requestsRon Rindjunsky2008-01-291-1/+39
* mac80211: A-MPDU Rx adding BAR handling capabilityRon Rindjunsky2008-01-293-6/+74
* mac80211: A-MPDU Rx handling aggregation reorderingRon Rindjunsky2008-01-292-3/+192
* mac80211: A-MPDU Rx MLME data initializationRon Rindjunsky2008-01-291-0/+14
* mac80211: A-MPDU Rx adding basic functionalityRon Rindjunsky2008-01-294-11/+225
* mac80211: A-MPDU Rx add MLME structuresRon Rindjunsky2008-01-291-0/+47
* mac80211: restructure __ieee80211_rxRon Rindjunsky2008-01-291-36/+50
* mac80211: make rc_pid_fop_events staticJohannes Berg2008-01-291-1/+1
* rc80211-pid: fix definition of rate control intervalStefano Brivio2008-01-291-2/+2
* mac80211: remove misleading 'res' variableJohannes Berg2008-01-291-2/+1Star
* rc80211-pid: pf_target tuningStefano Brivio2008-01-291-13/+13
* rc80211-pid: fix sta_info refcountingStefano Brivio2008-01-291-1/+2
* rc80211-pid: simplify and fix shift_adjustStefano Brivio2008-01-291-18/+16Star
* rc80211-pid: add kerneldoc for tunable parametersStefano Brivio2008-01-291-0/+24
* rc80211-pid: export human-readable target_pf value to debugfsStefano Brivio2008-01-292-2/+2
* mac80211: Restore rx.fc before every invocation of ieee80211_invoke_rx_handlersHelmut Schaa2008-01-291-0/+2
* net/mac80211/Kconfig: whitespace correctionsJohn W. Linville2008-01-281-12/+12
* mac80211: don't read ERP information from (re)association responseJohannes Berg2008-01-281-14/+0Star
* mac80211: move tx crypto decisionJohannes Berg2008-01-283-41/+22Star
* mac80211: implement station stats retrievalJohannes Berg2008-01-281-0/+26