aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-06mac80211: init mesh timer for user authed STAsThomas Pedersen2-1/+5
2013-03-06mac80211: disallow changing auto_open_plinksThomas Pedersen1-1/+4
2013-03-06mac80211: support userspace MPMThomas Pedersen6-6/+14
2013-03-06cfg80211: rename mesh station typesThomas Pedersen1-2/+2
2013-03-06mac80211: improve minstrels rate sorting by means of throughput & probabilityThomas Huehn3-36/+49
2013-03-06mac80211: treat minstrel success probabilities below 10% as implausibleThomas Huehn1-1/+6
2013-03-06mac80211: add lowest rate into minstrel's random rate sampling tableThomas Huehn3-15/+10
2013-03-06mac80211: extend minstrel's rate sampling to avoid unsampled ratesThomas Huehn2-4/+10
2013-03-06mac80211: add documentation and verbose variable names inThomas Huehn2-33/+50
2013-03-06mac80211: merge value scaling macros of minstrel_ht and minstrelThomas Huehn4-13/+12
2013-03-06mac80211: merge EWMA calculation of minstrel_ht and minstrelThomas Huehn3-21/+17
2013-03-06mac80211/minstrel_ht: disable multiple consecutive sample attemptsFelix Fietkau1-1/+1
2013-03-06mac80211: add VHT capabilities station debugfs fileJohannes Berg1-0/+31
2013-03-06mac80211: restrict peer's VHT capabilities to ownJohannes Berg1-1/+113
2013-03-06mac80211: fix HT capability overrides for AP stationJohannes Berg1-23/+25
2013-03-06mac80211: don't apply HT overrides to TDLS peersJohannes Berg1-9/+5
2013-03-06mac80211: simplify AP interface stopJohannes Berg1-2/+4
2013-03-06mac80211: flush keys when stopping APJohannes Berg2-2/+5
2013-03-06mac80211: defer tailroom counter manipulation when roamingJohannes Berg6-11/+68
2013-03-06mac80211: remove IEEE80211_KEY_FLAG_WMM_STAJohannes Berg1-26/+0
2013-03-06mac80211: merge reconfig assign chanctx codeStanislaw Gruszka1-25/+22
2013-03-06mac80211: cleanup suspend/resume on mesh modeStanislaw Gruszka5-97/+3
2013-03-06mac80211: cleanup suspend/resume on ibss modeStanislaw Gruszka2-32/+1
2013-03-06mac80211: cleanup suspend/resume on managed modeStanislaw Gruszka2-89/+2
2013-03-06mac80211: cleanup generic suspend/resume proceduresStanislaw Gruszka5-154/+6
2013-03-06cfg80211/mac80211: disconnect on suspendStanislaw Gruszka1-1/+1
2013-03-06mac80211: remove napiStanislaw Gruszka3-39/+0
2013-03-06mac80211/minstrel_ht: fix spacing between sample attemptsFelix Fietkau1-1/+1
2013-03-06mac80211/minstrel_ht: increase sampling frequency of some slower ratesFelix Fietkau2-8/+13
2013-03-06minstrel_ht: increase sampling frequencyFelix Fietkau1-2/+2
2013-03-06mac80211/minstrel_ht: improve max_prob_rate selectionFelix Fietkau1-8/+19
2013-03-06mac80211/minstrel_ht: improve accuracy of throughput metric at high data ratesFelix Fietkau1-10/+13
2013-03-06mac80211: Allow drivers to differentiate between ROC typesIlan Peer5-14/+28
2013-03-06mac80211: support VHT capability overridesJohannes Berg4-1/+135
2013-03-06wireless: move sequence number arithmetic to ieee80211.hJohannes Berg1-32/+21
2013-03-06mac80211: clarify alignment commentJohannes Berg1-2/+4
2013-03-06cfg80211: comprehensively check station changesJohannes Berg1-47/+78
2013-03-06cfg80211: clean up mesh plink station change APIJohannes Berg1-3/+11
2013-03-06Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg4-35/+92
2013-03-02mac80211: another fix for idle handling in monitor modeFelix Fietkau1-0/+6
2013-03-01mac80211: fix VHT MCS calculationJohannes Berg1-0/+3
2013-03-01mac80211: fix oops on mesh PS broadcast forwardingMarco Porsch1-1/+2
2013-02-28mac80211: really fix monitor mode channel reportingJohannes Berg1-8/+13
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-28/+17
2013-02-27mac80211: convert to idr_alloc()Tejun Heo2-16/+4
2013-02-26mac80211: Fix crash due to un-canceled work-itemsBen Greear1-0/+11
2013-02-26mac80211: stop timers before canceling work itemsBen Greear1-5/+9
2013-02-26mac80211: fix monitor mode channel reportingFelix Fietkau1-3/+9
2013-02-26mac80211: fix idle handling in monitor modeFelix Fietkau1-1/+1
2013-02-26mac80211: Ensure off-channel frames don't get queuedSeth Forshee1-25/+31