summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-06-06wl12xx: send beacon loss events to userspaceEliad Peller1-0/+9
2012-06-06wlcore: do not send stop fwlog cmd if fw is hangedYoni Divinsky2-2/+8
2012-06-06wlcore/wl12xx/wl18xx: implement op_set_key per HW archArik Nemtsov9-14/+136
2012-06-06wlcore: stop queues on Tx flushArik Nemtsov4-1/+15
2012-06-06wlcore: add stop reason bitmap for waking/starting queuesArik Nemtsov4-21/+132
2012-06-06wlcore/wl12xx/wl18xx: handle spare blocks spacial cases per archArik Nemtsov9-35/+39
2012-06-06wlcore/wl12xx/wl18xx: introduce quirk to remove TKIP header spaceArik Nemtsov6-12/+25
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-05wl18xx: fix fm_coex parameters configurationVictor Goldenshtein1-2/+2
2012-06-05wl12xx: fix fm_coex parameters configurationVictor Goldenshtein1-2/+2
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-05wl12xx: set the irq polarity before loading the fwYoni Divinsky1-6/+6
2012-06-05wlcore: use psd_type indexing according to specYoni Divinsky1-2/+5
2012-06-05wlcore: set wl->ht_cap per-bandEliad Peller4-12/+41
2012-06-05wl18xx: add dependency on mac80211Arik Nemtsov1-3/+4
2012-06-05wlcore: increase number of BA sessions to 3Assaf Azulay1-1/+1
2012-06-05wlcore: modify bss loss parametersIgal Chernobelsky2-4/+4
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: fix dynamic_ps_timeout time regressionArik Nemtsov2-2/+2
2012-06-05wlcore: use the original elp time in forced_ps modeEliad Peller1-1/+9
2012-06-05wlcore: fix sparse warnings related to static functionsArik Nemtsov1-1/+1
2012-06-05wlcore/wl12xx/wl18xx: don't use TX align quirk for wl127xLuciano Coelho3-10/+12
2012-06-05wl18xx: change default tcp_checksum to falseAssaf Azulay1-2/+2
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