0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 3 years ago.
Jan 17, 2021 — Jan 17, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Drop old code (previous acx111_set_wepkey()) More... about 13 years ago
acx_process_rxdesc(): Modify logging More... about 13 years ago
Enable CCMP/AES hw-encryption support More... about 13 years ago
acx_set_defaults(): Enable hw-encryption by default More... about 13 years ago
acx_update_mode(): Enabling/disabling of hw-encryption moved into acx_op_set_key() More... about 13 years ago
Add enum acx111_cmd_key_type and enum acx111_cmd_key_action, based on wl1251 definitions More... about 13 years ago
acx_rx(): Add hw-encryption support More... about 13 years ago
Add acx_set_hw_encryption_on() and acx_set_hw_encryption_off() More... about 13 years ago
acx_tx_frame(): Sent unencrypted frames on queue_id NOENC_QUEUE_ID More... about 13 years ago
_acx_tx_data(): Use queue_id and different cleanups More... about 13 years ago
acx_rx(): Drop the +2 bytes headroom reserved in skb. More... about 13 years ago
acx_rx(): Use RXBUF_BYTES_RCVD instead of RXBUF_BYTES_USED+calculation to get buflen More... about 13 years ago
Refactored acx111_set_default_key() support. Unused currently. More... about 13 years ago
struct acx_device: Comment cleanup More... about 13 years ago
Add hexdump() to utils.c More... about 13 years ago
Add multiple hw-tx_queue support to acx111 More... about 13 years ago
struct acx_device: Move struct dentry *debugfs_dir upwards More... about 13 years ago
Move acx_cmd_join_bssid() into cmd.c More... about 13 years ago
Add utils.c: Move utility code into utils.c More... about 13 years ago
Add init.c: Move initialization related functions from common.c to init.c More... about 13 years ago
Cleanup swapped ACX1xx_IE_QUEUE_CONFIG, ACX1xx_IE_MEMORY_CONFIG_OPTIONS in the acx111 case More... about 13 years ago
Split-off acx_configure_len() from acx_configure() More... about 13 years ago
Rename acx_issue_cmd_timeo() into acx_issue_cmd_timeout() More... about 13 years ago
ie.c,cmd.c: Refactor IE definitions and related acx_(configure|interogate)() More... about 13 years ago
cmd.c: Refactor ACX-CMDs and related acx_issue_cmd() More... about 13 years ago
cmd.c: Move cmd/configure/interogate into cmd.c More... about 13 years ago
common: Fix mac-addr setting More... about 13 years ago
common: Filter probe-requests and let only fw handle probe responses More... about 13 years ago
common: Fix template length in fw probe response More... about 13 years ago
common.c: Fix build in case of (CONFIG_DEBUG_FS || CONFIG_PROC_FS) == 0 More... about 13 years ago