summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-19wl12xx: fix compilation error when CONFIG_PM is not setLuciano Coelho1-0/+4
2011-05-13wl12xx: enter/exit psm on wowlan suspend/resumeEliad Peller1-0/+81
2011-05-13wl12xx: prevent scheduling while suspending (WoW enabled)Eliad Peller1-0/+46
2011-05-13wl12xx: declare suspend/resume callbacks (for wowlan)Eliad Peller1-0/+19
2011-05-13wl12xx: implement scheduled scan driver operations and reportingLuciano Coelho1-0/+70
2011-05-13wl12xx: add configuration values for scheduled scanLuciano Coelho1-0/+9
2011-05-13wl12xx: add IEEE80211_HW_SPECTRUM_MGMT bit to the hw flagsShahar Levi1-0/+1
2011-05-13wl12xx: Don't filter beacons that include changed HT IEsShahar Levi1-2/+6
2011-05-13wl12xx: simplify wl1271_ssid_set()Eliad Peller1-11/+15
2011-05-02Revert "wl12xx: support FW TX inactivity triggers"Luciano Coelho1-8/+2
2011-05-02wl12xx: fix race condition during recovery in AP modeArik Nemtsov1-5/+16
2011-05-02wl12xx: AP-mode - reconfigure templates after basic rates changeArik Nemtsov1-0/+4
2011-05-02wl12xx: AP-mode - overhaul rate policy configurationArik Nemtsov1-50/+3
2011-05-02wl12xx: print firmware program counter during recoveryArik Nemtsov1-1/+2
2011-05-02wl12xx: use wiphy values for setting rts, frag thresholds on initArik Nemtsov1-3/+3
2011-05-02wl12xx: add BT-coexistance for APArik Nemtsov1-1/+56
2011-05-02wl12xx: do not set queue_mapping directlyHauke Mehrtens1-1/+1
2011-05-02wl12xx: implement the tx_frames_pending mac80211 callbackArik Nemtsov1-0/+23
2011-05-02wl12xx: Enable dynamic memory for 127xIdo Yariv1-1/+1
2011-05-02wl12xx: Update Power Save Exit Retries PacketsShahar Levi1-1/+1
2011-05-02wl12xx: FM WLAN coexistenceShahar Levi1-0/+17
2011-05-02wl12xx: configure rates when working in ibss modeEliad Peller1-0/+18
2011-05-02wl12xx: avoid redundant join on interface reconfigurationEliad Peller1-3/+7
2011-05-02wl12xx: Set End-of-transaction Flag at Wl127x AP ModeShahar Levi1-0/+4
2011-04-28wl12xx: support FW TX inactivity triggersArik Nemtsov1-2/+8
2011-04-19wl12xx: fix sparse warning about undeclared wl12xx_alloc_dummy_packetLuciano Coelho1-1/+1
2011-04-19wl12xx: move hardcoded hci_io_ds value into the conf structLuciano Coelho1-0/+1
2011-04-19wl12xx: use kstrtoul functionsLuciano Coelho1-2/+1
2011-04-19wl12xx: Handle platforms without level trigger interruptsIdo Yariv1-0/+9
2011-04-19wl12xx: Simplify TX blocks accountingIdo Yariv1-26/+22
2011-04-19wl12xx: Clean up the dummy packet mechanismIdo Yariv1-25/+54
2011-04-19wl12xx: Clean up the block size alignment codeIdo Yariv1-2/+2
2011-04-19wl12xx: fix "JOIN while associated" commentaryOhad Ben-Cohen1-4/+4
2011-04-19wl12xx: fix roamingOhad Ben-Cohen1-2/+2
2011-04-19wl12xx: Handle duplicate calling of remove interfaceJuuso Oikarinen1-3/+26
2011-04-19wl12xx: rearrange some ELP wake_up/sleep callsEliad Peller1-22/+21
2011-04-19wl12xx: configure channel/band while FW is offArik Nemtsov1-1/+6
2011-04-19wl12xx: use a bitmask instead of list of booleans in scanned_chLuciano Coelho1-2/+5
2011-04-19wl12xx: fix a couple of sparse warnings about undeclared functionsLuciano Coelho1-5/+6
2011-04-19wl12xx: fix SG BT load value to reflect its new meaningLuciano Coelho1-1/+1
2011-04-19wl12xx: set the skbuff priority for dummy packetsLuciano Coelho1-0/+2
2011-04-19wl12xx: Add mutex protection for interface listJuuso Oikarinen1-0/+7
2011-04-19wl12xx: update bet_max_consecutiveOhad Ben-Cohen1-1/+1
2011-04-19wl12xx: Add support for 11n Rx STBC one spatial streamShahar Levi1-1/+2
2011-04-19wl12xx: use 1 spare TX block instead of twoLuciano Coelho1-0/+24
2011-04-19wl12xx: 1281/1283 support - enable chip supportShahar Levi1-0/+9
2011-04-19wl12xx: 1281/1283 support - Use different FW file for AP mode wl127x/wl128x c...Arik Nemtsov1-1/+4
2011-04-19wl12xx: 1281/1283 support - Add dummy packet supportShahar Levi1-0/+42
2011-04-19wl12xx: 1281/1283 support - use dynamic memory for the RX/TX poolsShahar Levi1-8/+40
2011-04-19wl12xx: 1281/1283 support - Loading FW & NVSShahar Levi1-3/+10