Age | Commit message (Expand) | Author | Files | Lines |
2011-12-20 | net: fix assignment of 0/1 to bool variables. | Rusty Russell | 1 | -2/+2 |
2011-11-07 | b43: HT-PHY: report signal to mac80211 | Rafał Miłecki | 1 | -0/+7 |
2011-11-07 | b43: fill ctl1 word on all newer PHYs, fix PHY errors | Rafał Miłecki | 1 | -2/+6 |
2011-11-02 | b43: Remove unneeded message | Larry Finger | 1 | -1/+0 |
2011-10-14 | b43: N-PHY: report signal to mac80211 | Rafał Miłecki | 1 | -6/+12 |
2011-10-14 | Revert "b43: trivial: do not report any link quality instead of invalid one" | Rafał Miłecki | 1 | -7/+5 |
2011-10-12 | b43: trivial: do not report any link quality instead of invalid one | Rafał Miłecki | 1 | -5/+7 |
2011-08-22 | b43: include HT-PHY in some common code | Rafał Miłecki | 1 | -0/+1 |
2011-08-22 | b43: support new RX header, noticed to be used in 598.314+ fw | Rafał Miłecki | 1 | -5/+16 |
2011-08-22 | b43: support new TX header, noticed to be used by 598.314+ fw | Rafał Miłecki | 1 | -0/+22 |
2011-08-22 | b43: use enum for firmware header format | Rafał Miłecki | 1 | -16/+36 |
2011-08-22 | b43: rename TX header formats | Rafał Miłecki | 1 | -12/+12 |
2011-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2011-07-08 | mac80211: fix TKIP races, make API easier to use | Johannes Berg | 1 | -2/+1 |
2011-07-07 | Update my e-mail address | Michael Büsch | 1 | -1/+1 |
2011-06-01 | b43: bus: abstract SPROM | Rafał Miłecki | 1 | -1/+1 |
2011-05-16 | b43: rename b43_wldev's field with ssb_device to sdev | Rafał Miłecki | 1 | -1/+1 |
2011-02-25 | b43: fill PHY ctl word1 in TX header for N-PHY | Rafał Miłecki | 1 | -0/+73 |
2011-02-24 | mac80211: rename RX_FLAG_TSFT | Johannes Berg | 1 | -1/+1 |
2010-04-29 | b43: remove usage of deprecated noise value | John W. Linville | 1 | -1/+0 |
2009-11-07 | b43: Remove deprecated 'qual' from returned RX status | Larry Finger | 1 | -1/+0 |
2009-10-27 | b43: use ieee80211_rx_ni() | John W. Linville | 1 | -4/+1 |
2009-10-27 | b43: Optimize PIO scratchbuffer usage | Michael Buesch | 1 | -1/+1 |
2009-10-12 | b43: fix ieee80211_rx() context | Johannes Berg | 1 | -0/+3 |
2009-10-08 | b43: do not stack-allocate pio rx/tx header and tail buffers | Albert Herranz | 1 | -1/+1 |
2009-09-23 | b43: Add optional verbose runtime statistics | Michael Buesch | 1 | -0/+3 |
2009-09-23 | b43: Do not use _irqsafe callbacks | Michael Buesch | 1 | -1/+1 |
2009-09-09 | b43: Fix sparse warning in hw-tkip code | Michael Buesch | 1 | -5/+5 |
2009-08-20 | b43: add hardware tkip | gregor kowski | 1 | -5/+23 |
2009-08-20 | b43: Handle B43_PHYTYPE_LP in RX path | Gábor Stefanik | 1 | -0/+1 |
2009-08-14 | b43: Fix hardware key index handling | Michael Buesch | 1 | -2/+2 |
2009-07-10 | mac80211: push rx status into skb->cb | Johannes Berg | 1 | -1/+2 |
2009-06-10 | b43: Fix possible unaligned u32 access | Matthieu CASTET | 1 | -3/+2 |
2009-03-28 | b43: fix b43_plcp_get_bitrate_idx_ofdm return type | Lorenzo Nava | 1 | -1/+1 |
2009-03-05 | b43: Pass more RX flags to mac80211 | Michael Buesch | 1 | -4/+13 |
2008-11-21 | b43: remove rate index warning | Johannes Berg | 1 | -2/+2 |
2008-11-01 | mac80211/drivers: rewrite the rate control API | Johannes Berg | 1 | -11/+49 |
2008-10-07 | mac80211: add multi-rate retry support | Felix Fietkau | 1 | -1/+1 |
2008-10-07 | mac80211: free up 2 bytes in skb->cb | Felix Fietkau | 1 | -2/+2 |
2008-08-30 | b43: Rewrite TX power adjustment | Michael Buesch | 1 | -0/+2 |
2008-08-30 | b43: Implement dynamic PHY API | Michael Buesch | 1 | -2/+4 |
2008-07-30 | mac80211: partially fix skb->cb use | Johannes Berg | 1 | -1/+1 |
2008-07-14 | mac80211: fix TX sequence numbers | Johannes Berg | 1 | -1/+2 |
2008-06-27 | b43: use frame control helpers | Harvey Harrison | 1 | -10/+7 |
2008-05-22 | mac80211: move TX info into skb->cb | Johannes Berg | 1 | -30/+28 |
2008-05-22 | mac80211: use rate index in TX control | Johannes Berg | 1 | -5/+8 |
2008-05-15 | mac80211: use hardware flags for signal/noise units | Bruno Randolf | 1 | -3/+2 |
2008-05-07 | mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf | Ivo van Doorn | 1 | -1/+1 |
2008-04-09 | b43: Add more N-PHY stuff | Michael Buesch | 1 | -8/+15 |
2008-04-08 | b43: Add PIO support for PCMCIA devices | Michael Buesch | 1 | -23/+38 |