aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi
Commit message (Collapse)AuthorAgeFilesLines
* MFC r218909:Rebecca Cran2011-02-241-1/+1
| | | | | | | | | | Fix typos - remove duplicate "the". PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> Notes: svn path=/stable/7/; revision=218993
* MFC r207554:Maxim Sobolev2010-11-161-2/+2
| | | | | | | | | | | | Add new tunable 'net.link.ifqmaxlen' to set default send interface queue length. The default value for this parameter is 50, which is quite low for many of today's uses and the only way to modify this parameter right now is to edit if_var.h file. Also add read-only sysctl with the same name, so that it's possible to retrieve the current value. Notes: svn path=/stable/7/; revision=215368
* MFC if_wpi.c r1.9-10, if_wpireg.h r1.3, if_wpivar.h r1.2Andrew Thompson2008-03-183-606/+513
| | | | | | | | | | | | | | | Update wpi(4) with stability fixes - remove second taskqueue - busdma 16k alignment workaround - use busdma instead of external mbuf storage on Rx - locking fixes - net80211 state change fixes - improve scanning reliability - improve radio hw switch interaction - consolidate callouts Notes: svn path=/stable/7/; revision=177361
* MFC: if_npe.c 1.8, if_gem.c 1.47, if_msk.c 1.27, if_nfe.c 1.25, if_wpi.c 1.6Pyun YongHyeon2008-03-181-1/+1
| | | | | | | | | | - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and re_defrag() and use m_collapse() instead. - Replace a reference to ath_defrag() in a comment in if_wpi.c with m_collapse(). Notes: svn path=/stable/7/; revision=177330
* MFC 1.7: use m_gethdr to populate the rx ringSam Leffler2008-02-021-1/+1
| | | | Notes: svn path=/stable/7/; revision=175881
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-12-022-0/+4653
| | | | Notes: svn path=/stable/7/; revision=174175
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-11-111-0/+269
Notes: svn path=/stable/7/; revision=173537