aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore
AgeCommit message (Expand)AuthorFilesLines
2012-06-06wlcore/wl12xx/wl18xx: handle spare blocks spacial cases per archArik Nemtsov6-29/+20
2012-06-06wlcore/wl12xx/wl18xx: introduce quirk to remove TKIP header spaceArik Nemtsov4-8/+17
2012-06-05wlcore: wait for roc complete only for the first roc commandVictor Goldenshtein1-5/+11
2012-06-05wlcore: don't enable BET for high basic ratesVictor Goldenshtein1-3/+8
2012-06-05wlcore: remove duplicate BUG_ON during recoveryArik Nemtsov1-2/+0
2012-06-05wlcore: increase WL1271_EVENT_TIMEOUTEliad Peller1-1/+1
2012-06-05wlcore: flush tx on CHANGE_CHANNELEliad Peller1-2/+3
2012-06-05wlcore: fix the CONF_TX_AC_ANY_TID to be 0xffYoni Divinsky1-1/+1
2012-06-05wlcore: use psd_type indexing according to specYoni Divinsky1-2/+5
2012-06-05wlcore: set wl->ht_cap per-bandEliad Peller2-5/+7
2012-06-05wlcore: increase number of BA sessions to 3Assaf Azulay1-1/+1
2012-06-05wlcore: flush before stopping APEliad Peller1-0/+4
2012-06-05wlcore: use correct link for bcast/multicast framesEliad Peller1-3/+3
2012-06-05wlcore: fixes for connection_loss_workArik Nemtsov2-6/+19
2012-06-05wlcore: use the original elp time in forced_ps modeEliad Peller1-1/+9
2012-06-05wlcore/wl12xx/wl18xx: don't use TX align quirk for wl127xLuciano Coelho1-2/+5
2012-06-05wlcore: increase aggregation buffer size by one pageLuciano Coelho1-1/+1
2012-06-05wlcore: use proper values for supported local ratesLuciano Coelho1-1/+9
2012-06-05wlcore: print the interrupt status when recovery is triggeredLuciano Coelho1-2/+4
2012-06-05wlcore: create private static_data area and add operation to parse itLuciano Coelho4-23/+46
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-05wlcore: reorder identify_chip and get_hw_infoLuciano Coelho1-10/+10
2012-06-05wlcore: add space for private area when allocating fw_statusLuciano Coelho1-1/+2
2012-06-05wlcore: add module parameter to dump SDIO reads and writesLuciano Coelho1-0/+20
2012-06-05wlcore/wl12xx/18xx: split fw_status struct into twoArik Nemtsov5-40/+61
2012-06-05wlcore/wl12xx: add plt_init op and move the code to wl12xxLuciano Coelho4-58/+7
2012-06-05wlcore/wl12xx: move rx_mem_pool_addr element to wl12xxLuciano Coelho2-8/+0
2012-06-05wlcore/wl12xx: move ref_clock and tcxo_clock elements to wl12xxLuciano Coelho3-7/+1
2012-06-05wlcore: rename wl12xx.h to wlcore_i.hLuciano Coelho2-4/+4
2012-06-05wl18xx: read FW pc on recoveryArik Nemtsov1-0/+3
2012-06-05wlcore/wl18xx: enable MIMO/wide-chan rates in AP-mode rate configArik Nemtsov4-1/+21
2012-06-05wlcore: support peer MIMO ratesArik Nemtsov4-4/+8
2012-06-05wl18xx: ipmlement ap_rate_mask hw opArik Nemtsov1-0/+6
2012-06-05wl18xx: send channel type to FW on role startArik Nemtsov2-1/+29
2012-06-05wlcore: track current channel type per vifArik Nemtsov3-1/+12
2012-06-05wlcore/wl18xx: add hw op for Rx HW checksumArik Nemtsov3-0/+14
2012-06-05wlcore/wl18xx: add hw op for setting Tx HW checksumArik Nemtsov5-2/+27
2012-06-05wl18xx: add hw_init operationLuciano Coelho1-0/+2
2012-06-05wl18xx: implement immediate Tx completionArik Nemtsov2-1/+4
2012-06-05wl18xx: implement hw op for getting rx buffer data alignmentArik Nemtsov1-0/+3
2012-06-05wl18xx: define HW-rate translation elements/tablesArik Nemtsov1-1/+9
2012-06-05wl18xx: implement hw op for setting blocks in hw_tx_descArik Nemtsov1-0/+14
2012-06-05wlcore_sdio/wl18xx: use SDIO revision number to identify wl18xx chipsLuciano Coelho1-1/+14
2012-05-29wlcore: fix undefined symbols when CONFIG_PM is not definedEyal Shapira3-1/+7
2012-05-16wlcore: fix some sparse warnings due to missing static declarationLuciano Coelho1-3/+4
2012-05-16wlcore: fix pointer print out in wl1271_acx_set_rx_filter()Luciano Coelho1-2/+3
2012-05-15wlcore/wl12xx: implement better beacon loss handlingBartosz.Markowski@tieto.com4-17/+51