aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville7-14/+62
2011-12-01Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville1-1/+0
2011-11-30mac80211: remove unused function declarationMohammed Shafi Shajakhan1-1/+0
2011-11-30mac80211: revert on-channel work optimisationsJohannes Berg5-142/+13
2011-11-30mac80211: fill rate filter for internal scan requestsSimon Wunderlich1-0/+6
2011-11-28mac80211: remove tracing config symbolJohannes Berg3-25/+2
2011-11-28mac80211: clean up rx_h_mesh_fwdingThomas Pedersen1-49/+39
2011-11-28mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen5-77/+79
2011-11-28{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen5-1/+16
2011-11-28mac80211: fix forwarded mesh frame queue mappingThomas Pedersen4-21/+36
2011-11-28mac80211: fix switched HWMP frame addressesThomas Pedersen1-19/+11
2011-11-28mac80211: failed forwarded mesh frame addressingThomas Pedersen3-11/+8
2011-11-28{nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh2-0/+7
2011-11-28mac80211: Make __check_htcap_disable static.Ben Greear1-3/+3
2011-11-28mac80211: call skb_put() before copying the data (trivial)Eliad Peller1-1/+1
2011-11-28mac80211: fix TX warningJohannes Berg1-3/+4
2011-11-28mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau4-7/+17
2011-11-28mac80211: log reason and initiator when rx agg is stoppedNikolay Martynov1-2/+5
2011-11-28mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0Nikolay Martynov1-1/+1
2011-11-28mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov3-1/+44
2011-11-28mac80211: don't indicate probe resp change in IBSS modeArik Nemtsov1-2/+5
2011-11-28mac80211: dereference RCU protected probe_resp pointer correctlyArik Nemtsov1-1/+1
2011-11-28mac80211: fix duration calculation for QoS NOACK framesSimon Wunderlich1-5/+9
2011-11-28mac80211: Add NoAck per tid supportSimon Wunderlich4-1/+22
2011-11-28mac80211: remove debugfs noack testSimon Wunderlich4-47/+2
2011-11-28mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach1-0/+14
2011-11-28mac80211: fix race condition caused by late addBA responseNikolay Martynov1-1/+17
2011-11-28mac80211: don't stop a single aggregation session twiceJohannes Berg1-2/+8
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville17-0/+18
2011-11-21mac80211: fix RCU warnings in meshJohannes Berg1-22/+5
2011-11-21mac80211: Support ht-cap over-rides.Ben Greear9-18/+140
2011-11-21cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg2-0/+230
2011-11-21cfg80211: add flags for off-channel capabilitiesJohannes Berg1-1/+3
2011-11-21mac80211: minor cleanup to mesh state lockingJohannes Berg1-3/+3
2011-11-21mac80211: remove unused ASSOC_AP flagJohannes Berg3-5/+2
2011-11-21mac80211: transmit fragment list to driversJohannes Berg3-35/+69
2011-11-21mac80211: make TX LED handling independent of fragmentationJohannes Berg1-12/+16
2011-11-21mac80211: move fragment flag adjustmentJohannes Berg1-9/+9
2011-11-21mac80211: use skb list for fragmentsJohannes Berg5-71/+82
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-17mac80211: call ieee80211_recalc_idle() after sending packetsFelix Fietkau2-8/+11
2011-11-17minstrel_ht: Remove unused function parametersPatrick Kelle1-14/+12
2011-11-17mac80211: memory leak in mesh_queue_preq()Dan Carpenter1-0/+1
2011-11-17mac80211: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2011-11-17mac80211: Get rid of search loop for rate group indexHelmut Schaa1-16/+16
2011-11-17mac80211: Check rate->idx before rate->countHelmut Schaa1-2/+2
2011-11-17mac80211: 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