summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2010-08-25mac80211: fix mesh advertisementJohannes Berg2-33/+5
2010-08-25mac80211: fix rcu-unsafe pointer dereferenceChristian Lamparter1-4/+8
2010-08-25mac80211: cancel restart_work in ieee80211_unregister_hwChristian Lamparter1-0/+1
2010-08-25mac80211: fix warning for un-used parameterWey-Yi Guy1-1/+1
2010-08-25net/mac80211: Use wiphy_<level>Joe Perches12-69/+59
2010-08-25cfg80211/mac80211: extensible frame processingJohannes Berg7-54/+147
2010-08-25mac80211: remove unused don't-encrypt flagJohannes Berg1-2/+0
2010-08-17mac80211: dont advertise WEP if unavailableJohannes Berg1-0/+5
2010-08-17mac80211: remove unused status flag checksJohannes Berg2-20/+9
2010-08-17mac80211: move key tfm setupJohannes Berg1-16/+10
2010-08-17mac80211: use cipher suite selectorsJohannes Berg9-105/+75
2010-08-16mac80211: allow drivers to request SM PS mode changeJohannes Berg3-1/+36
2010-08-16mac80211: per interface idle notificationJohannes Berg6-16/+75
2010-08-16net: mac80211: Fix a typo.Andrea Gelmini1-1/+1
2010-08-16mac80211: AMPDU rx reorder timeout timerChristian Lamparter4-12/+97
2010-08-16mac80211: remove unused rate function parameterChristian Lamparter1-16/+6
2010-08-16mac80211: put rx handlers into separate functionsChristian Lamparter1-86/+128
2010-08-16mac80211: Don't squash error codes in key setup functionsBen Hutchings4-16/+14
2010-08-16mac80211: unify scan and work mutexesJohannes Berg5-43/+38
2010-08-16mac80211: don't check rates on PLCP error framesJohannes Berg1-20/+29
2010-08-16mac80211: fix driver offchannel notification when the channel does not changeFelix Fietkau1-1/+4
2010-08-16mac80211: support use of NAPI for bottom-half processingJohn W. Linville3-0/+39
2010-08-04mac80211: Fix compilation warning when CONFIG_INET is not setJuuso Oikarinen1-0/+2
2010-08-04mac80211: fix scan locking wrt. hw scanJohannes Berg1-14/+0
2010-07-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-40/+110
2010-07-29mac80211: allow drivers to request DTIM periodJohannes Berg4-3/+77
2010-07-29mac80211: inform drivers about the off-channel status on channel changesFelix Fietkau1-0/+3
2010-07-29Revert "mac80211: fix sw scan bracketing"Luis R. Rodriguez1-2/+2
2010-07-29mac80211: Put some code under MESH macroYuri Ershov1-0/+2
2010-07-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-07-27mac80211: Fix key freeing to handle unlinked keysJouni Malinen4-12/+12
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville4-4/+4
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-07-26mac80211: Don't set per-BSS QoS for monitor interfacesSujith1-2/+6
2010-07-26mac80211: fix sta assignmentJohannes Berg1-12/+5
2010-07-26mac80211: remove bogus rcu_read_lock()Johannes Berg1-6/+1
2010-07-26mac80211: freeing the wrong variableDan Carpenter1-1/+1
2010-07-26minstrel: don't complain about feedback for unrequested ratesJohn W. Linville1-1/+0
2010-07-26minstrel_ht: remove unnecessary NULL check in minstrel_ht_update_capsJohn W. Linville1-1/+1
2010-07-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller8-59/+77
2010-07-21mac80211: proper IBSS lockingJohannes Berg2-50/+54
2010-07-21mac80211: fix IBSS lockdep complaintJohannes Berg1-5/+14
2010-07-21mac80211: refuse shared key auth when WEP is unavailableJohannes Berg1-0/+2
2010-07-21mac80211: set carrier on for monitor interfaces on ieee80211_openDavid Gnedt1-0/+2
2010-07-21mac80211: move QoS-enable to BSS infoJohannes Berg3-12/+10
2010-07-21mac80211: fix aggregation action frame handling with AP VLANsFelix Fietkau1-2/+2
2010-07-20wireless: use netif_rx_ni in ieee80211_send_layer2_updateJohn W. Linville1-1/+1
2010-07-16mac80211: improve error checking if WEP fails to initJohn W. Linville1-1/+4
2010-07-16mac80211: skip HT parsing if HW does not support HTChristian Lamparter1-1/+1
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-23/+34