aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/wl1251_main.c
AgeCommit message (Expand)Author
2010-01-12wl1251: add U-APSD supportKalle Valo
2010-01-12wl1251: create qos null data templateKalle Valo
2010-01-12wl1251: fix sleep related error paths in wl1251_op_bss_info_changed()Kalle Valo
2010-01-12wl1251: use mac80211 provided channel parameters in scanningKalle Valo
2010-01-12wl1251: get probe request template from mac80211Kalle Valo
2010-01-12wl1251: cleanup scanning codeKalle Valo
2010-01-12wl1251: get PS Poll and Nullfunc templates from mac80211Kalle Valo
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2009-12-21wl1251: enable WMMKalle Valo
2009-12-21wl1251: implement WMMKalle Valo
2009-12-21wl1251: implement wl1251_acx_tid_cfg()Kalle Valo
2009-12-21wl1251: implement acx_ac_cfg to configure hardware queuesKalle Valo
2009-12-21wl1251: fix error handling in wl1251_op_config()Kalle Valo
2009-12-21wl1251: print a debug message when tx_queue is fullKalle Valo
2009-12-07wl1251: don't build null data template in wl1251_op_config()Kalle Valo
2009-12-07wl1251: fix bssid handlingKalle Valo
2009-12-07wl1251: remove false warning messagesKalle Valo
2009-11-18wl1251: Send null data packet with "TODS" bit setVidhya Govindan
2009-11-18wl1251: Fix regression in IRQ loop handlingJuuso Oikarinen
2009-11-18wl1251: Add IRQ looping supportJanne Ylalehto
2009-11-18wl1251: Set the correct dtim period to the firmwareVidhya Govindan
2009-11-18wl1251: mask aid bits 14 and 15 in ps-poll templateKalle Valo
2009-11-18wl1251: allocate space for firmware with vmalloc()Kalle Valo
2009-11-18wl1251: Implement delayed entry into ELP modeJuuso Oikarinen
2009-11-18wl1251: Configure beacon filtering on if PSM usedJuuso Oikarinen
2009-11-18wl1251: Enable beacon filtering with the stackJuuso Oikarinen
2009-11-11wl12xx: declare MODULE_FIRMWAREBen Hutchings
2009-10-30wl1251: enable power saveKalle Valo
2009-10-27wl1251: re-disable PG10 chipsJohn W. Linville
2009-10-27wl1251: add support for PG11 chips.David-John Willis
2009-10-27wl1251: rename spi device to wl1251Kalle Valo
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg
2009-08-14wl1251: remove Luciano as maintainerKalle Valo
2009-08-14wl1251: rename reg.h to wl1251_reg.hKalle Valo
2009-08-14wl1251: use workqueue provided by mac80211Kalle Valo
2009-08-14wl1251: fix channel setting in wl1251_op_config()Kalle Valo
2009-08-14wl1251: create wl1251_join()Kalle Valo
2009-08-14wl1251: add channel to wl1251_cmd_join() parametersKalle Valo
2009-08-14wl1251: initialise default channel to zeroKalle Valo
2009-08-14wl1251: remove wait parameter from wl1251_cmd_join()Kalle Valo
2009-08-14wl1251: use beacon interval and dtim period provided by mac80211Kalle Valo
2009-08-14wl1251: reorder wl1251_cmd_join() argumentsKalle Valo
2009-08-14wl1251: remove wl1251_opsKalle Valo
2009-08-14wl1251: make irq handling interface specificBob Copeland
2009-08-14wl1251: split spi interface into separate moduleBob Copeland
2009-08-14wl1251: move module probe methods into spi.cBob Copeland
2009-08-14wl1251: introduce wl1251_if_operations structBob Copeland
2009-08-14wl1251: use wiphy_dev instead of wl->spi->devBob Copeland