summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wl18xx
AgeCommit message (Expand)AuthorFilesLines
2012-06-05wl18xx: add runtime configuration parametersLuciano Coelho3-28/+360
2012-06-05wlcore/wl18xx: add hw op for Rx HW checksumArik Nemtsov1-0/+11
2012-06-05wlcore/wl18xx: add hw op for setting Tx HW checksumArik Nemtsov3-0/+73
2012-06-05wl18xx: add hw_init operationLuciano Coelho4-1/+142
2012-06-05wl18xx: implement immediate Tx completionArik Nemtsov5-4/+174
2012-06-05wl18xx: implement hw op for getting rx packet data lengthArik Nemtsov1-0/+12
2012-06-05wl18xx: implement hw op for getting rx buffer data alignmentArik Nemtsov1-0/+13
2012-06-05wl18xx: set Rx block-size alignment quirkArik Nemtsov1-1/+2
2012-06-05wl18xx: add fw_status private dataArik Nemtsov2-1/+19
2012-06-05wl18xx: define HW-rate translation elements/tablesArik Nemtsov1-0/+115
2012-06-05wl18xx: implement hw op for setting frame length in tx_hw_descArik Nemtsov1-0/+14
2012-06-05wl18xx: implement hw op for setting blocks in hw_tx_descArik Nemtsov1-0/+10
2012-06-05wl18xx: implement hw op for calculating hw block count per packetArik Nemtsov1-0/+8
2012-06-05wl18xx: set normal/GEM Tx spare block countsArik Nemtsov1-0/+5
2012-06-05wl18xx: set the number of Tx descriptorsArik Nemtsov1-0/+1
2012-06-05wl18xx: create per-chip-family private storageArik Nemtsov1-1/+2
2012-06-05wl18xx: add trigger command and ack event operationsLuciano Coelho3-0/+69
2012-06-05wl18xx: add some boot operations and hw-specific configurationsLuciano Coelho3-1/+311
2012-06-05wl18xx: add identify chip operationLuciano Coelho1-3/+31
2012-06-05wl18xx: add register tableLuciano Coelho2-0/+135
2012-06-05wl18xx: add partition tableLuciano Coelho1-0/+35
2012-06-05wl18xx: add empty operations structLuciano Coelho1-0/+4
2012-06-05wl18xx: add new moduleLuciano Coelho3-0/+82