libertas: remove double assignment of dev->netdev_ops
[safe/jmp/linux-2.6] / drivers / net / wireless / ath /
2009-10-09 Luis R. Rodriguezath9k: use right parameter for MODULE_PARM_DESC() for...
2009-10-07 Luis R. Rodriguezath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_s...
2009-10-07 Luis R. Rodriguezath9k: move ath_cleanup() below helpers to avoid forwar...
2009-10-07 Luis R. Rodriguezath9k: add a helper to clean the core driver upon modul...
2009-10-07 Luis R. Rodriguezath9k: add helper to un-init the hw properly
2009-10-07 Luis R. Rodriguezath9k: initialize hw prior to debugfs
2009-10-07 Luis R. Rodriguezath9k: move common->debug_mask setting to ath_init_softc()
2009-10-07 Luis R. Rodriguezath5k: enable Power-Save Polls by setting the associati...
2009-10-07 Luis R. Rodriguezath5k: fix regression which triggers an SME join upon...
2009-10-07 Luis R. Rodriguezath5k: remove temporary low_id and high_id vars on...
2009-10-07 Luis R. Rodriguezath5k: simplify passed params to ath5k_hw_set_associd()
2009-10-07 Luis R. Rodriguezath5k: fix regression introduced upon the removal of...
2009-10-07 Luis R. Rodriguezath5k: use ath_hw_setbssidmask() for bssid mask setting...
2009-10-07 Luis R. Rodriguezath5k: fix regression on setting bssid mask on association
2009-10-07 Rafael J. WysockiWireless / ath5k: Simplify suspend and resume callbacks
2009-10-07 Luis R. Rodriguezatheros: define a common priv struct
2009-10-07 Luis R. Rodriguezath9k_hw: add AR9271 srev and device ID to allow hw...
2009-10-07 Luis R. Rodriguezath9k_hw: print device ID if not supported
2009-10-07 Luis R. Rodriguezath9k: move hw code to its own module
2009-10-07 Luis R. Rodriguezath9k: use common read/write ops on pci and debug code
2009-10-07 Senthil Balasubram... ath9k: Fix bugs in handling TX power
2009-10-07 Senthil Balasubram... ath9k: Advertise midband for AR5416 devices
2009-10-07 Senthil Balasubram... ath9k: Reduce PLL Settle time and eliminate redundant...
2009-10-07 Senthil Balasubram... ath9k: Handle ATH9K_BEACON_RESET_TSF properly
2009-10-07 Senthil Balasubram... ath9k: Allow PSPOLL only when the interface is configur...
2009-10-07 Vasanthakumar Thia... ath9k: Update initvals
2009-10-07 Sujithath9k: Fix RTC reset for AR5416
2009-10-07 Sujithath9k: Update INI release for AR9287
2009-10-07 Vivek Natarajanath9k: Add Calibration checks
2009-10-07 Joerg Albertar9170: handle overflow in tsf_low register during...
2009-10-07 Joerg Albertar9170: add heavy clip handling
2009-10-07 Joerg Albertar9170: fixed coding style, moved define
2009-10-07 Luis R. Rodriguezath9k: make ath9k_common_ops const
2009-10-07 Luis R. Rodriguezatheros: move bus ops to ath_common
2009-10-07 Luis R. Rodriguezath9k: move ATH9K_RSSI_BAD to hw.h
2009-10-07 Luis R. Rodriguezath9k: clarify what hw code is and remove ath9k.h from...
2009-10-07 Luis R. Rodriguezath9k: remove driver ASSERT, just use BUG_ON()
2009-10-07 Luis R. Rodriguezath9k: move ATH_AMPDU_LIMIT_MAX to hw.h
2009-10-07 Luis R. Rodriguezath9k: remove ath9k_ht_macmode
2009-10-07 Luis R. Rodriguezath9k: remove ath9k 25 MHz HT40 spacing stuff
2009-10-07 Luis R. Rodriguezatheros: move tx/rx chainmask to ath_common
2009-10-07 Luis R. Rodriguezatheros: add common debug printing
2009-10-07 Luis R. Rodriguezath9k: separate core driver and hw timer code
2009-10-07 Luis R. Rodriguezatheros: add ieee80211_hw to ath_common
2009-10-07 Luis R. Rodriguezatheros: define shared bssidmask setting
2009-10-07 Luis R. Rodriguezath5k: define ath_common ops
2009-10-07 Luis R. Rodriguezath5k: allocate ath5k_hw prior to initializing hw
2009-10-07 Luis R. Rodriguezatheros/ath9k: add common read/write ops and port ath9k...
2009-10-07 Luis R. Rodriguezath9k: Define bus agnostic bluetooth coex prep helper
2009-10-07 Luis R. Rodriguezath5k: move ath_common to ath5k_hw
2009-10-07 Luis R. Rodriguezath9k: move ath_common to ath_hw
2009-10-07 Luis R. Rodriguezath5k: initialize eeprom struct early on attach
2009-10-07 Luis R. Rodriguezath5k: use common curbssid, bssidmask and macaddr
2009-10-07 Luis R. Rodriguezar9170: make use of common macaddr and curbssid
2009-10-07 Luis R. Rodriguezatheros/ath9k: move macaddr, curaid, curbssid and bssid...
2009-10-07 Luis R. Rodriguezath9k: use ath9k_hw_write_associd() on reset
2009-10-07 Luis R. Rodriguezath9k: Use ath9k_hw_setbssidmask() on reset
2009-10-07 Luis R. Rodriguezath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_...
2009-10-07 Luis R. Rodriguezatheros: use get_unaligned_le*() for bssid mask setting
2009-10-07 Luis R. Rodriguezath: move ath_bcast_mac to common header
2009-10-07 Luis R. Rodriguezath9k: rename driver core and hw power save helpers
2009-10-07 Luis R. Rodriguezath9k: move ath9k_hw_setpower() to main.c
2009-10-07 Luis R. Rodriguezath9k: avoid usage of ath9k_hw_setpower() on hw.c
2009-10-07 Luis R. Rodriguezath9k: move ath9k_ps_wakeup() and ath9k_ps_restore...
2009-10-07 Luis R. Rodriguezath9k: move ps helpers onto core driver when reseting tsf
2009-10-07 Luis R. Rodriguezath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex...
2009-10-07 Luis R. Rodriguezath9k: move ath_btcoex_config and ath_bt_mode to btcoex.c
2009-10-07 Luis R. Rodriguezath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.c
2009-10-07 Luis R. Rodriguezath9k: simplify ath_btcoex_bt_stomp()
2009-10-07 Luis R. Rodriguezath9k: rename ath_btcoex_info to ath_btcoex_hw
2009-10-07 Luis R. Rodriguezath9k: rename btcoex_scheme to just scheme
2009-10-07 Luis R. Rodriguezath9k: remove unused bt_duty_cycle
2009-10-07 Luis R. Rodriguezath9k: move bt_stomp_type to driver core
2009-10-07 Luis R. Rodriguezath9k: replaces SC_OP_BTCOEX_ENABLED with a bool
2009-10-07 Luis R. Rodriguezath9k: split ath9k_hw_btcoex_enable() into two helpers
2009-10-07 Luis R. Rodriguezath9k: move driver core helpers to main.c
2009-10-07 Luis R. Rodriguezath9k: split bluetooth hardware coex init into two...
2009-10-07 Luis R. Rodriguezath9k: move hw specific btcoex info to ath_hw
2009-10-07 Luis R. Rodriguezath9k: move btcoex core driver info to its own struct
2009-10-07 Luis R. Rodriguezath9k: use ath_hw for DPRINTF() and debug init/exit
2009-09-29 Christian Lamparterar9170: fix bug in iq-auto calibration value calculation
2009-09-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-09-23 Vivek Natarajanath9k: Initialize txgain and rxgain for newer AR9287...
2009-09-23 Sujithath9k: Fix RFKILL bugs
2009-09-23 Christian Lamparterar9170usb: add usbid for TP-Link TL-WN821N v2
2009-09-23 Vivek Natarajanath9k: Disable autosleep feature by default.
2009-09-23 Sujithath9k: Fix regression in PA calibration
2009-09-23 Senthil Balasubram... ath9k: Fix bug in chain handling
2009-09-23 Vivek Natarajanath9k: Fix AHB reset for AR9280
2009-09-23 Senthil Balasubram... ath9k: Adjust the chainmasks properly
2009-09-23 Vasanthakumar Thia... ath9k: Do a full reset for AR9280
2009-09-23 Vasanthakumar Thia... ath9k: Don't read NF when chip has gone through full...
2009-09-23 Vasanthakumar Thia... ath9k: Fix rx data corruption
2009-09-23 Sujithath9k: Fix chip wakeup issue
2009-09-23 Sujithath9k: Restore TSF after RESET
2009-09-23 Vivek Natarajanath9k: Revamp PCIE workarounds
2009-09-23 Vivek Natarajanath9k: Set default noise floor value for AR9287
2009-09-23 Sujithath9k: Fix bug in ANI channel handling
2009-09-21 Uwe Kleine-Koenigtrivial: fix typos "man[ae]g?ment" -> "management"
2009-09-14 Sujithath9k: Fix bug in ANI channel handling
next