summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wl12xx/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-08wlcore/wl18xx/wl12xx: use u8 instead of bool for host_fast_wakeup_supportLuciano Coelho1-1/+1
2012-06-07wl12xx: Add support for an external 26 MHz crystal sourceGrant Erickson1-0/+1
2012-06-07wl18xx: pad only last frame in aggregration buffer for PG2Ido Reis1-0/+1
2012-06-07wl18xx: PG2.0 HW Watch dog interrupt supportIdo Reis1-2/+2
2012-06-06wl12xx/wl18xx: add erp protection IE to the beacon filterEliad Peller1-1/+5
2012-06-06wlcore/wl12xx/wl18xx: implement op_set_key per HW archArik Nemtsov1-0/+9
2012-06-06wlcore/wl12xx/wl18xx: handle spare blocks spacial cases per archArik Nemtsov1-2/+9
2012-06-06wlcore/wl12xx/wl18xx: introduce quirk to remove TKIP header spaceArik Nemtsov1-3/+6
2012-06-05wl12xx: fix fm_coex parameters configurationVictor Goldenshtein1-2/+2
2012-06-05wl12xx: set the irq polarity before loading the fwYoni Divinsky1-6/+6
2012-06-05wlcore: set wl->ht_cap per-bandEliad Peller1-1/+4
2012-06-05wlcore: modify bss loss parametersIgal Chernobelsky1-2/+2
2012-06-05wlcore: fix dynamic_ps_timeout time regressionArik Nemtsov1-1/+1
2012-06-05wlcore/wl12xx/wl18xx: don't use TX align quirk for wl127xLuciano Coelho1-6/+4
2012-06-05wlcore/wl12xx/wl18xx: move lower driver debugfs to a subdirLuciano Coelho1-6/+1
2012-06-05wl12xx: implement fw status debugfs entriesLuciano Coelho1-0/+8
2012-06-05wlcore/wl12xx/18xx: split fw_status struct into twoArik Nemtsov1-1/+3
2012-06-05wlcore/wl12xx: add plt_init op and move the code to wl12xxLuciano Coelho1-0/+57
2012-06-05wlcore/wl12xx: move rx_mem_pool_addr element to wl12xxLuciano Coelho1-1/+1
2012-06-05wlcore/wl12xx: move ref_clock and tcxo_clock elements to wl12xxLuciano Coelho1-15/+73
2012-06-05wlcore/wl18xx: enable MIMO/wide-chan rates in AP-mode rate configArik Nemtsov1-0/+1
2012-06-05wlcore/wl18xx: add hw op for Rx HW checksumArik Nemtsov1-0/+1
2012-06-05wlcore/wl18xx: add hw op for setting Tx HW checksumArik Nemtsov1-0/+8
2012-04-12wlcore/wl12xx: adapt FW status for multiple familiesArik Nemtsov1-0/+1
2012-04-12wlcore/wl12xx: move identify firmware function to a lower driver opLuciano Coelho1-0/+17
2012-04-12wlcore/wl12xx: set HT capabilities per chip-familyArik Nemtsov1-0/+14
2012-04-12wlcore/wl12xx: add hw op to get rate-mask for AP-link in STA modeArik Nemtsov1-0/+7
2012-04-12wlcore/wl12xx: use a single memory config and reset if using wl127xLuciano Coelho1-11/+38
2012-04-12wlcore/wl12xx: move extended radio configuration parameters to wl12xxLuciano Coelho1-13/+1
2012-04-12wlcore/wl12xx: move runtime configuration struct to the lower driverLuciano Coelho1-0/+345
2012-04-12wlcore/wl12xx: expand functionality of cmd_trigger HW opArik Nemtsov1-1/+3
2012-04-12wlcore/wl12xx: add hw op for vif initArik Nemtsov1-0/+1
2012-04-12wlcore/wl12xx: add hw_init operationLuciano Coelho1-0/+40
2012-04-12wlcore/wl12xx: turn no-Tx-align quirk into Tx-alignArik Nemtsov1-5/+8
2012-04-12wlcore/wl12xx: split Tx completion to immediate/delayedArik Nemtsov1-0/+10
2012-04-12wlcore/wl12xx: add hw op for getting rx packet data lengthArik Nemtsov1-0/+14
2012-04-12wlcore/wl12xx: add prepare_read hw op for Rx dataLuciano Coelho1-0/+32
2012-04-12wlcore/wl12xx: add hw op for getting rx buffer data alignmentArik Nemtsov1-0/+11
2012-04-12wlcore/wl12xx: add global elements to convert hw-rates to standard ratesArik Nemtsov1-0/+93
2012-04-12wlcore/wl12xx: add hw op for setting frame length in tx_hw_descArik Nemtsov1-0/+36
2012-04-12wlcore/wl12xx: add hw op for setting blocks in hw_tx_descArik Nemtsov1-7/+20
2012-04-12wlcore/wl12xx: add hw op for calculating hw block count per packetArik Nemtsov1-0/+11
2012-04-12wlcore/wl12xx: change GEM Tx-spare blocks per-vifArik Nemtsov1-0/+6
2012-04-12wlcore/wl12xx: set the number of Tx descriptors per chip familyArik Nemtsov1-0/+1
2012-04-12wlcore/wl12xx: create per-chip-family private storageArik Nemtsov1-1/+5
2012-04-12wlcore/wl12xx: add quirk for legacy NVS supportLuciano Coelho1-2/+4
2012-04-12wlcore/wl12xx: add command trigger and event ack operationsLuciano Coelho1-0/+12
2012-04-12wlcore/wl12xx: move MAC address reading operation to lower driverLuciano Coelho1-0/+52
2012-04-12wlcore/wl12xx: move top initialization to wl12xxLuciano Coelho1-4/+395
2012-04-12wlcore/wl12xx: move get_pg_ver to the lower driverLuciano Coelho1-0/+14