aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* wl12xx: 1281/1283 support - Loading FW & NVSShahar Levi2011-04-191-3/+10
* wl12xx: 1281/1283 support - New radio structs and functionsShahar Levi2011-04-191-3/+13
* wl12xx: 1281/1283 support - Add acx commandsShahar Levi2011-04-191-0/+7
* wl12xx: 1281/1283 support - Add DefinitionsShahar Levi2011-04-191-1/+1
* wl12xx: Modify requested number of memory blocksIdo Yariv2011-03-031-1/+1
* wl12xx: Avoid redundant TX workIdo Yariv2011-03-031-5/+27
* wl12xx: Switch to a threaded interrupt handlerIdo Yariv2011-03-031-48/+79
* wl12xx: Do end-of-transactions transfers only if neededIdo Yariv2011-03-031-0/+1
* wl12xx: Reorder data handling in irq_workIdo Yariv2011-03-031-5/+5
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-3/+1
* wl12xx: AP-mode - management of links in PS-modeArik Nemtsov2011-02-231-11/+62
* wl12xx: AP-mode - count free FW TX blocks per linkArik Nemtsov2011-02-231-0/+11
* wl12xx: AP mode - fix bug in cleanup of wl1271_op_sta_add()Arik Nemtsov2011-02-231-5/+12
* wl12xx: AP-mode - support HW based link PS monitoringArik Nemtsov2011-02-231-1/+2
* wl12xx: AP-mode - TX queue per link in ACArik Nemtsov2011-02-231-2/+15
* wl12xx: fix potential race condition with TX queue watermarkArik Nemtsov2011-02-231-13/+11
* wl12xx: declare support for IEEE80211_HW_REPORTS_TX_ACK_STATUSEliad Peller2011-02-221-1/+2
* wl12xx: fix MODULE_AUTHOR email addressLuciano Coelho2011-02-221-1/+1
* wl12xx: avoid blocking while holding rcu lock on bss info changeArik Nemtsov2011-02-221-6/+9
* wl12xx: update PLT initialization for new firmwareGery Kahn2011-02-221-0/+4
* wl12xx: set supported_rates after associationEliad Peller2011-02-081-69/+47
* wl12xx: use the conf struct instead of macros for memory configurationEliad Peller2011-02-081-0/+4
* wl12xx: move to new firmware (6.1.3.50.49)Eliad Peller2011-02-081-5/+17
* wl12xx: mcp2.5 - add config_ps acxEliad Peller2011-02-081-0/+1
* wl12xx: fix warning due to missing arg in ampdu_actionLuciano Coelho2011-01-311-2/+3
* wl12xx: disable auto-arpEliad Peller2011-01-241-2/+1
* wl12xx: Increase scan channel dwell time for passive scansJuuso Oikarinen2011-01-241-2/+2
* wl12xx: BA receiver supportLevi, Shahar2011-01-241-0/+60
* wl12xx: BA initiator supportLevi, Shahar2011-01-241-4/+8
* wl12xx: Add channel 14 to list of supported 2ghz channelsArik Nemtsov2011-01-241-0/+1
* wl12xx: Cleanup PLT mode when module is removedJuuso Oikarinen2011-01-241-5/+15
* wl12xx: add hw configuration for max supported AMDPU sizeLuciano Coelho2011-01-241-0/+2
* wl12xx: change debug_level module param sysfs permissionsGuy Eilam2011-01-241-2/+2
* wl12xx: lock the RCU when accessing sta via ieee80211_find_sta()Luciano Coelho2011-01-241-27/+33
* wl12xx: don't modify the global supported band structuresLuciano Coelho2011-01-241-2/+14
* wl12xx: don't join upon disassociationEliad Peller2011-01-241-10/+12
* wl12xx: Enable AP-modeArik Nemtsov2011-01-241-1/+4
* wl12xx: Read MAC address from NVS file on HW startupArik Nemtsov2011-01-241-0/+12
* wl12xx: AP mode - fetch appropriate firmware for APArik Nemtsov2011-01-241-3/+30
* wl12xx: AP mode - encryption supportArik Nemtsov2011-01-241-38/+182
* wl12xx: AP mode - record TX configuration settingsArik Nemtsov2011-01-241-24/+48
* wl12xx: AP mode - changes in TX pathArik Nemtsov2011-01-241-1/+2
* wl12xx: AP mode - add STA add/remove opsArik Nemtsov2011-01-241-0/+112
* wl12xx: AP mode - change filter configArik Nemtsov2011-01-241-10/+12
* wl12xx: AP mode config in ieee80211_ops.configArik Nemtsov2011-01-241-22/+30
* wl12xx: Configure AP on BSS info changeArik Nemtsov2011-01-241-109/+231
* wl12xx: AP specific RX filter configurationArik Nemtsov2011-01-241-4/+3
* wl12xx: AP mode - init sequenceArik Nemtsov2011-01-241-25/+7
* wl12xx: AP-mode high level commandsArik Nemtsov2011-01-241-3/+3
* wl12xx: AP mode - AP specific CMD_CONFIGURE sub-commandsArik Nemtsov2011-01-241-5/+5