aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/status.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-02mac80211: fix TX status cookie in HW offload caseJohannes Berg1-1/+6
2010-12-06mac80211: speed up AP probing using nullfunc framesFelix Fietkau1-9/+9
2010-11-29mac80211: implement off-channel mgmt TXJohannes Berg1-1/+14
2010-11-24mac80211: implement packet loss notificationJohannes Berg1-0/+22
2010-11-24mac80211: use nullfunc instead of probe request for connection monitoringFelix Fietkau1-0/+4
2010-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+2
2010-10-07Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath"John W. Linville1-2/+2
2010-10-05mac80211: distinct between max rates and the number of rates the hw can reportHelmut Schaa1-1/+1
2010-09-24mac80211: clear txflags for ps-filtered framesChristian Lamparter1-0/+1
2010-08-25net/mac80211: Use wiphy_<level>Joe Perches1-5/+4
2010-08-24cfg80211/mac80211: extensible frame processingJohannes Berg1-1/+1
2010-06-28mac80211: use netif_receive_skb in ieee80211_tx_status callpathJohn W. Linville1-2/+2
2010-06-02wireless: fix several minor description typosWalter Goldens1-1/+1
2010-04-26mac80211: Fix sta->last_tx_rate setting with no-op rate control devicesJuuso Oikarinen1-0/+7
2010-03-15mac80211: optimize tx status processingFelix Fietkau1-7/+7
2010-02-15cfg80211/mac80211: allow registering for and sending action framesJouni Malinen1-1/+6
2010-02-09mac80211: Retry null data frame for power save.Vivek Natarajan1-2/+15
2010-01-25mac80211: fill jiffies/vif on filtered framesJohannes Berg1-0/+3
2010-01-19mac80211: re-enable re-transmission of filtered framesJohannes Berg1-27/+5
2010-01-19mac80211: clear TX control on filtered framesJohannes Berg1-0/+8
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-1/+1
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg1-0/+38
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-1/+1
2009-12-21mac80211: make station management completely depend on vifJohannes Berg1-3/+5
2009-12-04mac80211: Fix TX status reporting for injected data framesJouni Malinen1-1/+5
2009-11-18mac80211: move TX status handlingJohannes Berg1-0/+337