Commit Graph

353 Commits (23e018a1b083ecb4b8bb2fb43d58e7c19b5d7959)

Author SHA1 Message Date
Luis R. Rodriguez 63b08b8d97 ath9k: use new FIF_PSPOLL configure filter 16 years ago
Joerg Albert e30eb4ab45 ath5k: fix missing output in monitor mode after ifconfig up 16 years ago
Dan Carpenter e9d126cdfa ar9170: fix read & write outside array bounds 16 years ago
Christian Lamparter 363ec5614f ar9170usb: fix spurious firmware related message 16 years ago
Luis R. Rodriguez 6b4f645a49 ath9k: fix compile warning on ath9k_hw_AR9287_check_eeprom() 16 years ago
Luis R. Rodriguez e48e3a2f17 ath9k: cancel xmit poll work at stop() callback 16 years ago
Luis R. Rodriguez d7e7d229c7 ath9k: add initial hardware support for ar9271 16 years ago
Luis R. Rodriguez 670388c5f5 ath9k: add initvals and registry definitions for AR9271 16 years ago
Luis R. Rodriguez edb1f9152f ath9k: add ar9271 revision and subrevision ID helpers 16 years ago
Luis R. Rodriguez 475f5989d4 ath9k: Remove _t postfix for ar9287_eeprom structure 16 years ago
Luis R. Rodriguez 39068d1c28 ath9k: remove spurious check for channel on keycache reset 16 years ago
Luis R. Rodriguez 2f69ffacb3 ath9k: remove dangling error check on keycache reset on hw init 16 years ago
Luis R. Rodriguez 95fafca26d ath9k: call ath9k_hw_detach() once upon hw init failure 16 years ago
Luis R. Rodriguez 3ce1b1a949 ath9k: set sc->sc_ah to NULL after freeing it 16 years ago
Luis R. Rodriguez 9db6b6a25f ath9k: set ah to null after freeing 16 years ago
Luis R. Rodriguez e70c0cfdbf ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable() 16 years ago
Luis R. Rodriguez 081b35ab2e ath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free() 16 years ago
Luis R. Rodriguez 6b82752905 ath9k: use helper macro to kfree and nullify on ath9k_hw_rfdetach() 16 years ago
Luis R. Rodriguez 39a21951ef ath9k: remove !NULL check before kfree() 16 years ago
Luis R. Rodriguez 1e40bcfa91 ath9k: distinguish between device initialization and ath_softc init 16 years ago
Luis R. Rodriguez f637cfd6bb ath9k: describe hw initialization better 16 years ago
Luis R. Rodriguez aa4058aea2 ath9k: break up hw initialization into a few more helpers 16 years ago
Luis R. Rodriguez 08e0403a14 ath9k: remove debug message for no memoery on ath_init() 16 years ago
Luis R. Rodriguez b8b0f377c7 ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config() 16 years ago
Luis R. Rodriguez 50aca25b58 ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults() 16 years ago
Luis R. Rodriguez f9d4a66803 ath9k: move hw macrevision checker to helper 16 years ago
Luis R. Rodriguez 07c10c6177 ath9k: pass only one argument to hw attach 16 years ago
Luis R. Rodriguez ee2bb460e2 ath9k: call hw initializer directly 16 years ago
Luis R. Rodriguez e1e2f93ffa ath9k: move cache setting of softc ah prior to attach 16 years ago
Luis R. Rodriguez 8df5d1b773 ath9k: move devid cache setting to ath_init() 16 years ago
Luis R. Rodriguez 4f3acf81f2 ath9k: move memory allocation of ath_hw to ath_init() 16 years ago
Luis R. Rodriguez 7819ac84b6 ath9k: propagate hw initialization errors 16 years ago
Luis R. Rodriguez fbf54660d1 ath9k: use a switch for revising supported hw mac revisions 16 years ago
Luis R. Rodriguez ed459c1851 ath9k: remove usage of AR_SREV_*() wrapper to detect supported hw 16 years ago
Luis R. Rodriguez 42935ecaf4 mac80211: redefine usage of the mac80211 workqueue 16 years ago
Bob Copeland 8784d2ee92 ath5k: fix CAB queue operation 16 years ago
Luis R. Rodriguez 91b092d734 ar9170: remove EXPERIMENTAL marker 16 years ago
Bob Copeland ae6f53f25f ath5k: update PCU opmode whenever a new interface is added 16 years ago
Vasanthakumar Thiagarajan 0b3acfa71a ath9k: Remove unused ath9k_hw_intrget() 16 years ago
Vasanthakumar Thiagarajan 3fc0fbf407 ath9k: Maintain monotonicity of PER while going across different phy 16 years ago
Vasanthakumar Thiagarajan 42e8856092 ath9k: Update rate control for 11NA HT40 mode 16 years ago
Luis R. Rodriguez 75323fa3de ath5k: remove EXPERIMENTAL marker 16 years ago
Luis R. Rodriguez 44b7dd6dde ath: use menuconfig to put ath stuff in its own page 16 years ago
Luis R. Rodriguez b820b3bcb0 ath: simplify kconfig dependency and add documentation 16 years ago
Luis R. Rodriguez d17734aee6 ath: depend on cfg80211 16 years ago
Luis R. Rodriguez e351cfbf4e ar9170: remove unneeded flush_workqueue() 16 years ago
Luis R. Rodriguez c94dbff799 ath9k: move workqueue cancels to stop callback 16 years ago
Luis R. Rodriguez 35c95ab9b5 ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds() 16 years ago
Luis R. Rodriguez 9851bad7a3 ath9k: re-order cancelling of work on mac80211 workqueue 16 years ago
Luis R. Rodriguez 35a1e70dfe ath9k: remove unused ATH_PCI_VERSION 16 years ago