aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/status.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix offchannel TX cookie matchingJohannes Berg2011-11-111-1/+1
* mac80211: allow low level drivers to report packet lossArik Nemtsov2011-04-281-0/+8
* mac80211: Minor optimization in tx status handlingHelmut Schaa2011-03-301-4/+7
* mac80211: support direct offchannel TX offloadJohannes Berg2011-02-251-0/+4
* mac80211: Fix a race on enabling power save.Vivek Natarajan2011-02-231-2/+0
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2011-02-181-1/+6
|\
| * mac80211: fix TX status cookie in HW offload caseJohannes Berg2011-02-021-1/+6
* | mac80211: add HW flag for disabling auto link-PS in AP modeArik Nemtsov2011-02-031-0/+4
|/
* mac80211: speed up AP probing using nullfunc framesFelix Fietkau2010-12-061-9/+9
* mac80211: implement off-channel mgmt TXJohannes Berg2010-11-291-1/+14
* mac80211: implement packet loss notificationJohannes Berg2010-11-241-0/+22
* mac80211: use nullfunc instead of probe request for connection monitoringFelix Fietkau2010-11-241-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-071-2/+2
|\
| * Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath"John W. Linville2010-10-071-2/+2
* | mac80211: distinct between max rates and the number of rates the hw can reportHelmut Schaa2010-10-051-1/+1
* | mac80211: clear txflags for ps-filtered framesChristian Lamparter2010-09-241-0/+1
* | net/mac80211: Use wiphy_<level>Joe Perches2010-08-251-5/+4
* | cfg80211/mac80211: extensible frame processingJohannes Berg2010-08-241-1/+1
|/
* mac80211: use netif_receive_skb in ieee80211_tx_status callpathJohn W. Linville2010-06-281-2/+2
* wireless: fix several minor description typosWalter Goldens2010-06-021-1/+1
* mac80211: Fix sta->last_tx_rate setting with no-op rate control devicesJuuso Oikarinen2010-04-261-0/+7
* mac80211: optimize tx status processingFelix Fietkau2010-03-151-7/+7
* cfg80211/mac80211: allow registering for and sending action framesJouni Malinen2010-02-151-1/+6
* mac80211: Retry null data frame for power save.Vivek Natarajan2010-02-091-2/+15
* mac80211: fill jiffies/vif on filtered framesJohannes Berg2010-01-251-0/+3
* mac80211: re-enable re-transmission of filtered framesJohannes Berg2010-01-191-27/+5
* mac80211: clear TX control on filtered framesJohannes Berg2010-01-191-0/+8
* mac80211: add ieee80211_sdata_runningJohannes Berg2009-12-281-1/+1
* mac80211: enable spatial multiplexing powersaveJohannes Berg2009-12-221-0/+38
* mac80211: reduce reliance on netdevJohannes Berg2009-12-211-1/+1
* mac80211: make station management completely depend on vifJohannes Berg2009-12-211-3/+5
* mac80211: Fix TX status reporting for injected data framesJouni Malinen2009-12-041-1/+5
* mac80211: move TX status handlingJohannes Berg2009-11-181-0/+337