aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* b43: N-PHY: store seq mode for proper restoring (follow specs)Rafał Miłecki2010-01-191-2/+2
* b43: N-PHY: move RF sequence declarations top, add missing callsRafał Miłecki2010-01-191-12/+16
* b43: N-PHY: implement chain selectionRafał Miłecki2010-01-192-1/+30
* b43: N-PHY: implement stopping playbackRafał Miłecki2010-01-192-3/+32
* b43: N-PHY: implement MIMO config updateRafał Miłecki2010-01-192-1/+16
* b43: N-PHY: implement TX PHY cleanup and setupRafał Miłecki2010-01-191-2/+110
* b43: N-PHY: implement RX PHY cleanup and setupRafał Miłecki2010-01-191-0/+82
* mac80211: re-enable re-transmission of filtered framesJohannes Berg2010-01-193-28/+15
* mac80211: move control.hw_key assignmentJohannes Berg2010-01-194-49/+46
* mac80211: remove useless setting of IEEE80211_TX_INTFL_DONT_ENCRYPTJohannes Berg2010-01-191-3/+0
* mac80211: clear TX control on filtered framesJohannes Berg2010-01-191-0/+8
* mac80211: move and rename misc tx handlerJohannes Berg2010-01-191-12/+12
* mac80211: pid: replace open-coded msecs_to_jiffiesBob Copeland2010-01-191-6/+2
* iwlwifi: update copyright year to 2010Reinette Chatre2010-01-1947-63/+63
* iwlwifi: remove extra statistics request from debugfsWey-Yi Guy2010-01-191-41/+0
* iwlwifi: display flowhandler register when sw error or on-demandWey-Yi Guy2010-01-198-0/+114
* iwlwifi: software w/a for h/w bug cause Rx bit get clearWey-Yi Guy2010-01-191-0/+10
* iwlwifi: set interrupt coalescing timer range and defaultWey-Yi Guy2010-01-193-4/+19
* iwlwifi: correct return code for log_eventWey-Yi Guy2010-01-193-6/+7
* iwlwifi: add num_of_sos_stats to statistics counterWey-Yi Guy2010-01-192-2/+13
* iwlwifi: format and show statistics counter from uCodeWey-Yi Guy2010-01-193-326/+545
* iwlwifi: fix clear statistics counter commandWey-Yi Guy2010-01-191-2/+0
* mac80211: fix WMM AC default for non-QoS data framesFelix Fietkau2010-01-191-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-1917-29/+119
|\
| * zd1211rw: adding 0409:0248 to supported device listHin-Tak Leung2010-01-181-0/+1
| * p54pci: rx frame length checkChristian Lamparter2010-01-181-0/+8
| * mac80211: fix sign error in pid controllerBob Copeland2010-01-181-1/+1
| * iwlwifi: add license to tracing filesReinette Chatre2010-01-182-0/+52
| * iwlwifi: Fix throughput stall issue in HT mode for 5000Wey-Yi Guy2010-01-181-0/+5
| * mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces.Benoit Papillault2010-01-151-0/+3
| * cfg80211: fix channel setting for wextAbhijeet Kolekar2010-01-141-0/+1
| * iwmc3200wifi: Add UMAC wifi headers to the pmkid commandSamuel Ortiz2010-01-142-0/+5
| * cfg80211: fix refcount imbalance when wext is disabledJohannes Berg2010-01-111-2/+2
| * mac80211: fix queue selection for data frames on monitor interfacesFelix Fietkau2010-01-111-2/+5
| * iwlwifi: silence buffer overflow warningDan Carpenter2010-01-111-1/+1
| * iwlwifi: disable tx on beacon update notificationAbhijeet Kolekar2010-01-081-20/+25
| * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptrZhu Yi2010-01-081-1/+1
| * mac80211: fix endian errorJohannes Berg2010-01-081-2/+2
| * mac80211: add missing sanity checks for action framesFelix Fietkau2010-01-082-1/+7
| * mac80211: fix queue selection for packets injected via monitor interfaceLennert Buytenhek2010-01-081-0/+1
* | b43: N-PHY: drop unused definition, uncomment needed callRafał Miłecki2010-01-151-8/+2
* | b43: N-PHY: implement TX power control coef setupRafał Miłecki2010-01-151-1/+68
* | b43: N-PHY: add RX IQ calibrationi for rev < 3Rafał Miłecki2010-01-151-4/+202
* | b43: N-PHY: add huge calculating TX IQ LORafał Miłecki2010-01-151-0/+226
* | b43: N-PHY: implement calculating IQ gain paramsRafał Miłecki2010-01-151-0/+38
* | b43: N-PHY: update TX calibration ladderRafał Miłecki2010-01-151-0/+25
* | b43: N-PHY: add RX radio cores calibrationRafał Miłecki2010-01-151-0/+43
* | b43: N-PHY: add TX LP FBW (TX filter 40 related)Rafał Miłecki2010-01-151-1/+23
* | b43: N-PHY: implement getting TX gainsRafał Miłecki2010-01-151-2/+85
* | b43: N-PHY: implement calculating RX IQ compRafał Miłecki2010-01-151-0/+99