aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-27mac80211: fix offchannel queue stopJohannes Berg1-1/+4
2010-08-27mac80211: switch to ieee80211_sdata_runningJohannes Berg1-1/+1
2010-08-27mac80211: use subqueue helpersJohannes Berg1-2/+2
2010-08-24cfg80211/mac80211: extensible frame processingJohannes Berg1-3/+3
2010-07-26mac80211: Don't set per-BSS QoS for monitor interfacesSujith1-2/+6
2010-07-20mac80211: move QoS-enable to BSS infoJohannes Berg1-3/+4
2010-06-14mac80211: simplify station/aggregation codeJohannes Berg1-15/+16
2010-05-07mac80211: fix BSS info reconfigurationJohannes Berg1-5/+20
2010-04-08mac80211: enhance tracingJohannes Berg1-0/+4
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into mergeJohn W. Linville1-9/+9
2010-04-07mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg1-1/+1
2010-03-31mac80211: explicitly disable/enable QoSStanislaw Gruszka1-0/+5
2010-03-30mac80211: move netdev queue enabling to correct spotJohannes Berg1-6/+6
2010-03-30mac80211: correct typos in "unavailable upon resume" warningJohn W. Linville1-3/+3
2010-02-08mac80211: tear down all agg queues when restart/reconfig hwWey-Yi Guy1-0/+8
2010-02-08mac80211: allow station add/remove to sleepJohannes Berg1-9/+7
2010-01-15mac80211: fix memory leak in ieee80211_send_probe_reqMing Lei1-0/+1
2010-01-12mac80211: add U-APSD client supportKalle Valo1-0/+2
2010-01-12mac80211: flush workqueue before calling driver ->stop() methodLennert Buytenhek1-1/+1
2010-01-12mac80211: use Probe Request template when sending a direct scanKalle Valo1-24/+16
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+12
2010-01-05mac80211: No need to include WEXT headers hereJouni Malinen1-1/+0
2010-01-05mac80211: fix skb buffering issueJohannes Berg1-0/+12
2010-01-04mac80211: fix typo added by "mac80211: fix propagation of failed..."John W. Linville1-1/+1
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+12
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-7/+2
2009-12-28mac80211: split up and insert custom IEs correctlyJohannes Berg1-20/+114
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-5/+5
2009-12-28mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez1-0/+12
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2009-12-22mac80211: allow disabling 40MHz on 2.4GHzJohannes Berg1-3/+11
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg1-0/+74
2009-12-21mac80211: trace interface nameJohannes Berg1-1/+1
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-7/+7
2009-12-07mac80211: Fix bug in computing crc over dynamic IEs in beaconVasanthakumar Thiagarajan1-1/+1
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+9
2009-11-19mac80211: fix resumeJohannes Berg1-10/+9
2009-11-18mac80211: use a structure to hold the mesh config information elementRui Paulo1-2/+2
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg1-2/+4
2009-11-13mac80211: implement RANN processing and forwardingRui Paulo1-0/+4
2009-10-30mac80211: split hardware scan by bandJohannes Berg1-3/+5
2009-10-07mac80211: use kfree_skb() to free struct sk_buff pointersRoel Kluin1-2/+2
2009-08-28mac80211: fix configure_filter invocation after stopJohannes Berg1-0/+10
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-2/+0
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-0/+41
2009-07-29mac80211: verify info->control.vif is not NULLJohannes Berg1-0/+13
2009-07-24mac80211: remove master netdevJohannes Berg1-39/+13
2009-07-24cfg80211: rework key operationJohannes Berg1-5/+11
2009-06-15mac80211: disconnect when user changes channelJohannes Berg1-25/+0
2009-06-10mac80211: do not pass PS frames out of mac80211 againJohannes Berg1-0/+46