summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2011-02-04mac80211: allow GO to scan like APJohannes Berg1-2/+5
2011-02-04mac80211: pass up beacons from external BSS when operating as APArik Nemtsov1-1/+2
2011-02-04mac80211: add HW flag for disabling auto link-PS in AP modeArik Nemtsov3-3/+31
2011-02-04mac80211: do not calc frame duration when using HW rate-controlArik Nemtsov1-1/+2
2011-02-04mac80211: Recalculate channel-type on iface removal.Ben Greear1-1/+8
2011-02-04mac80211: Warn users if HT fails because of freq mismatch.Ben Greear1-4/+22
2011-02-04mac80211: Show configured channel-type in netdev debugfs.Ben Greear1-0/+6
2011-02-04mac80211: Be more careful when changing channels.Ben Greear1-3/+16
2011-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-0/+39
2011-02-03mac80211: fix TX status cookie in HW offload caseJohannes Berg3-2/+9
2011-01-31mac80211: disable power save if an infra AP vif existsRajkumar Manoharan1-0/+8
2011-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-10/+16
2011-01-28mac80211: Add sdata state and flags to debugfs.Ben Greear1-0/+14
2011-01-28mac80211: add MCS information to radiotapJohannes Berg1-0/+17
2011-01-28Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller12-203/+119
2011-01-27mac80211: use DECLARE_EVENT_CLASSJohannes Berg1-169/+33
2011-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+3
2011-01-26mac80211: fix a crash in ieee80211_beacon_get_tim on change_interfaceFelix Fietkau1-0/+3
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf4-6/+10
2011-01-21mac80211: Fix skb-copy failure debug message.Ben Greear1-1/+1
2011-01-21kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-3/+3
2011-01-19mac80211: drop non-auth 3-addr data frames when running as a 4-addr stationFelix Fietkau1-3/+22
2011-01-19mac80211: allow advertising correct maximum aggregate sizeJohannes Berg1-1/+2
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg5-12/+31
2011-01-19mac80211: don't return beacons when mesh is disabledJohannes Berg1-0/+5
2011-01-19mac80211: Show max retry-counts in kernel messages.Ben Greear1-4/+4
2011-01-19mac80211: mesh only parameter mppath maybe unusedWey-Yi Guy1-1/+1
2011-01-19mac80211: add hw configuration for max ampdu buffer sizeLuciano Coelho2-0/+4
2011-01-19mac80211:mesh_mpp_table_grow call should depend on MESH_WORK_GROW_MPP_TABLE f...Nick Ledovskikh1-1/+1
2011-01-19mac80211: Rewrote code for checking if destinations are proxied.Joel A Fernandes1-5/+5
2011-01-13mac80211: use maximum number of AMPDU frames as default in BA RXLuciano Coelho1-9/+2
2011-01-13mac80211: fix lockdep warningJohannes Berg1-1/+11
2011-01-06mac80211: remove stray externJohannes Berg1-2/+2
2011-01-06mac80211: implement off-channel TX using hw r-o-c offloadJohannes Berg3-10/+81
2011-01-06mac80211: implement hardware offload for remain-on-channelJohannes Berg7-3/+287
2011-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-108/+96
2011-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+9
2011-01-04mac80211: fix some key comments and codeJohannes Berg1-21/+17
2011-01-04Revert "mac80211: temporarily disable reorder release timer"Christian Lamparter1-24/+0
2011-01-04mac80211: serialize rx path workersChristian Lamparter3-43/+49
2011-01-04mac80211: Fix mesh portal communication with other mesh nodes.Joel A Fernandes1-4/+10
2011-01-04mac80211: ignore PSM bit of reordered framesChristian Lamparter2-0/+6
2011-01-04mac80211: add missing synchronize_rcuJohannes Berg1-0/+6
2011-01-04mac80211: fix mesh forwarding when ratelimited tooMilton Miller1-2/+2
2010-12-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+5
2010-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-2/+12
2010-12-22mac80211: cleanup select_queueJohannes Berg1-14/+6
2010-12-22mac80211: check for CONFIG_MAC80211_LEDS in the tpt_led_trigger declarationLuciano Coelho1-0/+2
2010-12-22mac80211: selective throughput LED trigger activeJohannes Berg5-15/+59
2010-12-22mac80211: add throughput based LED blink triggerJohannes Berg7-9/+178