summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/cmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wl12xx: move role_id into wlvifEliad Peller2011-10-071-16/+17
* wl12xx: move ssid and ssid_len into wlvifEliad Peller2011-10-071-7/+7
* wl12xx: move bss_type into wlvifEliad Peller2011-10-071-1/+1
* wl12xx: replace wl->bssid with vif->bss_conf.bssidEliad Peller2011-10-071-5/+8
* wl12xx: move basic_rate into wlvifEliad Peller2011-10-071-9/+14
* wl12xx: move rate_set into wlvifEliad Peller2011-10-071-6/+6
* wl12xx: define wl12xx_vifEliad Peller2011-10-071-10/+11
* wl12xx: replace wl->mac_addr with vif->addrEliad Peller2011-10-071-4/+5
* wl12xx: disable AP-mode-specific quirksEliad Peller2011-10-071-5/+0
* wl12xx: Add support for HW channel switchShahar Levi2011-10-071-0/+58
* wl12xx: implement set_bitrate_mask callbackEliad Peller2011-09-231-9/+10
* wl12xx: AP mode - support hidden SSIDArik Nemtsov2011-09-231-9/+15
* wl12xx: declare support for WIPHY_FLAG_AP_UAPSDEliad Peller2011-09-141-5/+10
* wl12xx: print acx idEliad Peller2011-09-141-1/+1
* wl12xx: don't wait for disconnection eventEliad Peller2011-08-221-6/+0
* wl12xx: AP-mode - configure STA HT rates on joinArik Nemtsov2011-08-221-2/+8
* wl12xx: add wl12xx_cmd_role_start_ibss()Eliad Peller2011-08-221-0/+62
* wl12xx: don't remove key if hlid was already deletedEliad Peller2011-08-221-0/+4
* wl12xx: call wl12xx_cmd_set_peer_state() in AP modeEliad Peller2011-08-221-3/+3
* wl12xx: use dynamic hlids for AP-modeArik Nemtsov2011-08-221-4/+23
* wl12xx: fix session counterArik Nemtsov2011-08-221-1/+11
* wl12xx: replace dummy_join with ROC/CROC commandsEliad Peller2011-08-221-0/+39
* wl12xx: add ROC/CROC commandsEliad Peller2011-08-221-0/+73
* wl12xx: add device role commandsEliad Peller2011-08-221-0/+91
* wl12xx: update commands & eventsEliad Peller2011-08-221-214/+301
* wl12xx: remove rx filtering stuffEliad Peller2011-08-221-4/+0
* Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2011-07-081-5/+1
|\
| * wl12xx: AP mode - support FW TX inactivity triggersArik Nemtsov2011-07-051-1/+1
| * wl12xx: fix Tx security sequence number handlingOz Krakowski2011-07-051-4/+0
* | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2011-07-061-3/+91
|\|
| * wl12xx: Support routing FW logs to the hostIdo Yariv2011-06-271-0/+84
| * wl12xx: Avoid recovery while one is already in progressIdo Yariv2011-06-271-2/+2
| * wl12xx: Add Support for Low Power DRPw (LPD) ModeShahar Levi2011-06-271-0/+5
| * wl12xx: remove unused crc7 referencesEliad Peller2011-06-271-1/+0
* | wl12xx: AP-mode - use mac80211 indication about STA WME supportArik Nemtsov2011-06-291-8/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-171-4/+14
|\
| * Revert "wl12xx: support FW TX inactivity triggers"Luciano Coelho2011-05-021-1/+1
| * wl12xx: schedule recovery on command timeoutArik Nemtsov2011-05-021-3/+6
| * wl12xx: Set correct REF CLK and TCXO CLK values to the FWShahar Levi2011-05-021-0/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-051-7/+92
|\|
| * wl12xx: support FW TX inactivity triggersArik Nemtsov2011-04-281-1/+1
| * wl12xx: 1281/1283 support - Loading FW & NVSShahar Levi2011-04-191-5/+6
| * wl12xx: 1281/1283 support - New radio structs and functionsShahar Levi2011-04-191-1/+85
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* wl12xx: wakeup chip from ELP during scanArik Nemtsov2011-03-031-0/+1
* wl12xx: set supported_rates after associationEliad Peller2011-02-091-7/+4
* wl12xx: move to new firmware (6.1.3.50.49)Eliad Peller2011-02-091-5/+8
* wl12xx: fix some endianess bugsEliad Peller2011-01-241-1/+1
* wl12xx: AP mode - workaround for FW bug on station removeArik Nemtsov2011-01-241-5/+21
* wl12xx: AP-mode high level commandsArik Nemtsov2011-01-241-4/+272