aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25mac80211: Fix ibss station got expired immediatelyRajkumar Manoharan1-0/+1
2010-10-25mac80211: don't sanitize invalid ratesChristian Lamparter1-0/+3
2010-10-25mac80211: cancel restart_work explicitly instead of depending on flush_scheduled_work()Tejun Heo1-7/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds36-1099/+2005
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds8-7/+25
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville10-23/+91
2010-10-15llseek: automatically add .llseek fopArnd Bergmann4-6/+16
2010-10-13mac80211: fix SMPS requestJohannes Berg1-0/+2
2010-10-13mac80211: add probe request filter flagJohannes Berg4-2/+32
2010-10-11mac80211: minstrel_ht A-MPDU fixBjörn Smedman1-3/+4
2010-10-11mac80211: don't kmalloc 16 bytesJohannes Berg1-7/+1
2010-10-11mac80211: temporarily disable reorder release timerChristian Lamparter1-0/+24
2010-10-11mac80211: fix possible null-pointer de-referenceChristian Lamparter1-3/+14
2010-10-11wireless: Set some stats used by /proc/net/wireless (wext)Ben Greear1-1/+3
2010-10-11mac80211: Improve mlme probe response log messages.Ben Greear1-7/+11
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville20-260/+410
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-2/+4
2010-10-07cfg80211: constify WDS addressJohannes Berg1-1/+1
2010-10-07mac80211: fix sw scan lockingJohannes Berg1-2/+1
2010-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+2
2010-10-07Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath"John W. Linville1-2/+2
2010-10-06mac80211: avoid uninitialized var warning in ieee80211_scan_cancelJohn W. Linville1-3/+4
2010-10-06nl80211/mac80211: Add retry and failed transmission count to station infoBruno Randolf1-0/+4
2010-10-06mac80211: compete scan to cfg80211 if deferred scan fail to startStanislaw Gruszka1-0/+2
2010-10-06mac80211: do not requeue scan work when not neededStanislaw Gruszka1-12/+3
2010-10-06mac80211: assure we also cancel deferred scan requestStanislaw Gruszka3-14/+27
2010-10-06mac80211: keep lock when calling __ieee80211_scan_completed()Stanislaw Gruszka1-36/+39
2010-10-06mac80211: reduce number of __ieee80211_scan_completed callsStanislaw Gruszka1-22/+29
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg8-68/+123
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg11-35/+48
2010-10-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+2
2010-10-06mac80211: delete AddBA response timerJohannes Berg1-0/+2
2010-10-05mac80211: fix channel assumption for association done workLuis R. Rodriguez1-3/+3
2010-10-05mac80211: fix deadlock with multiple interfacesJohannes Berg5-22/+7
2010-10-05mac80211: Add WME information element for IBSSBruno Randolf1-22/+43
2010-10-05mac80211: distinct between max rates and the number of rates the hw can reportHelmut Schaa2-1/+5
2010-10-05mac80211: fix for WDS interfacesBill Jordan4-0/+10
2010-10-05mac80211: Add validity check for beacon_crc valueJuuso Oikarinen2-2/+6
2010-10-05mac80211: perform scan cancel in hw reset workStanislaw Gruszka1-9/+10
2010-10-05cfg80211/mac80211: allow management frame TX in AP modeJohannes Berg1-1/+6
2010-10-05mac80211: fix rx monitor filter refcountersChristian Lamparter3-24/+54
2010-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville12-176/+251
2010-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-4/+0
2010-09-28mac80211: Fix WMM driver queue configurationJuuso Oikarinen1-8/+8
2010-09-28mac80211: fix offchannel assumption upon associationLuis R. Rodriguez1-1/+2
2010-09-27mac80211: move packet flags into packetJohannes Berg3-53/+89
2010-09-27mac80211: fix release_reorder_timeout in scanJohannes Berg1-14/+8
2010-09-27mac80211: clean up rx handling wrt. found_staJohannes Berg1-31/+25
2010-09-27mac80211: consolidate packet processingJohannes Berg1-103/+62