aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-26ssb: Look for SPROM at different offset on higher rev CCRafał Miłecki3-4/+9
2010-04-26ssb: do not read SPROM if it does not existJohn W. Linville5-0/+39
2010-04-21radiotap parser: fix endian annotationJohannes Berg1-1/+1
2010-04-21ath9k_hw: make all AR9002 initvals use u32Luis R. Rodriguez1-34/+34
2010-04-21ath9k_hw: make two initvals consto for the AR9001 familyLuis R. Rodriguez1-2/+2
2010-04-20mac80211: Fix ieee80211_sta_conn_mon_timer with hw connection monitoringJuuso Oikarinen1-0/+5
2010-04-20ath9k: set the STBC flag in rate control if the peer supports itFelix Fietkau1-0/+4
2010-04-20ath9k: add support for Tx and Rx STBCFelix Fietkau3-1/+15
2010-04-20mac80211: add flags for STBC (Space-Time Block Coding)Felix Fietkau2-0/+5
2010-04-20ath9k: initialize the number of tx/rx streams correctlyFelix Fietkau1-11/+28
2010-04-20ath9k: reduce the bits_per_symbol table size, support more streamsFelix Fietkau1-13/+6
2010-04-20ath9k: update the ath_max_4ms_framelen tableFelix Fietkau1-14/+27
2010-04-20ath9k: update the MCS mask for MCS16 and aboveFelix Fietkau1-1/+1
2010-04-20ath9k: clean up tx buffer handlingFelix Fietkau1-35/+32
2010-04-20ath9k: check for specific rx stuck conditions and recover from themFelix Fietkau3-1/+31
2010-04-20mac80211: document IEEE80211_CONF_CHANGE_QOSStanislaw Gruszka1-0/+1
2010-04-20ath5k: basic support for surveyHolger Schurig1-0/+19
2010-04-20mac80211: sample survey implementation for mac80211 & hwsimHolger Schurig4-1/+51
2010-04-20ath9k: Group Key fix for VAPsDaniel Yingqiang Ma3-3/+27
2010-04-19wireless: rt2x00: rt2800usb: identify Allwin devicesXose Vazquez Perez1-8/+10
2010-04-19mac80211: add missing newlineJohannes Berg1-1/+1
2010-04-19orinoco: have sparse check endian issuesDavid Kilroy1-0/+3
2010-04-19orinoco: use cfg80211_find_ieDavid Kilroy2-14/+2
2010-04-19orinoco: implement set_wiphy_paramsDavid Kilroy4-179/+120
2010-04-19mac80211: Prevent running sta_cleanup timer unnecessarilyJuuso Oikarinen2-3/+17
2010-04-19mac80211: fix stopping RX BA session from timerJohannes Berg1-5/+13
2010-04-19mac80211: fix typo in commentsDaniel Halperin1-3/+3
2010-04-16iwlwifi: make scan antenna forcing more genericJohannes Berg3-9/+10
2010-04-16iwlwifi: remove monitor checkJohannes Berg1-25/+0
2010-04-16iwlwifi: don't check monitor for scanningJohannes Berg4-8/+1
2010-04-16iwlwifi: rename TX_CMD_FLG_BT_DIS_MSKJohannes Berg1-1/+1
2010-04-16iwlwifi: make BT coex config a virtual methodJohannes Berg7-6/+11
2010-04-16iwlwifi: more code clean up for agn devicesWey-Yi Guy3-78/+78
2010-04-16iwlwifi: sanity check for turn on aggregation tidWey-Yi Guy1-17/+17
2010-04-16iwlwifi: PA type for 6000g2 seriesWey-Yi Guy3-7/+7
2010-04-16iwlwifi: add hw revision for 6000g2 NICWey-Yi Guy1-0/+1
2010-04-16iwlwifi: remove redundant iwl_dump_lq_cmd()Shanyu Zhao1-1/+0
2010-04-16iwlwifi: add debugfs ops to iwlwifiAbhijeet Kolekar10-739/+973
2010-04-16iwlwifi: remove duplicated debug functionsWey-Yi Guy2-78/+0
2010-04-16iwlwifi: bring up 6000 Series 2x2 AGN Gen2 adaptersShanyu Zhao4-9/+24
2010-04-16iwlwifi: more generic eeprom definesWey-Yi Guy3-24/+24
2010-04-16iwlwifi: trigger scan synchronouslyJohannes Berg10-419/+416
2010-04-16iwlwifi: rename priv->scan to priv->scan_cmdJohannes Berg4-13/+13
2010-04-16iwlwifi: remove scan_pass_startJohannes Berg2-7/+2
2010-04-16iwlwifi: remove next_scan_jiffiesJohannes Berg4-35/+0
2010-04-16iwlwifi: correct atomic bitops usageJohannes Berg1-7/+6
2010-04-16iwlwifi: remove scan_bands logicJohannes Berg3-52/+25
2010-04-16iwlwifi: set correct single/dual stream maskWey-Yi Guy2-3/+22
2010-04-16iwlwifi: correct 6000 EEPROM regulatory addressShanyu Zhao2-2/+6
2010-04-16iwlwifi: fix scan racesJohannes Berg5-13/+23