date | project | content | link |
|---|
| 20:08 on Jul 22 | FreeBSD | Commit by weongyo :: r 210393 /head/sys/dev/bwn/if_bwn.c: ( link) Fixes a mistake to calculate CALC_COEFF2() value that tmp[3] is used even if it's unreachable.
PR: kern/144505 Submitted by: Henning Petersen <henning.petersen at t-online dot de> MFC after: 1 week | # |
| 19:22 on Jul 22 | FreeBSD | Commit by weongyo :: r 210391 /stable/8/ (7 files in 7 dirs): ( link) MFC r209892:
Fixes a page fault in bwi_pci_probe() because the array isn't
terminated with NULL.
PR: kern/148473
Submitted by: Grzegorz Dabrowski <grzegorz.dabrowski at gmail dot com> | # |
| 22:37 on Jul 10 | FreeBSD | Commit by weongyo :: r 209892 /head/sys/dev/bwi/if_bwi_pci.c: ( link) Fixes a page fault in bwi_pci_probe() because the array isn't terminated with NULL.
PR: kern/148473 Submitted by: Grzegorz Dabrowski <grzegorz.dabrowski at gmail dot com> MFC after: 1 week | # |
| 21:39 on Jul 10 | FreeBSD | Commit by weongyo :: r 209888 /head/sys/dev/bwn/if_bwn.c: ( link) Fixes a bug for LP PHY that some frames have 2 padding bytes at the start so we should adjust the mbuf if the driver is running in PIO mode. Now it should work well with WPA authentication and association for LP PHY devices.
Tested by: Warren Block <wblock at wonkity.com> MFC after: 1 month | # |
| 19:40 on Jul 08 | FreeBSD | Commit by weongyo :: r 209822 /stable/8/ (7 files in 7 dirs): ( link) MFC r209598:
Initializes the ratectl for a node when the state is changed to RUN.
This prevents a kernel fault by dividing with zero because the initial
rate was 0 and didn't be initialized.
Tested by: Warren Block <wblock at wonkity.com> | # |
| 19:36 on Jul 08 | FreeBSD | Commit by weongyo :: r 209821 /stable/8/ (7 files in 7 dirs): ( link) MFC r209597:
Fixes NULL pointer reference that it's occurred when the state is
changed to RUN because ic->ic_newassoc isn't set anywhere now. In the
previous bwi_newassoc() is used to initialize AMRR rate routines.
Tested by: Warren Block <wblock at wonkity.com> | # |
| 00:33 on Jul 01 | FreeBSD | Commit by weongyo :: r 209619 /head/share/man/man4/bwi.4: ( link) Adds `Dell Truemobile 1300' to the supported list.
Submitted by: Warren Block <wblock at wonkity.com> | # |
| 21:56 on Jun 29 | FreeBSD | Commit by weongyo :: r 209598 /head/sys/dev/bwi/if_bwi.c: ( link) Initializes the ratectl for a node when the state is changed to RUN. This prevents a kernel fault by dividing with zero because the initial rate was 0 and didn't be initialized.
Tested by: Warren Block <wblock at wonkity.com> MFC after: 3 days | # |
| 21:52 on Jun 29 | FreeBSD | Commit by weongyo :: r 209597 /head/sys/dev/bwi/if_bwi.c: ( link) Fixes NULL pointer reference that it's occurred when the state is changed to RUN because ic->ic_newassoc isn't set anywhere now. In the previous bwi_newassoc() is used to initialize AMRR rate routines.
Tested by: Warren Block <wblock at wonkity.com> MFC after: 3 days | # |
| 21:01 on May 24 | FreeBSD | Commit by weongyo :: r 208523 /stable/8/ (8 files in 8 dirs): ( link) MFC r208120:
- fixes a bug that it didn't initialize the ratectl after association;
so ni_txrate returned 0 which is a invalid result.
- The fourth argument of ieee80211_ratectl_tx_complete() could be not
NULL.
Reported by: Gustau P?rez <gperez at entel.upc.edu>
Tested by: Gustau P?rez <gperez at entel.upc.edu>,
Ian FREISLICH <ianf at clue.co.za> | # |
| 21:18 on May 15 | FreeBSD | Commit by weongyo :: r 208120 /head/sys/dev/bwn/if_bwn.c: ( link) - fixes a bug that it didn't initialize the ratectl after association; so ni_txrate returned 0 which is a invalid result.
- The fourth argument of ieee80211_ratectl_tx_complete() could be not NULL. Reported by: Gustau P?rez <gperez at entel.upc.edu> Tested by: Gustau P?rez <gperez at entel.upc.edu>, Ian FREISLICH <ianf at clue.co.za> MFC after: 3 days
| # |
| 23:25 on May 01 | FreeBSD | Commit by weongyo :: r 207486 /stable/8/ (8 files in 8 dirs): ( link) MFC r207176:
ifp->if_ipackets++ when RX packet interrupts are occurred. | # |
| 23:32 on Apr 24 | FreeBSD | Commit by weongyo :: r 207176 /head/sys/dev/bwn/if_bwn.c: ( link) ifp->if_ipackets++ when RX packet interrupts are occurred.
MFC after: 3 days | # |
| 00:26 on Apr 21 | FreeBSD | Commit by weongyo :: r 206971 /stable/8/sys/ (contrib/dev/uath dev/siba/siba_cc.c): ( link) remove svn:mergeinfo properties committed during my MFCs. | # |
| 00:23 on Apr 21 | FreeBSD | Commit by weongyo :: r 206970 /stable/8/ (10 files in 9 dirs): ( link) MFC r205141:
enables S/W beacon miss handler.
Reported by: imp | # |
| 00:22 on Apr 21 | FreeBSD | Commit by weongyo :: r 206969 /stable/8/ (16 files in 9 dirs): ( link) MFC r205003:
Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug
and non-debug cases
MFC r204992:
fixes a compile error if INVARIANTS is disabled.
Pointy hat to: me
Submitted by: Michael Butler <imb at protected-networks dot net>
MFC r204983:
Fix build breakage introduced in r204922.
MFC r204923:
uses KOBJMETHOD_END macro to indicate the end of method table.
Submitted by: yongari
MFC r204922:
o uses bus accessor macros to read values from ivar so no more values
are referenced directly from ivar pointer. It's to do like what other
buses do. [1]
o changes exported prototypes. It doesn't use struct siba_* structures
anymore that instead of it it uses only device_t.
o removes duplicate code and debug messages.
o style(9)
Pointed out by: imp [1] | # |
| 00:15 on Apr 21 | FreeBSD | Commit by weongyo :: r 206968 /stable/8/ (10 files in 9 dirs): ( link) MFC r204662:
Hook up the bwn driver.
Pointed by: nwhitehorn | # |
| 00:13 on Apr 21 | FreeBSD | Commit by weongyo :: r 206967 /stable/8/ (12 files in 9 dirs): ( link) MFC r204657:
fixes an attached-at-boot issue that bwn(4) using device_identify
interface didn't be attached automatically at boot time so changes a
approach to attach children based on leveraging some newbus niceties.
Submitted by: nwhitehorn | # |
| 00:06 on Apr 21 | FreeBSD | Commit by weongyo :: r 206965 /stable/8/ (10 files in 9 dirs): ( link) MFC r204542:
calculates the integer square root if a positive integer X is larger
than 256 instead of using sqrt_table.
Reported by: Joe Marcus Clarke <marcus at freebsd dot org> | # |
| 00:05 on Apr 21 | FreeBSD | Commit by weongyo :: r 206964 /stable/8/ (10 files in 9 dirs): ( link) MFC r204437:
fixes a bug to load firmware images for LP PHY. For LP PHY always,
`lp_' string is contained in its full image names. | # |