aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/status.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-11mac80211: add TDLS connection timeoutLiad Kaufman1-1/+20
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-06-23net: Mac80211: Remove silly timespec danceThomas Gleixner1-5/+2
2014-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-6/+19
2014-05-28mac80211: reduce packet loss notifications under loadFelix Fietkau1-6/+19
2014-04-22mac80211: fixup radiotap tx flags for RTS/CTSBob Copeland1-3/+2
2014-04-09mac80211: update last_tx_rate only for data frameChun-Yeow Yeoh1-0/+1
2014-02-04mac80211: remove set but unused variablesJohannes Berg1-2/+1
2013-12-02mac80211: Tx frame latency statisticsMatti Gottlieb1-0/+78
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-12/+19
2013-10-28mac80211: implement SMPS for APEmmanuel Grumbach1-12/+19
2013-09-30mac80211: update sta->last_rx on acked tx framesFelix Fietkau1-0/+3
2013-08-01mac80211: report some VHT radiotap infos for tx statusKarl Beldan1-13/+63
2013-08-01mac80211: use oneshot blink API for LED triggersFabio Baltieri1-1/+1
2013-07-16mac80211: select and adjust bitrates according to channel modeSimon Wunderlich1-5/+13
2013-02-04mac80211: mesh power save basicsMarco Porsch1-0/+7
2013-01-31mac80211: start auth/assoc timeout on frame statusJohannes Berg1-4/+8
2013-01-29mac80211: remove IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka1-5/+1
2012-12-11Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-1/+5
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-0/+3
2012-12-05mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka1-1/+5
2012-11-29mac80211: add debugfs file for last ack signalSaravana1-0/+3
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+9
2012-11-10mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau1-0/+9
2012-10-30mac80211: combine status/drop reportingJohannes Berg1-74/+71
2012-10-17mac80211: track needed RX chains for channel contextsJohannes Berg1-7/+8
2012-10-08mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau1-2/+2
2012-09-10mac80211: validate skb->dev in the tx status pathFelix Fietkau1-18/+30
2012-08-20mac80211: support P2P Device abstractionJohannes Berg1-7/+15
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg1-2/+7
2012-06-24mac80211: clean up debuggingJohannes Berg1-7/+4
2012-06-22mac80211: two small verbose debug cleanupsJohannes Berg1-1/+1
2012-06-06mac80211: unify SW/offload remain-on-channelJohannes Berg1-24/+4
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-1/+1
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-04-13mac80211: fix an issue in ieee80211_tx_info count field managementLorenzo Bianconi1-1/+7
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau1-1/+2
2012-02-27mac80211: clean up asm/unaligned.h inclusionJohannes Berg1-0/+1
2012-01-27mac80211: fix a few -Wshadow warningsJohannes Berg1-3/+3
2011-12-13mac80211: Make use of ieee80211_is_* functions in tx status pathHelmut Schaa1-10/+5
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-4/+4
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-21mac80211: Fix endian bug in radiotap header generationHelmut Schaa1-4/+4
2011-11-09mac80211: implement wifi TX statusJohannes Berg1-0/+38
2011-11-09mac80211: support client probeJohannes Berg1-18/+27
2011-11-09mac80211: add helper to free TX skbJohannes Berg1-0/+6
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-14mac80211: Populate radiotap header with MCS info for TX framesHelmut Schaa1-0/+23
2011-10-14mac80211: Build TX radiotap header dynamicallyHelmut Schaa1-35/+77
2011-10-11mac80211: fix offchannel TX cookie matchingJohannes Berg1-1/+1