summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2011-11-22cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg2-0/+230
2011-11-22cfg80211: add flags for off-channel capabilitiesJohannes Berg1-1/+3
2011-11-22mac80211: minor cleanup to mesh state lockingJohannes Berg1-3/+3
2011-11-22mac80211: remove unused ASSOC_AP flagJohannes Berg3-5/+2
2011-11-22mac80211: transmit fragment list to driversJohannes Berg3-35/+69
2011-11-22mac80211: make TX LED handling independent of fragmentationJohannes Berg1-12/+16
2011-11-22mac80211: move fragment flag adjustmentJohannes Berg1-9/+9
2011-11-22mac80211: use skb list for fragmentsJohannes Berg5-71/+82
2011-11-18mac80211: call ieee80211_recalc_idle() after sending packetsFelix Fietkau2-8/+11
2011-11-18minstrel_ht: Remove unused function parametersPatrick Kelle1-14/+12
2011-11-18mac80211: memory leak in mesh_queue_preq()Dan Carpenter1-0/+1
2011-11-18mac80211: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2011-11-18mac80211: Get rid of search loop for rate group indexHelmut Schaa1-16/+16
2011-11-18mac80211: Check rate->idx before rate->countHelmut Schaa1-2/+2
2011-11-18mac80211: remove crypto special case for auth framesJohannes Berg1-2/+0
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-10net/mac80211/debugfs.c: use kstrtoul, etcJulia Lawall1-1/+1
2011-11-10mac80211: implement wifi TX statusJohannes Berg4-3/+113
2011-11-10mac80211: Also report the STA's TDLS flag via nl80211Helmut Schaa1-1/+4
2011-11-10cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg1-3/+8
2011-11-10mac80211: send unexpected 4addr eventJohannes Berg2-7/+25
2011-11-10mac80211: report OBSS beaconsJohannes Berg3-1/+17
2011-11-10mac80211: support client probeJohannes Berg2-18/+95
2011-11-10mac80211: support spurious class3 eventJohannes Berg1-0/+7
2011-11-10mac80211: add support for control port protocol in AP modeJohannes Berg2-2/+32
2011-11-10mac80211: add helper to free TX skbJohannes Berg1-0/+6
2011-11-10mac80211: simplify mesh frame queue mapping and QoSJavier Cardona4-7/+4
2011-11-10mac80211: check if frame is really part of this BAThomas Pedersen1-0/+5
2011-11-10mac80211: QoS multicast frames have No Ack policyThomas Pedersen2-2/+10
2011-11-10mac80211: Avoid filling up mesh preq queue with redundant requestsJavier Cardona2-2/+16
2011-11-10mac80211: verify virtual interfaces in driver APIJohannes Berg5-11/+69
2011-11-10mac80211: simplify ieee80211_work_workStanislaw Gruszka1-14/+3
2011-11-10mac80211: remove useless brackets in ieee80211_cfg_on_oper_channelStanislaw Gruszka1-2/+2
2011-11-10mac80211: remove uneeded scan_chan variableStanislaw Gruszka1-8/+6
2011-11-10mac80211: preserve EOSP in QoS headerJohannes Berg1-1/+4
2011-11-10mac80211: set BSS_CHANGED_IDLE on vif reconfigEliad Peller1-1/+2
2011-11-10mac80211: 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/linvil...John W. Linville7-19/+52
2011-11-09mac80211: allow frame aggregation for meshThomas Pedersen4-15/+8
2011-11-09mac80211: set HT capabilities for mesh peerThomas Pedersen2-12/+28
2011-11-09mac80211: add HT IEs to mesh framesThomas Pedersen4-0/+60
2011-11-09mac80211: Add HT helper functionsAlexander Simon3-45/+108