History
2 branches 0 tags
Fix issue #58: fix build on Linux v4.6 91d95bc 10 years ago
mt7601u: wait for clear rxq when stopping mac Anthony Romano 51657d5 10 years ago
README: update link to porjo's repo 849c11e 10 years ago
mt7601u: do not free dma_buf when ivp allocation fails Colin Ian King 9b8ff92 10 years ago
fix build on Linux v4.2 2ee1c0a 10 years ago
Merge pull request #39 from MarcoFalke/patch-1 13fa644 11 years ago
Merge pull request #28 from lcafaro/master ae46ece 11 years ago
Update README.md Lorenzo Cafaro 86547cf 11 years ago
split Makefile from Kbuild 3a2e411 11 years ago
mt7601u: lock out rx path and tx status reporting c10471f 11 years ago
mt7601u: fix tx status reporting contexts a659984 11 years ago
mt7601u: use correct ieee80211_rx variant f53f406 11 years ago
mt7601u: fix dma from stack address d3faadb 11 years ago
Merge pull request #22 from rrthomas/master 2f907b8 11 years ago
Merge pull request #21 from rrthomas/master 5b544b4 11 years ago
eeprom: guard from devices without per-rate power table e67366a 11 years ago
Merge pull request #20 from rrthomas/add-gitignore 5f7d698 11 years ago
README: add install section 5eaf8aa 11 years ago
README: add information about upstream merge 3b81644 11 years ago
don't depend on PROMISC_IN_BSS for setting promisc 6039a4f 11 years ago
make sure .disconnect() doesn't cleanup the device if .resume() failed ad5474e 11 years ago
watch out for invalid-length frames 9fe008e 11 years ago
unify paged and non-paged RX dma paths b3e6b1d 11 years ago
increase RX buffer size 114f7fd 11 years ago
use paged RX to avoid copying data 3411080 11 years ago
add delay and adapter-removed check to mt7601u_wait_asic_ready() ca28353 11 years ago
don't zero just-allocated skb 129f9ac 11 years ago
mt7601u: add new USB IDs 5e6b565 11 years ago
slash the number of RX buffers 4a099c9 11 years ago
implement suspend/resume 5099da4 11 years ago
use skb_put_padto() to reserve padding 42f4084 11 years ago
improve comment 35008d5 11 years ago
checkpatch fixes ae05c20 11 years ago
remove always or-ing in 7 to BA window ba391b3 11 years ago
remove unnecessary 'x' before hex value da8328f 11 years ago
remove mt76 registers which do not exist on MT7601U 6b02e6c 11 years ago
drop RX_PARSER comment, it's old probably doesn't matter now 552a580 11 years ago
don't tune agc during scans c556fe9 11 years ago
uncomment drop masks b1674e2 11 years ago
allocate group WCIDs in the map 25c9501 11 years ago
replace defines with static inlines 4c49211 11 years ago
remove comments and unnecessary debug from main.c f1ca374 11 years ago
remove debug and comments from prot setting 5e01f7e 11 years ago
remove comment about RTS threshold 456b097 11 years ago
calculate ampdu_factor over all of the stas e55569d 11 years ago
remove unneeded things from mac.h 87bed6e 11 years ago
clean up rate encoding/decoding d33cd3e 11 years ago
remove some empty lines a3cae65 11 years ago
move things around in mt7601u_dev again 0f4c1f5 11 years ago
properly define struct freq_cal f6fd072 11 years ago
protect ap_bssid with con_mon_lock as well 509eb1c 11 years ago
fix avg_rssi type and protect it with con_mon_lock 0bac751 11 years ago
rename the beacon and rssi monitoring fields 26bd8ed 11 years ago
rename debugfs dir mt76 -> mt7601u 5a15076 11 years ago
clean up mac.h 4c79147 11 years ago
clean up mac.c 6d5456d 11 years ago
remove 80MHz handling 3e4ff35 11 years ago
move PHY initvals to a separate file d773b9f 11 years ago
clean up trace.h d10f8cb 11 years ago
move dma code from .tx() into mt7601u_dma_submit_tx() 005105d 11 years ago
split mt7601u_push_txwi() out of .tx() fef9e1f 11 years ago
add dev to trace_mt_tx() f5735c6 11 years ago
remove debug prints from mt7601u_conf_tx() be95f0c 11 years ago
split mt76_send_tx_status() code out of mt7601u_tx_stat() 9d6ca03 11 years ago
clean up mt7601u_skb_rooms() 5553955 11 years ago
stop complaining about COWs they happen only during assoc 672526f 11 years ago
shuffle around helpers in tx.c 4c289fc 11 years ago
move state enum b2b46a7 11 years ago
clean ups in phy.c 5d04b80 11 years ago
clean up mt7601u_dev a bit 64ba83b 11 years ago
move phy defines out of dev definition 9fc659c 11 years ago
rename b49_temp -> raw_temp 2642857 11 years ago
move trace_point for no reason c15e628 11 years ago
clarify the comment, kick'n'wait does not work 645cff0 11 years ago
report boot-up temp thru temp trace point e1c9e73 11 years ago
clean up channel switch code 682b17f 11 years ago
use dev_simple_evt for read_temp 94c91db 11 years ago
export temp mode and create a trace point instead of printing it 6bef25a 11 years ago
include dev in rf/bbp reg trace points b427759 11 years ago
format kernel doc e960130 11 years ago
clean up mt7601u_bbp_set_bw() 27f9bc6 11 years ago
refactor the BBP temp mode setting f9bf07c 11 years ago
remove todo - it's not worth the effort to combine just two slow-path… 44d0f1c 11 years ago
clean up BBP access functions 81cb0db 11 years ago
clean up RF access functions ec48c34 11 years ago
don't save revisions we support only a single chip 9cbdbf6 11 years ago
clean up init.c 96cd256 11 years ago
document locks 103b147 11 years ago
use atomic version of bit ops for TX status polling flags as well 410afdf 11 years ago
remove unused field ff53058 11 years ago
remove unnecessary comment 367705e 11 years ago
add defines of MT_TXOP_CTRL_CFG fields' 56368b1 11 years ago
correct rmw mask and register name of US_CYC_CFG d1d2a8e 11 years ago
compress beacon offsets a bit 88b48c1 11 years ago
move USB DMA init to a separate function b8bce4d 11 years ago