- constify mtw_write_region_1()'s data field
- convert to use ieee80211_crypto_get_*()
- .. note that rx/tx mic data routines are explicitly being called, as this NIC is doing TKIP + MIC offload
Details
Details
- Reviewers
bz - Group Reviewers
wireless - Commits
- rG5431dafdb965: mtw: convert to new net80211 crypto key API
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Seems fine ..
| sys/dev/usb/wlan/if_mtw.c | ||
|---|---|---|
| 1291 | This at first seems rather bogus to const the argument which is then only DECONST. It seems there should be a better usbd wrapper for write which deals with a const buffer... | |