Details
- Reviewers
adrian - Commits
- rS288635: net80211: drop redundant 3rd parameter from iv_key_set().
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Paths
| Differential D3657 Authored by avos on Sep 13 2015, 4:37 PM.
Details
Diff Detail
Event Timelineavos updated this object. Herald added a subscriber: imp. · View Herald TranscriptSep 13 2015, 4:37 PM2015-09-13 16:37:35 (UTC+0) Closed by commit rS288635: net80211: drop redundant 3rd parameter from iv_key_set(). (authored by adrian). · Explain WhyOct 3 2015, 9:48 PM2015-10-03 21:48:46 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 8727 sys/dev/ath/if_ath_keycache.h
sys/dev/ath/if_ath_keycache.c
sys/dev/mwl/if_mwl.c
sys/dev/usb/wlan/if_rum.c
|
Consider the possibility that PAGE_SIZE is greater than BBSIZE. (We still barely support one architecture, sparc64, where they are equal.) I think that howmany(BBSIZE, PAGE_SIZE) will "do the right thing."