aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-19mac80211: implement dynamic power saveKalle Valo5-12/+97
2008-12-19mac80211: track master queue statusKalle Valo3-7/+93
2008-12-19mac80211: enable IEEE80211_CONF_PS only when associatedKalle Valo3-8/+40
2008-12-19mac80211: Print unknown packet type in tasklet_handlerLarry Finger1-1/+2
2008-12-19mac80211: fix a typo in ieee80211_send_assoc() method.Rami Rosen1-1/+1
2008-12-19mac80211: Remove radiotap rate-present flag for HTJouni Malinen1-2/+3
2008-12-19mac80211: Send Layer 2 Update frame on reassociationJouni Malinen1-2/+11
2008-12-19mac80211: Add HT rates into RX status reportingJouni Malinen2-11/+52
2008-12-19mac80211: Fix HT channel selectionSujith6-32/+39
2008-12-19nl80211: Add signal strength and bandwith to nl80211station infoHenning Rogge1-1/+24
2008-12-12mac80211: misc cleanupsRami Rosen3-13/+6
2008-12-12mac80211: Disable requests for new scans in AP modeJouni Malinen1-2/+1
2008-12-12mac80211: integrate sta_notify_ps cmds into sta_notifyChristian Lamparter1-6/+6
2008-12-12mac80211/cfg80211: check endianness in sparse runsJohannes Berg1-0/+2
2008-12-12mac80211: remove fragmentation offload functionalityJohannes Berg2-9/+0
2008-12-12mac80211: only create default STA interface if supportedJohannes Berg1-6/+8
2008-12-12mac80211: remove WARN_ON() from ieee80211_hw_configReinette Chatre2-3/+15
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-12-05mac80211: tx module cleanup.Rami Rosen1-8/+3
2008-12-05mac80211: add sta_notify_ps callbackChristian Lamparter1-0/+7
2008-12-05mac80211: accept empty strings for hidden SSIDsFabio Rossi1-1/+1
2008-12-05cfg80211: handle SIOCGIWMODE/SIOCSIWMODEJohannes Berg2-74/+6
2008-12-05cfg80211: handle SIOCGIWNAMEJohannes Berg1-43/+1
2008-12-05nl80211: Add frequency configuration (including HT40)Jouni Malinen4-4/+41
2008-12-05mac80211: only transition STAs ps->wake on data framesJohannes Berg1-8/+20
2008-12-05mac80211: disassociate prior to unlinking AP/stationTomas Winkler1-4/+14
2008-12-05mac80211: deauth when interface is marked downJohn W. Linville1-1/+5
2008-12-05mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah1-1/+1
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+8
2008-11-26mac80211: fix unaligned access in ieee80211_wep_encrypt_dataIvan Kuten1-3/+4
2008-11-26mac80211: Look out for some other AP when disassoc is received.Vivek Natarajan1-2/+6
2008-11-26mac80211: Fix pid rate-setting algorithm to allow rate changesLarry Finger1-1/+1
2008-11-26mac80211: make Minstrel the default rate control algorithmLuis R. Rodriguez1-4/+4
2008-11-25mac80211: don't assume driver has been attached on registrationLuis R. Rodriguez1-3/+2
2008-11-25mac80211: Use the HT capabilities from the IE instead of the station's caps.Sujith1-1/+1
2008-11-25cfg80211/mac80211: Add 802.11d supportLuis R. Rodriguez1-0/+7
2008-11-25mac80211 : Fix setting ad-hoc mode and non-ibss channelAbhijeet Kolekar1-0/+8
2008-11-21net: remove redundant argument commentsQinghuang Feng1-1/+0
2008-11-21mac80211: remove unnecessary include.Rami Rosen1-1/+0
2008-11-21mac80211: rc80211_pid eliminate sparse warningsTomas Winkler1-3/+3
2008-11-21mac80211: remove more excess kernel-docRandy Dunlap1-3/+0
2008-11-21mac80211: disable BSSID filtering for mesh interfacesAndrey Yurovsky1-2/+15
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-22/+0
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2008-11-18mac80211: remove ieee80211_notify_macJohannes Berg1-22/+0
2008-11-12mac80211: fix notify_mac functionJohannes Berg1-3/+3
2008-11-10mac80211: fix a buffer overrun in station debug codeJianjun Kong1-1/+1
2008-11-10mac80211: Allow AP mode to be enabledJouni Malinen1-0/+2
2008-11-10mac80211: fix basic rates setting from association responseTomas Winkler1-6/+12
2008-11-10nl80211: Add TX queue parameter configurationJouni Malinen1-0/+25