summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-171-1/+4
|\
| * mac80211: Fix the Problem of Unreachable Mesh STA from DSChun-Yeow Yeoh2012-07-111-0/+3
| * mac80211: fix read outside array boundsChristian Lamparter2012-07-101-1/+1
* | mac80211: tx: do not drop non-robust mgmt to non-MFP stas.Nicolas Cavallari2012-07-121-0/+3
* | mac80211: restructure key selectionJohannes Berg2012-07-121-9/+13
* | mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn2012-07-031-2/+1Star
* | mac80211: remove tx_frags driver callbackJohannes Berg2012-07-021-5/+2Star
* | cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev2012-07-021-0/+2
* | mac80211: don't expose ieee80211_add_srates_ie()Johannes Berg2012-06-281-2/+2
* | mac80211: remove unused functionJohannes Berg2012-06-261-6/+0Star
* | mac80211: clean up debuggingJohannes Berg2012-06-241-26/+17Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-061-3/+6
|\|
| * mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSSChun-Yeow Yeoh2012-06-041-3/+6
* | net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-8/+6Star
|/
* mac80211: fix flag check for QoS NOACK framesClaudio Pisa2012-05-291-1/+1
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-11/+6Star
* mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-6/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-081-1/+2
|\
| * mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau2012-04-301-1/+2
* | mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau2012-04-241-1/+1
* | mac80211: remove hw.conf.channel usage where possibleMichal Kazior2012-04-131-2/+2
* | mac80211: add improved HW queue controlJohannes Berg2012-04-111-9/+29
* | mac80211: add explicit monitor interface if neededJohannes Berg2012-04-111-2/+5
* | mac80211: Indicate basic rates when adding rate IEsAshok Nagarajan2012-04-111-2/+2
* | mac80211: Implement mesh synchronization frameworkJavier Cardona2012-04-101-0/+5
* | mac80211: sanity check for null SSIDStanislaw Gruszka2012-04-101-1/+1
* | mac80211: use IEEE80211_NUM_ACSJohannes Berg2012-04-101-1/+1
* | mac80211: clean up uAPSD TX codeJohannes Berg2012-04-101-3/+3
* | mac80211: fix mesh TX coding styleJohannes Berg2012-04-101-6/+6
* | mac80211: optimize aggregation session timeout handlingFelix Fietkau2012-04-091-2/+1Star
* | wireless: rename ht_info to ht_operationJohannes Berg2012-04-091-2/+2
|/
* mac80211: make uapsd_* keys per-vifEliad Peller2012-03-151-2/+2
* mac80211: Limit TID buffering during BA session setup/teardownHelmut Schaa2012-03-121-0/+6
* mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-291-6/+11
* mac80211: remove local_to_hwJohannes Berg2012-02-271-1/+1
* cfg80211: restructure AP/GO mode APIJohannes Berg2012-02-221-5/+8
* mac80211: add support for mcs masksSimon Wunderlich2012-01-301-0/+5
* mac80211: fix tx->skb NULL pointer dereferenceYoni Divinsky2012-01-161-9/+1Star
* mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa2011-12-151-4/+4
* mac80211: reduce station management complexityJohannes Berg2011-12-151-2/+2
* mac80211: count authorized stations per BSSJohannes Berg2011-12-151-11/+8Star
* mac80211: refactor station state transitionsJohannes Berg2011-12-151-1/+0Star
* mac80211: fix retransmitJohannes Berg2011-12-061-1/+4
* mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen2011-11-281-1/+1
* {nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh2011-11-281-0/+1
* mac80211: call skb_put() before copying the data (trivial)Eliad Peller2011-11-281-1/+1
* mac80211: fix TX warningJohannes Berg2011-11-281-3/+4
* mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov2011-11-281-0/+8
* mac80211: fix duration calculation for QoS NOACK framesSimon Wunderlich2011-11-281-5/+9
* mac80211: remove debugfs noack testSimon Wunderlich2011-11-281-9/+1Star