summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx
AgeCommit message (Expand)AuthorFilesLines
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-3/+3
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg2-12/+12
2009-12-28wl1271: Prevent performing "join" before associationJuuso Oikarinen1-1/+1
2009-12-28wl1271: Check vif for NULL when indicating beacon-lossJuuso Oikarinen1-1/+1
2009-12-28wl1271: Add support for acx_pm_configJuuso Oikarinen5-0/+63
2009-12-28wl1271: Change booleans in struct wl1271 into a flags bitmaskJuuso Oikarinen7-64/+55
2009-12-28wl1271: Fix supported rate managementJuuso Oikarinen6-44/+90
2009-12-28wl1271: Change rates configured for templatesJuuso Oikarinen1-1/+2
2009-12-28wl1271: Add rudimentary ad-hoc supportJuuso Oikarinen1-2/+43
2009-12-28wl1271: Remove beacon-loss-ind from PSM entry failure handlingJuuso Oikarinen1-1/+0
2009-12-28wl1271: Add pre-power-on sleepJuuso Oikarinen2-1/+4
2009-12-28wl1271: Implement chipset boot retryJuuso Oikarinen1-53/+77
2009-12-28wl1271: prevent power save entry while not associatedJuuso Oikarinen2-3/+9
2009-12-28wl1271: Fix event acknowledging functionalityJuuso Oikarinen3-8/+5
2009-12-28wl1271: Use slow rates for association messagesJuuso Oikarinen4-6/+9
2009-12-28wl1271: Remove smart reflex ACXJuuso Oikarinen5-142/+0
2009-12-28wl1271: Configure smart-reflex paramter values.Juuso Oikarinen1-6/+6
2009-12-28wl1271: use channel 1 when configuring the data pathLuciano Coelho4-9/+10
2009-12-28wl1271: some new configuration values according to new referenceLuciano Coelho2-10/+10
2009-12-28wl1271: upload only the first 468 bytes from the NVS fileLuciano Coelho2-1/+8
2009-12-28wl1271: add gpio_power file in debugfs to power the chip on and offLuciano Coelho3-0/+61
2009-12-28wl1271: fix one typo in the rx_rssi_and_proc_compens valuesLuciano Coelho1-1/+1
2009-12-28wl1271: implement dco itrim parameters settingLuciano Coelho5-0/+56
2009-12-28wl1271: use the correct macro when setting the basic ratesLuciano Coelho1-1/+1
2009-12-28wl1271: set null data template when BSSID is knownLuciano Coelho1-0/+6
2009-12-28wl1271: check result code from the join commandLuciano Coelho1-1/+5
2009-12-28wl1271: limit TX power to 25dBm for every channelLuciano Coelho1-13/+13
2009-12-28wl1271: remove workaround for disconnectionLuciano Coelho1-15/+0
2009-12-28wl1271: use join command with dummy BSSIDLuciano Coelho1-10/+65
2009-12-28wl1271: added radio parameters configuration values newer firmwaresLuciano Coelho3-5/+35
2009-12-28wl1271: update radio and general parameters valuesLuciano Coelho1-10/+10
2009-12-28wl1271: updated general parameters structure for newer firmwaresLuciano Coelho4-0/+65
2009-12-28wl1271: updated radio parameters structure for newer firmwaresLuciano Coelho1-4/+12
2009-12-28wl1251: timeout one too soon in wl1251_boot_run_firmware()Roel Kluin1-1/+1
2009-12-28wl1271_cmd.c: cleanup char => u8Dan Carpenter1-2/+2
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-21/+15
2009-12-21wl1251: enable WMMKalle Valo2-3/+2
2009-12-21wl1251: update tx_hdr when aliging skb in txKalle Valo1-0/+1
2009-12-21wl1251: implement WMMKalle Valo2-5/+5
2009-12-21wl1251: implement wl1251_acx_tid_cfg()Kalle Valo3-0/+102
2009-12-21wl1251: implement acx_ac_cfg to configure hardware queuesKalle Valo6-0/+164
2009-12-21wl1251: use __dev_alloc_skb() on RXKalle Valo1-1/+1
2009-12-21wl1251: simplify ELP wakeup time calculationKalle Valo1-3/+3
2009-12-21wl1251: reduce ELP wakeup timeoutKalle Valo1-1/+2
2009-12-21wl1251: fix error handling in wl1251_op_config()Kalle Valo1-2/+7
2009-12-21wl1251: print a debug message when tx_queue is fullKalle Valo1-0/+1
2009-12-21wl1251: add tx queue status to debugfsKalle Valo2-0/+24
2009-12-07wl1251: don't build null data template in wl1251_op_config()Kalle Valo1-4/+0
2009-12-07wl1251: fix bssid handlingKalle Valo1-15/+15
2009-12-07wl1251: remove false warning messagesKalle Valo1-2/+0