aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+6
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-6/+6
2011-11-21mac80211: Fix endian bug in radiotap header generationHelmut Schaa1-4/+4
2011-11-21mac80211: Fix AMSDU rate printout in debugfs.Ben Greear1-2/+2
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+11
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville29-376/+955
2011-11-11mac80211: fix warning in ieee80211_probe_clientJohannes Berg1-4/+5
2011-11-11minstrel: Remove unused function parameter in calc_rate_durations()Patrick Kelle1-4/+3
2011-11-11mac80211: Save probe response data for bssArik Nemtsov5-5/+74
2011-11-11mac80211: make sure hw_key exists before checking its flagsArik Nemtsov1-1/+2
2011-11-11mac80211: add recalc PS in ieee80211_reconfig()Eyal Shapira1-0/+2
2011-11-11mac80211/cfg80211: report monitor channel in wireless extensionsJohannes Berg1-0/+9
2011-11-11mac80211: simplify scan state machineJohannes Berg2-128/+82
2011-11-11mac80211: set carrier_on for ibss vifs only while joinedEliad Peller2-1/+5
2011-11-11mac80211: init rate-control for TDLS sta when supp-rates are knownArik Nemtsov1-1/+9
2011-11-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-4/+11
2011-11-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller2-4/+23
2011-11-09net/mac80211/debugfs.c: use kstrtoul, etcJulia Lawall1-1/+1
2011-11-09mac80211: implement wifi TX statusJohannes Berg4-3/+113
2011-11-09mac80211: Also report the STA's TDLS flag via nl80211Helmut Schaa1-1/+4
2011-11-09cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg1-3/+8
2011-11-09mac80211: send unexpected 4addr eventJohannes Berg2-7/+25
2011-11-09mac80211: report OBSS beaconsJohannes Berg3-1/+17
2011-11-09mac80211: support client probeJohannes Berg2-18/+95
2011-11-09mac80211: support spurious class3 eventJohannes Berg1-0/+7
2011-11-09mac80211: add support for control port protocol in AP modeJohannes Berg2-2/+32
2011-11-09mac80211: add helper to free TX skbJohannes Berg1-0/+6
2011-11-09mac80211: simplify mesh frame queue mapping and QoSJavier Cardona4-7/+4
2011-11-09mac80211: check if frame is really part of this BAThomas Pedersen1-0/+5
2011-11-09mac80211: QoS multicast frames have No Ack policyThomas Pedersen2-2/+10
2011-11-09mac80211: Avoid filling up mesh preq queue with redundant requestsJavier Cardona2-2/+16
2011-11-09mac80211: verify virtual interfaces in driver APIJohannes Berg5-11/+69
2011-11-09mac80211: simplify ieee80211_work_workStanislaw Gruszka1-14/+3
2011-11-09mac80211: remove useless brackets in ieee80211_cfg_on_oper_channelStanislaw Gruszka1-2/+2
2011-11-09mac80211: remove uneeded scan_chan variableStanislaw Gruszka1-8/+6
2011-11-09mac80211: preserve EOSP in QoS headerJohannes Berg1-1/+4
2011-11-09mac80211: set BSS_CHANGED_IDLE on vif reconfigEliad Peller1-1/+2
2011-11-09mac80211: handle HT PHY BSS membership selector value correctlyChristian Lamparter1-41/+49
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville7-19/+52
2011-11-09mac80211: fix race between connection monitor & suspendJohannes Berg1-1/+1
2011-11-09mac80211: fix bug in ieee80211_build_probe_reqJohannes Berg1-0/+4
2011-11-09mac80211: fix NULL dereference in radiotap codeJohannes Berg1-3/+6
2011-11-08mac80211: allow frame aggregation for meshThomas Pedersen4-15/+8
2011-11-08mac80211: set HT capabilities for mesh peerThomas Pedersen2-12/+28
2011-11-08mac80211: add HT IEs to mesh framesThomas Pedersen4-0/+60
2011-11-08mac80211: Add HT helper functionsAlexander Simon3-45/+108
2011-11-08mac80211: comment allocation of mesh framesThomas Pedersen3-35/+48
2011-11-08mac80211: support adding IV-room in the skb for CCMP keysArik Nemtsov2-3/+14
2011-11-08mac80211: exit cooked monitor RX early if there are noneJohannes Berg1-0/+4
2011-11-08mac80211: fix confusing parenthesesJohannes Berg1-1/+1