summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2009-08-20mac80211: fix register_hw error pathJohannes Berg1-1/+1
2009-08-20mac80211: New stat counters for multicast and unicast forwarded framesDaniel Walker4-2/+21
2009-08-20rc80211_pid_algo.c: remove unused variable declarationJohn W. Linville1-1/+0
2009-08-20mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona5-29/+24
2009-08-20mac80211: remove deprecated APIJohannes Berg1-4/+0
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg7-43/+77
2009-08-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+8
2009-08-14mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM framesDavid Woo1-1/+1
2009-08-14mac80211: Mark a destination sequence number as valid when a PREQ is received.David Woo1-2/+3
2009-08-14mac80211: Fix unresolved mesh frames queued without valid control.vifJavier Cardona1-8/+10
2009-08-14mac80211: Move mpath and mpp growth to mesh workqueue.Javier Cardona5-109/+144
2009-08-14mac80211: Assign a default mesh beaconing interval.Javier Cardona2-2/+5
2009-08-14mac80211: Early detection of broken mesh paths when using minstrel.Javier Cardona1-1/+7
2009-08-14mac80211: Update the station failed frames average when minstrel is used.Javier Cardona1-1/+9
2009-08-14mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona4-52/+124
2009-08-14mac80211: Use correct sign for mesh active path refresh.Andrey Yurovsky1-1/+1
2009-08-14mac80211: Improve dequeing from mpath frame queue.Javier Cardona2-5/+3
2009-08-14mac80211: small tx code cleanupJohannes Berg1-19/+19
2009-08-14mac80211: sequence number micro-optimisationJohannes Berg1-1/+0
2009-08-14mac80211: take statistics before encryptionJohannes Berg1-18/+18
2009-08-14cfg80211: fix alignment problem in scan requestJohannes Berg3-14/+14
2009-08-14mac80211: allow DMA optimisationJohannes Berg1-0/+3
2009-08-14nl80211: add generation number to all dumpsJohannes Berg5-0/+14
2009-08-14mac80211: stay authenticated after disassocJohannes Berg2-9/+23
2009-08-14mac80211: fix compilation of mesh (although its disabled)Luis R. Rodriguez2-7/+7
2009-08-13mac80211: fix panic when splicing unprepared TIDsLuis R. Rodriguez1-0/+8
2009-08-05mac80211: FIF_PSPOLL filter flagIgor Perminov3-3/+20
2009-08-05mac80211: Increase timeouts for station pollingMaxim Levitsky1-2/+2
2009-08-05mac80211: Retry probe request few timesMaxim Levitsky2-12/+31
2009-08-05cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez1-5/+1
2009-08-05mac80211: fix powersaveJohannes Berg1-7/+6
2009-08-05mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez11-49/+92
2009-08-05mac80211: fix sparse warnings/errorsJohannes Berg2-2/+5
2009-08-05mac80211: disable beacons before removing the associated interfaceBob Copeland3-1/+16
2009-08-05mac80211: disable software retry for nowJohannes Berg1-0/+26
2009-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller15-444/+376
2009-07-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-10/+28
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg6-106/+0
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg1-33/+2
2009-07-29cfg80211: combine IWAP handlersJohannes Berg1-39/+2
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg1-71/+2
2009-07-29mac80211: verify info->control.vif is not NULLJohannes Berg2-0/+18
2009-07-29mac80211: fix an oops in ieee80211_scan_state_set_channelHelmut Schaa1-1/+4
2009-07-29mac80211: fix receiving deauthJohannes Berg1-4/+17
2009-07-29mac80211: fix suspendJohannes Berg2-9/+27
2009-07-27mac80211: fix oops due to missing private dataLuis R. Rodriguez1-2/+4
2009-07-27mac80211: fix PS-poll response, raceJohannes Berg3-36/+7
2009-07-27mac80211: fix MLME issuing of probe requests while scanningLuis R. Rodriguez1-3/+3
2009-07-27mac80211: fix mlme timeoutsJohannes Berg1-0/+2
2009-07-27mac80211: rename scan_state to next_scan_stateHelmut Schaa2-11/+11