aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorFilesLines
2012-06-05wl18xx: use new fw stats structuresLuciano Coelho2-235/+169
2012-06-05wl18xx: increase tx_ba_win_size to 64Luciano Coelho1-1/+1
2012-06-05wlcore: increase aggregation buffer size by one pageLuciano Coelho1-1/+1
2012-06-05wlcore/wl12xx/wl18xx: move lower driver debugfs to a subdirLuciano Coelho4-16/+18
2012-06-05wl18xx: export pwr_limit_reference_11_abg value as a module parameterLuciano Coelho1-0/+12
2012-06-05wl18xx: export low/high band component values as module paramsLuciano Coelho1-0/+46
2012-06-05wl18xx: add power limit reference value to mac_and_phy settingsLuciano Coelho2-0/+4
2012-06-05wl18xx: add module parameter to force SISO 20MHzLuciano Coelho1-6/+32
2012-06-05wlcore: use proper values for supported local ratesLuciano Coelho1-1/+9
2012-06-05wl18xx: don't use MIMO when ht_mode is set to wideLuciano Coelho1-5/+8
2012-06-05wlcore: print the interrupt status when recovery is triggeredLuciano Coelho1-2/+4
2012-06-05wl18xx: print the PHY firmware version from the private static dataLuciano Coelho2-0/+19
2012-06-05wlcore: create private static_data area and add operation to parse itLuciano Coelho4-23/+46
2012-06-05wl18xx: implement fw status debugfs entriesLuciano Coelho6-3/+581
2012-06-05wl12xx: implement fw status debugfs entriesLuciano Coelho5-1/+496
2012-06-05wlcore: add debugfs macro to help print fw statistics arraysLuciano Coelho2-1/+27
2012-06-05wlcore: abstract debugfs fw_stats to be handled by the lower driversLuciano Coelho7-490/+104
2012-06-05wlcore: use all AP basic rates as defaultLuciano Coelho1-3/+12
2012-06-05wlcore: update beacon and probe_resp templates when rates changeLuciano Coelho1-73/+100
2012-06-05wl18xx: disable MCS_13 for wl18xx PG 1.0Luciano Coelho1-0/+18
2012-06-05wlcore: reorder identify_chip and get_hw_infoLuciano Coelho1-10/+10
2012-06-05wl18xx: change low_band_component_type value for COM8Luciano Coelho1-0/+2
2012-06-05wlcore: add space for private area when allocating fw_statusLuciano Coelho1-1/+2
2012-06-05wl18xx: changed default board_type to HDKLuciano Coelho1-7/+4
2012-06-05wl18xx: copy the default configuration before checking the board_typeLuciano Coelho1-2/+2
2012-06-05wlcore: add module parameter to dump SDIO reads and writesLuciano Coelho1-0/+20
2012-06-05wl18xx: add a module parameter to control 11a supportLuciano Coelho1-0/+6
2012-06-05wl18xx: derive the MAC address from the BD_ADDR in fuse ROMLuciano Coelho2-0/+21
2012-06-05wlcore/wl12xx/18xx: split fw_status struct into twoArik Nemtsov8-42/+66
2012-06-05wl18xx: add module parameter to disable TCP checksumLuciano Coelho1-3/+19
2012-06-05wl18xx: add number of antennas and dc2dc type as module paramsLuciano Coelho2-9/+15
2012-06-05wl18xx: change the low_band_component_type for HDK boardsLuciano Coelho1-0/+2
2012-06-05wl18xx: add plt_init operationLuciano Coelho2-0/+16
2012-06-05wlcore/wl12xx: add plt_init op and move the code to wl12xxLuciano Coelho5-58/+64
2012-06-05wl18xx: change board type enum according to new FWArik Nemtsov2-36/+22
2012-06-05wl18xx: don't upload NVS to FWArik Nemtsov1-4/+0
2012-06-05wl18xx: init Tx-released index to 0 on HW initArik Nemtsov1-0/+4
2012-06-05wlcore/wl12xx: move rx_mem_pool_addr element to wl12xxLuciano Coelho4-9/+6
2012-06-05wl18xx: implement hw op to read PG versionArik Nemtsov2-2/+18
2012-06-05wlcore/wl12xx: move ref_clock and tcxo_clock elements to wl12xxLuciano Coelho6-25/+82
2012-06-05wlcore: rename wl12xx.h to wlcore_i.hLuciano Coelho2-4/+4
2012-06-05wl18xx: read clock frequency and do top init accordinglyLuciano Coelho6-4/+181
2012-06-05wl18xx: disable FW log functionalityArik Nemtsov1-0/+1
2012-06-05wl18xx: read FW pc on recoveryArik Nemtsov2-1/+4
2012-06-05wl18xx: translate and write the board type to SCR_PAD2Luciano Coelho2-5/+20
2012-06-05wl18xx: add board type module argumentLuciano Coelho2-2/+26
2012-06-05wl18xx: add module param for overriding HT capsArik Nemtsov1-0/+22
2012-06-05wl18xx: set HT capabilitiesArik Nemtsov1-0/+15
2012-06-05wlcore/wl18xx: enable MIMO/wide-chan rates in AP-mode rate configArik Nemtsov6-1/+36
2012-06-05wlcore: support peer MIMO ratesArik Nemtsov4-4/+8