mac80211: wait for beacon before enabling powersave
[safe/jmp/linux-2.6] / drivers / net / wireless / mwl8k.c
2010-01-26 Johannes Bergmac80211: wait for beacon before enabling powersave
2010-01-12 Lennert Buytenhekmwl8k: update version number (to 0.12) and copyright
2010-01-12 Lennert Buytenhekmwl8k: enable multi-BSS AP operation
2010-01-12 Lennert Buytenhekmwl8k: post per-vif firmware commands as per-vif commands
2010-01-12 Lennert Buytenhekmwl8k: prepare for posting per-vif firmware commands
2010-01-12 Lennert Buytenhekmwl8k: convert the priv->vif pointer to a list of vifs
2010-01-12 Lennert Buytenhekmwl8k: use firmware capability field to decide which...
2010-01-12 Lennert Buytenhekmwl8k: allow selecting 5 GHz channels
2010-01-12 Lennert Buytenhekmwl8k: handle 5 GHz legacy rate bitmaps in firmware...
2010-01-12 Lennert Buytenhekmwl8k: properly set receive status rate index on 5...
2010-01-12 Lennert Buytenhekmwl8k: add 5 GHz band channels and rates
2010-01-12 Lennert Buytenhekmwl8k: move responsibility for initialising wiphy bands...
2010-01-12 Lennert Buytenhekmwl8k: rename 2.4 GHz band/channels/rates related varia...
2010-01-12 Lennert Buytenhekmwl8k: add another 88w8366 PCI ID
2010-01-12 Lennert Buytenhekmwl8k: simplify sequence number assignment
2010-01-12 Lennert Buytenhekmwl8k: don't call SET_AID if we're not associated
2010-01-12 Lennert Buytenhekmwl8k: remove (mostly) write-only variable priv->curren...
2010-01-12 Lennert Buytenhekmwl8k: update MODULE_FIRMWARE tags
2010-01-12 Lennert Buytenhekmwl8k: move receive processing to tasklet
2010-01-12 Lennert Buytenhekmwl8k: keep TX_DONE interrupt masked while transmit...
2010-01-12 Lennert Buytenhekmwl8k: allow limiting the amount of transmit reclaim...
2010-01-12 Lennert Buytenhekmwl8k: basic AP interface support
2010-01-12 Lennert Buytenhekmwl8k: correctly set the mac_type field for AP SET_MAC_ADDR
2010-01-12 Lennert Buytenhekmwl8k: implement AP firmware station database maintenance
2010-01-12 Lennert Buytenhekmwl8k: add the AP version of USE_FIXED_RATE
2010-01-12 Lennert Buytenhekmwl8k: simplify mwl8k_cmd_use_fixed_rate()
2010-01-12 Lennert Buytenhekmwl8k: bump the transmit wait timeout to 5 seconds
2010-01-12 Lennert Buytenhekmwl8k: undo transmit queue 0/1 swapping in mwl8k_cmd_se...
2010-01-12 Lennert Buytenhekmwl8k: minor cleanups
2010-01-05 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless-2.6
2010-01-05 Lennert Buytenhekmwl8k: pass GET_HW_SPEC capability bitmask up the stack
2010-01-05 Lennert Buytenhekmwl8k: trivial rx-only ampdu implementation
2010-01-05 Lennert Buytenhekmwl8k: pass in HT capabilities and rates when associating
2010-01-05 Lennert Buytenhekmwl8k: allow setting HT channels
2010-01-05 Lennert Buytenhekmwl8k: add support for 88w8363 in STA mode
2010-01-05 Lennert Buytenhekmwl8k: fix changed flags handling in mwl8k_bss_info_cha...
2010-01-05 Lennert Buytenhekmwl8k: honor peer rate set
2010-01-05 Lennert Buytenhekmwl8k: move ->peer_id from mwl8k_vif to mwl8k_sta
2010-01-05 Lennert Buytenhekmwl8k: remove mwl8k_vif::bssid, which is now useless
2010-01-05 Lennert Buytenhekmwl8k: handle station database update for AP's sta...
2010-01-05 Lennert Buytenhekmwl8k: move struct peer_capability_info to its only...
2010-01-05 Lennert Buytenhekmwl8k: make the tx ring drain status messages somewhat...
2010-01-05 Lennert Buytenhekmwl8k: prevent freeing free IRQ if ieee80211_register_h...
2010-01-05 Lennert Buytenhekmwl8k: bail out if there is no AP firmware image suppor...
2010-01-05 Lennert Buytenhekmwl8k: update version number to 0.11
2010-01-04 Lennert Buytenhekmwl8k: fix configure_filter() memory leak on error
2009-12-28 Johannes Bergmac80211: remove struct ieee80211_if_init_conf
2009-12-28 Lennert Buytenhekmwl8k: remove duplicate local per-vif copy of ieee80211...
2009-12-28 Lennert Buytenhekmwl8k: remove unused mwl8k_vif::priv
2009-12-28 Lennert Buytenhekmwl8k: fix up AP vs. STA firmware image receive descrip...
2009-12-28 Lennert Buytenhekmwl8k: do rx/tx ring initialisation after loading firmware
2009-12-28 Lennert Buytenhekmwl8k: get rid of the struct mwl8k_firmware abstraction
2009-12-28 Lennert Buytenhekmwl8k: add 2.4GHz channels 12, 13 and 14
2009-12-28 Lennert Buytenhekmwl8k: initialize the mwl8k_info_tbl table using the...
2009-12-28 Lennert Buytenhekmwl8k: inline qos field manipulation functions
2009-12-28 Lennert Buytenhekmwl8k: get rid of the AMSDU check in the transmit path
2009-12-28 Lennert Buytenhekmwl8k: hw is never NULL in mwl8k_set_radio_preamble()
2009-12-28 Lennert Buytenhekmwl8k: firmware command code cleanup
2009-12-07 Lennert Buytenhekmwl8k: don't complain about oversized beacons in FINALI...
2009-12-07 Lennert Buytenhekmwl8k: don't overwrite mwl8k_vif::bssid until after...
2009-12-07 Lennert Buytenhekmwl8k: struct ieee80211_rx_status::qual is deprecated
2009-12-07 Lennert Buytenhekmwl8k: don't forget to call pci_disable_device()
2009-12-07 Lennert Buytenhekmwl8k: increase firmware loading timeouts
2009-12-07 Lennert Buytenhekmwl8k: allow more time for transmit rings to drain
2009-12-07 Lennert Buytenhekmwl8k: allow more time for firmware commands to complete
2009-12-07 Lennert Buytenhekmwl8k: properly report rate on received 40MHz packets
2009-12-07 Lennert Buytenhekmwl8k: fix addr4 zeroing and payload overwrite on DMA...
2009-12-07 Lennert Buytenhekmwl8k: prevent corruption of QoS field on receive
2009-12-07 Lennert Buytenhekmwl8k: fix UPDATE_STADB command struct legacy_rates...
2009-12-07 Lennert Buytenhekmwl8k: fix MCS bitmap size in SET_RATE command
2009-11-19 Joe Perchesdrivers/net: request_irq - Remove unnecessary leading...
2009-11-11 Ben Hutchingsmwl8k: declare MODULE_FIRMWARE
2009-11-06 John W. Linvillemwl8k: use integral index instead of pointer for driver...
2009-11-06 Lennert Buytenhekmwl8k: add support for the 88w8366
2009-11-06 Lennert Buytenhekmwl8k: implement AP firmware EDCA parameter configuration
2009-11-06 Lennert Buytenhekmwl8k: add AP firmware (mbss) handling to mwl8k_set_mac...
2009-11-06 Lennert Buytenhekmwl8k: add AP firmware handling to ->start()
2009-11-06 Lennert Buytenhekmwl8k: add AP firmware handling to ->configure_filter()
2009-11-06 Lennert Buytenhekmwl8k: implement AP firmware antenna configuration
2009-11-06 Lennert Buytenhekmwl8k: add the commands used for AP firmware initialisation
2009-11-06 Lennert Buytenhekmwl8k: rename mwl8k_cmd_get_hw_spec() to mwl8k_cmd_get_...
2009-11-06 Lennert Buytenhekmwl8k: set ->interface_modes from the driver data
2009-11-06 Lennert Buytenhekmwl8k: allow for different receive descriptor formats
2009-11-06 Lennert Buytenhekmwl8k: use pci_unmap_addr{,set}() to keep track of...
2009-11-06 Lennert Buytenhekmwl8k: handle loading AP firmware images
2009-11-06 Lennert Buytenhekmwl8k: spell out the names of firmware images in the...
2009-11-06 Lennert Buytenhekmwl8k: change pci id table driver data to a structure...
2009-11-04 Lennert Buytenhekmwl8k: pci BAR mapping changes
2009-11-04 Lennert Buytenhekmwl8k: shorten receive/transmit state variable names
2009-11-04 Lennert Buytenhekmwl8k: add support for enabling hardware sniffer mode
2009-11-04 Lennert Buytenhekmwl8k: report rate and other information for received...
2009-11-04 Lennert Buytenhekmwl8k: clarify WME transmit queue 0/1 swizzling
2009-11-04 Lennert Buytenhekmwl8k: use cond_resched() when loading firmware blocks
2009-11-04 Lennert Buytenhekmwl8k: clear hardware MAC address if no STA interface...
2009-11-04 Lennert Buytenhekmwl8k: enforce FIF_BCN_PRBRESP_PROMISC when no STA...
2009-11-04 Lennert Buytenhekmwl8k: implement FIF_ALLMULTI
2009-11-04 Lennert Buytenhekmwl8k: use the mac80211-provided workqueue instead...
2009-11-04 Lennert Buytenhekmwl8k: fix multicast address filter programming
2009-11-04 Lennert Buytenhekmwl8k: minor transmit quiescing rework
2009-11-04 Lennert Buytenhekmwl8k: coding style cleanups
next