summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-27libertas: make __lbs_cmd_async() non-staticHolger Schurig2-1/+6
2009-10-27wl1251: rename spi device to wl1251Kalle Valo2-2/+2
2009-10-27cfg80211: remove warning in deauth caseHolger Schurig1-6/+0
2009-10-27cfg80211: no cookies in cfg80211_send_XXX()Holger Schurig3-42/+46
2009-10-27wl1271: Fix filter configurationJuuso Oikarinen2-109/+51
2009-10-27wl1271: make sure PS is disabled in PLTLuciano Coelho1-0/+6
2009-10-27wl1271: Correct memory handling for FW bootJuuso Oikarinen1-3/+8
2009-10-27wl1271: Remove unnecessary rx_descriptor memory allocationJuuso Oikarinen2-14/+0
2009-10-27wl1271: Support for IPv4 ARP filteringJuuso Oikarinen4-0/+157
2009-10-27wl1271: Fix event handling mechanismJuuso Oikarinen3-11/+14
2009-10-27wl1271: Fix multicast list handlingJuuso Oikarinen1-1/+2
2009-10-27wl1271: Checking of rx descriptor status fixedTeemu Paasikivi1-8/+3
2009-10-27wl1271: Added 5 GHz support to join and rxTeemu Paasikivi3-13/+58
2009-10-27wl1271: Added support to scan on 5 GHz bandTeemu Paasikivi7-38/+160
2009-10-27wl1271: Scan only enabled channelsTeemu Paasikivi1-12/+21
2009-10-27wl1271: Added 5 GHz parameters for wl1273Teemu Paasikivi3-17/+127
2009-10-27wl1271: Remove busy-word checkingJuuso Oikarinen2-5/+7
2009-10-27wl1271: Implement beacon early termination supportJuuso Oikarinen5-2/+77
2009-10-27wl1271: Fix IRQ enable handling on FW init failureJuuso Oikarinen3-17/+35
2009-10-27wl1271: Move default FW config struct away from stackJuuso Oikarinen1-271/+264
2009-10-27wl1271: Add config structure for FW init parametersJuuso Oikarinen5-127/+376
2009-10-27wl1271: Add config structure for connection management parametersJuuso Oikarinen6-44/+348
2009-10-27wl1271: Add config structure for TX path parametersJuuso Oikarinen7-70/+321
2009-10-27wl1271: Add config structure for RX path parametersJuuso Oikarinen5-54/+110
2009-10-27wl1271: Add structure for firmware configuration valuesJuuso Oikarinen8-224/+274
2009-10-27wl1271: Workaround for reference clock setting on boot.Juuso Oikarinen1-1/+8
2009-10-27iwlwifi: use paged RxZhu Yi15-240/+284
2009-10-27wl1271: remove unnecessary joins and join only when the bssid changesLuciano Coelho3-45/+24
2009-10-27wl1271: use acx_rx_config instead of join when updating filtersLuciano Coelho1-1/+3
2009-10-27wl1271: Update boot time configuration for the new firmwareJuuso Oikarinen1-1/+1
2009-10-27wl1271: Remove outdated SPI functionsJuuso Oikarinen9-140/+107
2009-10-27wl1271: Update TX path block calucation algoJuuso Oikarinen1-2/+2
2009-10-27wl1271: Enable smart reflexJuuso Oikarinen3-0/+100
2009-10-27wl1271: Enable ELPJuuso Oikarinen1-6/+1
2009-10-27wl1271: Update interrupt handling by removing an extra SPI readJuuso Oikarinen2-45/+31
2009-10-27wl1271: RefClk configurationJuuso Oikarinen2-3/+26
2009-10-27wl1271: Add top-register access functionsJuuso Oikarinen4-38/+66
2009-10-27wl1271: Remove RX workaroundJuuso Oikarinen2-5/+0
2009-10-27wl1271: Update memory mapping for firmware revision 6.1.0.0.241Juuso Oikarinen5-161/+116
2009-10-27wl1271: enable HW_AVAILABLE interrupt to fix ELPLuciano Coelho1-2/+3
2009-10-27wl1271: add workaround to avoid distortion due to excessive tx powerLuciano Coelho1-1/+6
2009-10-27wl1271: workaround to send a disconnect before rejoiningLuciano Coelho3-0/+21
2009-10-27wl1271: implement cmd_disconnectLuciano Coelho2-1/+58
2009-10-27iwlwifi: update channel switch command APIWey-Yi Guy1-1/+46
2009-10-27iwl3945: rearrange the code.Abhijeet Kolekar1-8/+11
2009-10-27iwlwifi/iwl3945: remove data_retry_limitAbhijeet Kolekar5-9/+1
2009-10-27iwl3945: rename tx to tx_cmdAbhijeet Kolekar2-37/+37
2009-10-27iwlwifi/iwl3945: unify rts_tx_cmd_flagAbhijeet Kolekar5-21/+22
2009-10-27iwlwifi: showing accumulative ucode statistics countersWey-Yi Guy4-229/+447
2009-10-27iwlwifi: dynamic allocate tx queue structureWey-Yi Guy11-59/+144