summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2010-02-01mac80211: reduce stack usage in sta_agg_status_read()Pavel Roskin1-11/+13
2010-02-01mac80211: reduce stack usage in sta_ht_capa_read()Pavel Roskin1-1/+1
2010-01-26mac80211: wait for beacon before enabling powersaveJohannes Berg2-7/+24
2010-01-26mac80211: fill jiffies/vif on filtered framesJohannes Berg1-0/+3
2010-01-26mac80211: track work started through callbacksJohannes Berg2-8/+10
2010-01-26mac80211: fix sw cryptoJohannes Berg1-1/+1
2010-01-26mac80211: fix WARN_ON in the new work codeFelix Fietkau1-2/+0
2010-01-26mac80211: fix update_tkip_key() documentation about the contextKalle Valo1-2/+0
2010-01-24mac80211: fix tx select key null pointer crash with hostapdKalle Valo1-3/+4
2010-01-23mac80211: add missing key checkJohannes Berg1-1/+1
2010-01-23mac80211: fix rx data handling for non-data frames on multiple vifsFelix Fietkau1-17/+28
2010-01-23mac80211: pass vif and station to update_tkip_keyJohannes Berg3-17/+24
2010-01-22mac80211: avoid NULL ptr deref when using WEPJohn W. Linville1-3/+2
2010-01-20mac80211: Fixed a bug in IBSS mergeBenoit Papillault1-5/+1
2010-01-20mac80211: removed useless code in IBSS managementBenoit Papillault1-7/+9
2010-01-20mac80211: re-enable re-transmission of filtered framesJohannes Berg2-28/+11
2010-01-20mac80211: move control.hw_key assignmentJohannes Berg4-49/+46
2010-01-20mac80211: remove useless setting of IEEE80211_TX_INTFL_DONT_ENCRYPTJohannes Berg1-3/+0
2010-01-20mac80211: clear TX control on filtered framesJohannes Berg1-0/+8
2010-01-20mac80211: move and rename misc tx handlerJohannes Berg1-12/+12
2010-01-20mac80211: pid: replace open-coded msecs_to_jiffiesBob Copeland1-6/+2
2010-01-20mac80211: fix WMM AC default for non-QoS data framesFelix Fietkau1-1/+5
2010-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville5-5/+18
2010-01-18mac80211: fix sign error in pid controllerBob Copeland1-1/+1
2010-01-16mac80211: fix memory leak in ieee80211_send_probe_reqMing Lei1-0/+1
2010-01-16mac80211: force use_short_slot=true for 5GHzFelix Fietkau2-0/+9
2010-01-16mac80211: Fixed netif_tx_wake_all_queues in IBSS modeBenoit Papillault1-1/+3
2010-01-16mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces.Benoit Papillault1-0/+3
2010-01-12mac80211: check uapsd state for dynamic power saveKalle Valo1-0/+25
2010-01-12mac80211: create tx handler for dynamic psKalle Valo1-40/+41
2010-01-12mac80211: add debugfs interface for U-APSD queue configurationKalle Valo5-3/+113
2010-01-12mac80211: add U-APSD client supportKalle Valo7-6/+81
2010-01-12mac80211: remove unused type argumentJohannes Berg1-19/+19
2010-01-12mac80211: flush workqueue before calling driver ->stop() methodLennert Buytenhek1-1/+1
2010-01-12net/mac80211/mlme.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-01-12mac80211: fix return from ieee80211_assoc_successJohannes Berg1-1/+1
2010-01-12mac80211: do not transmit frames on unconfigured 4-addr vlan interfacesFelix Fietkau1-1/+4
2010-01-12mac80211: allow station updates on ap interfaces for vlan stationsFelix Fietkau3-6/+30
2010-01-12mac80211: use nullfunc frames for 4-addr sta detectionFelix Fietkau2-0/+51
2010-01-12mac80211: fix a few work bugsJohannes Berg2-0/+5
2010-01-12mac80211: use Probe Request template when sending a direct scanKalle Valo1-24/+16
2010-01-12mac80211: create Probe Request templateKalle Valo1-0/+50
2010-01-12mac80211: use PS Poll and Nullfunc templates when sending such framesKalle Valo1-39/+9
2010-01-12mac80211: add functions to create PS Poll and Nullfunc templatesKalle Valo1-0/+78
2010-01-12cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen7-60/+86
2010-01-12mac80211: Select lowest rate based on basic rate set in AP modeJouni Malinen2-11/+38
2010-01-12mac80211: quit addba_resp_timer if Tx BA session is torn downZhu Yi1-1/+2
2010-01-12mac80211: Add new callback set_coverage_classLukáš Turek3-0/+45
2010-01-12mac80211: fix queue selection for data frames on monitor interfacesFelix Fietkau1-2/+5
2010-01-08mac80211: fix endian errorJohannes Berg1-2/+2