summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-17ath9k: make beacon timer initialization more reliableFelix Fietkau1-0/+1
2011-09-17ath9k: fix enabling interrupts after a hardware error interruptFelix Fietkau1-4/+5
2011-09-17ath9k: Fix PS wrappers and enabling LEDMohammed Shafi Shajakhan1-2/+2
2011-09-17ath9k: enable LED pin for AR946/8x chipsetsMohammed Shafi Shajakhan2-0/+3
2011-09-17ath9k_hw: Do full chip reset on 11A channels for AR9003Rajkumar Manoharan1-3/+5
2011-09-17ath9k_hw: move register definitions to header filesSenthil Balasubramanian2-26/+25
2011-09-17ath9k_hw: Add support for AR946/8x chipsets.Senthil Balasubramanian7-36/+362
2011-09-17ath9k_hw: Split tx/rx gain table initval handlingSenthil Balasubramanian1-180/+210
2011-09-17ath9k_hw: Add initvals and register definitions for AR946/8x chipsets.Senthil Balasubramanian6-18/+3883
2011-09-17nl80211/cfg80211/mac80211: fix wme docsEliad Peller3-2/+11
2011-09-17Merge branch 'for-linville' of git://github.com/lucacoelho/wl12xxJohn W. Linville6-29/+103
2011-09-14libertas: prioritize usb8388_olpc.bin firmware on OLPC machinesAndres Salomon1-0/+21
2011-09-14wireless: fix kernel-doc warning in net/cfg80211.hRandy Dunlap1-0/+2
2011-09-14rt2x00: Use the available helper functions to initialize the WCID tableHelmut Schaa1-5/+2
2011-09-14rt2x00: Forbid aggregation for STAs not programmed into the hwHelmut Schaa1-0/+11
2011-09-14rt2x00: Make use of sta_add/remove callbacks in rt2800Helmut Schaa4-30/+134
2011-09-14rt2x00: Add WCID to HT TX descriptorHelmut Schaa2-1/+7
2011-09-14rt2x00: Add WCID to crypto structHelmut Schaa2-2/+7
2011-09-14rt2x00: Introduce sta_add/remove callbacksHelmut Schaa3-0/+60
2011-09-14rt2x00: Move bssidx calculation into its own functionHelmut Schaa3-9/+23
2011-09-14mac80211: Update device channel in case of HW channel switch supportedShahar Levi1-0/+3
2011-09-14mac80211: Mark all mesh stations as QoS capableJavier Cardona1-1/+1
2011-09-14mac80211: Mesh data frames must have the QoS headerJavier Cardona8-14/+17
2011-09-14mac80211: Start implementing QoS support for mesh interfacesJavier Cardona4-10/+14
2011-09-14rt2x00: Avoid unnecessary uncachedHelmut Schaa1-4/+4
2011-09-14rt2x00: Update some TX descriptorHelmut Schaa1-2/+2
2011-09-14rt2x00: Remove incorrect led blinkHelmut Schaa1-16/+0
2011-09-14rt2x00: Add LED_CFG register descriptionHelmut Schaa1-0/+3
2011-09-14rt2x00: Minor optimizazion in txdone pathHelmut Schaa4-6/+5
2011-09-14cfg80211: verify format of uAPSD informationJohannes Berg1-0/+5
2011-09-14iwlagn: fix compilation when debug flags is unsetEmmanuel Grumbach3-132/+132
2011-09-14iwlagn: remove lines from the wrong placeWey-Yi Guy1-3/+0
2011-09-14iwlagn: enable 11n support for "_d" skuWey-Yi Guy1-0/+1
2011-09-14iwlagn: disply queue read/write pointer when stuckWey-Yi Guy1-0/+2
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach10-52/+58
2011-09-14iwlagn: move traffic_log back to upper layerEmmanuel Grumbach2-107/+85
2011-09-14iwlagn: clean up of transport layerEmmanuel Grumbach15-309/+299
2011-09-14iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach11-60/+59
2011-09-14iwlagn: merge iwl_pci_down and iwl_pci_removeEmmanuel Grumbach1-12/+6
2011-09-14iwlagn: only perform necessary calibration at init timeWey-Yi Guy1-6/+1
2011-09-14ath9k_hw: Fix magnitude/phase average in TxIQ CalibrationRajkumar Manoharan1-4/+13
2011-09-14ath9k: Move cycle conters under cc_lockRajkumar Manoharan1-3/+6
2011-09-14ath9k: Take the samples in unassociated stateRajkumar Manoharan1-0/+5
2011-09-14mac80211: further optimise buffer expiry timerJohannes Berg1-7/+3
2011-09-14b43: N-PHY: implement few random missing opsRafał Miłecki2-17/+96
2011-09-14b43: N-PHY: split workarounds into per-PHY-ver functionsRafał Miłecki1-143/+157
2011-09-14b43: N-PHY: replace some hacks with nice tables opsRafał Miłecki1-13/+4
2011-09-14b43: N-PHY: use helper for checking IPARafał Miłecki1-18/+12
2011-09-14mac80211: add ssid config to bss information in AP-modeArik Nemtsov3-1/+28
2011-09-14b43: LCN-PHY: load TX gain table on initRafał Miłecki2-3/+194