summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx
AgeCommit message (Expand)AuthorFilesLines
2011-02-23wl12xx: AP-mode - management of links in PS-modeArik Nemtsov5-12/+186
2011-02-23wl12xx: AP-mode - count free FW TX blocks per linkArik Nemtsov4-26/+44
2011-02-23wl12xx: AP mode - fix bug in cleanup of wl1271_op_sta_add()Arik Nemtsov1-5/+12
2011-02-23wl12xx: AP-mode - support HW based link PS monitoringArik Nemtsov1-1/+2
2011-02-23wl12xx: report invalid TX rate when returning non-TX-ed skbsArik Nemtsov1-0/+11
2011-02-23wl12xx: AP-mode - TX queue per link in ACArik Nemtsov4-13/+151
2011-02-23wl12xx: AP-mode - fix race condition on sta connectionArik Nemtsov3-0/+53
2011-02-23wl12xx: fix potential race condition with TX queue watermarkArik Nemtsov1-13/+11
2011-02-23wl12xx: always set mac_address when configuring ht capsEliad Peller1-2/+1
2011-02-23wl12xx: use standard ALIGN() macroEliad Peller3-8/+2
2011-02-22wl12xx: declare support for IEEE80211_HW_REPORTS_TX_ACK_STATUSEliad Peller1-1/+2
2011-02-22wl12xx: fix MODULE_AUTHOR email addressLuciano Coelho1-1/+1
2011-02-22wl12xx: avoid blocking while holding rcu lock on bss info changeArik Nemtsov1-6/+9
2011-02-22wl12xx: fix identification of beacon packets (debug)Eliad Peller1-3/+3
2011-02-22wl12xx: update PLT initialization for new firmwareGery Kahn1-0/+4
2011-02-22wl12xx: change type from u8 to intDan Carpenter1-1/+1
2011-02-21wl12xx: fix sdio_test kconfig/build errorsRandy Dunlap1-1/+1
2011-02-09wl12xx: set supported_rates after associationEliad Peller5-115/+73
2011-02-09wl12xx: use the conf struct instead of macros for memory configurationEliad Peller4-12/+24
2011-02-09wl12xx: move to new firmware (6.1.3.50.49)Eliad Peller13-60/+162
2011-02-09wl12xx: mcp2.5 - add config_ps acxEliad Peller4-0/+50
2011-01-31wl12xx: fix warning due to missing arg in ampdu_actionLuciano Coelho1-2/+3
2011-01-25wl12xx: disable auto-arpEliad Peller1-2/+1
2011-01-25wl12xx: Increase scan channel dwell time for passive scansJuuso Oikarinen2-11/+11
2011-01-25wl12xx: wrong values are returned in gpio_power_write()Eliad Peller1-6/+4
2011-01-24wl12xx: BA receiver supportLevi, Shahar5-4/+117
2011-01-24wl12xx: BA initiator supportLevi, Shahar7-10/+183
2011-01-24wl12xx: Add channel 14 to list of supported 2ghz channelsArik Nemtsov1-0/+1
2011-01-24wl12xx: add missing MODULE_FIRMWARE statment for AP-mode FWArik Nemtsov2-0/+2
2011-01-24wl12xx: Cleanup PLT mode when module is removedJuuso Oikarinen1-5/+15
2011-01-24wl12xx: fix some endianess bugsEliad Peller3-5/+5
2011-01-24wl12xx: add hw configuration for max supported AMDPU sizeLuciano Coelho1-0/+2
2011-01-24wl12xx: change debug_level module param sysfs permissionsGuy Eilam2-7/+2
2011-01-24wl12xx: lock the RCU when accessing sta via ieee80211_find_sta()Luciano Coelho1-27/+33
2011-01-24wl12xx: don't modify the global supported band structuresLuciano Coelho2-2/+17
2011-01-24wl12xx: don't join upon disassociationEliad Peller1-10/+12
2011-01-24wl12xx: Enable AP-modeArik Nemtsov2-2/+7
2011-01-24wl12xx: Read MAC address from NVS file on HW startupArik Nemtsov1-0/+12
2011-01-24wl12xx: AP mode - fetch appropriate firmware for APArik Nemtsov2-3/+33
2011-01-24wl12xx: AP mode - encryption supportArik Nemtsov4-44/+223
2011-01-24wl12xx: AP mode - record TX configuration settingsArik Nemtsov1-24/+48
2011-01-24wl12xx: AP mode - changes in TX pathArik Nemtsov2-10/+48
2011-01-24wl12xx: AP mode - add STA add/remove opsArik Nemtsov2-0/+119
2011-01-24wl12xx: AP mode - change filter configArik Nemtsov1-10/+12
2011-01-24wl12xx: AP mode config in ieee80211_ops.configArik Nemtsov1-22/+30
2011-01-24wl12xx: Configure AP on BSS info changeArik Nemtsov2-109/+234
2011-01-24wl12xx: Add AP related definitions to HOST-FW interfaceArik Nemtsov4-7/+37
2011-01-24wl12xx: AP specific RX filter configurationArik Nemtsov5-8/+28
2011-01-24wl12xx: AP mode - init sequenceArik Nemtsov7-100/+317
2011-01-24wl12xx: AP mode - workaround for FW bug on station removeArik Nemtsov1-5/+21