| Commit message (Expand) | Author | Files | Lines |
2008-01-29 | b43: finish removal of pio support | John W. Linville | 2 | -805/+0 |
2008-01-29 | hostap_cs: don't match revisions in presense of the MAC chip name | Pavel Roskin | 1 | -9/+6 |
2008-01-29 | b43: Remove the PHY spinlock | Michael Buesch | 5 | -65/+36 |
2008-01-29 | b43: Fix PHY register routing | Michael Buesch | 3 | -114/+145 |
2008-01-29 | b43: Add N-PHY register definitions | Michael Buesch | 5 | -12/+760 |
2008-01-29 | zd1211rw: fix alignment for QOS and WDS frames | Michael Buesch | 1 | -1/+16 |
2008-01-29 | iwlwifi: fix compilation warning in 'iwl-4965.c' | Miguel Botón | 1 | -1/+1 |
2008-01-29 | rt2x00: Release rt2x00 2.0.14 | Ivo van Doorn | 1 | -1/+1 |
2008-01-29 | rt2x00: Correctly initialize data and desc pointer | Ivo van Doorn | 3 | -2/+19 |
2008-01-29 | rt2x00: Move init_txring and init_rxring into rt2x00lib | Ivo van Doorn | 9 | -204/+163 |
2008-01-29 | rt2x00: Determine MY_BSS from descriptor | Ivo van Doorn | 7 | -19/+11 |
2008-01-29 | rt2x00: Cleanup write_tx_desc() arguments | Ivo van Doorn | 7 | -31/+27 |
2008-01-29 | rt2x00: Move packet filter flags | Ivo van Doorn | 7 | -37/+19 |
2008-01-29 | rt2x00: Move start() and stop() handlers into rt2x00lib.c | Ivo van Doorn | 3 | -46/+66 |
2008-01-29 | rt2x00: Store queue idx and entry idx in data_ring and data_entry | Ivo van Doorn | 5 | -14/+22 |
2008-01-29 | rt2x00: Only set the TBCN flag when the interface is configured to send beacons. | Ivo van Doorn | 5 | -5/+8 |
2008-01-29 | rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY | Ivo van Doorn | 3 | -18/+15 |
2008-01-29 | rt2x00: Fix chipset debugfs file | Ivo van Doorn | 1 | -3/+2 |
2008-01-29 | b43: Fix any N-PHY related WARN_ON() in the attach stage. | Michael Buesch | 2 | -92/+60 |
2008-01-29 | b43: Add NPHY kconfig option | Michael Buesch | 2 | -0/+17 |
2008-01-29 | b43-ssb-bridge: Add PCI ID for BCM43XG | Michael Buesch | 1 | -0/+1 |
2008-01-29 | b44: power down PHY when interface down | Miguel Botón | 1 | -5/+23 |
2008-01-29 | ssb: add 'ssb_pcihost_set_power_state' function | Miguel Botón | 1 | -0/+7 |
2008-01-29 | b43: Add definitions for MAC Control register | Michael Buesch | 2 | -22/+28 |
2008-01-29 | b43: Remove PIO support | Michael Buesch | 8 | -252/+21 |
2008-01-29 | ssb: Fix PCMCIA lowlevel register access | Michael Buesch | 2 | -29/+45 |
2008-01-29 | b43: Fix chip access validation for new devices | Michael Buesch | 2 | -15/+30 |
2008-01-29 | b43: Only select allowed TX and RX antennas | Michael Buesch | 3 | -12/+42 |
2008-01-29 | ssb: Fix extraction of values from SPROM | Michael Buesch | 6 | -43/+107 |
2008-01-29 | iwlwifi: fix typo in 'drivers/net/wireless/iwlwifi/Kconfig' | Zhu Yi | 1 | -2/+2 |
2008-01-29 | prism54: remove questionable down_interruptible usage | Daniel Walker | 1 | -8/+4 |
2008-01-29 | Revert "rtl8187: fix tx power reading" | John W. Linville | 1 | -4/+4 |
2008-01-29 | misc wireless annotations | Al Viro | 6 | -25/+25 |
2008-01-29 | ipw2200: do not byteswap struct ipw_associate | Al Viro | 2 | -40/+26 |
2008-01-29 | ipw2200 trivial annotations | Al Viro | 2 | -94/+90 |
2008-01-29 | prism54 trivial annotations | Al Viro | 4 | -26/+26 |
2008-01-29 | bcm43xx annotations | Al Viro | 4 | -29/+29 |
2008-01-29 | p54pci: endianness annotations and fixes | Al Viro | 2 | -10/+10 |
2008-01-29 | hostap: don't mess with mixed-endian even for internal skb queues | Al Viro | 2 | -10/+9 |
2008-01-29 | hostap annotations | Al Viro | 11 | -235/+233 |
2008-01-29 | airo: last of endianness annotations | Al Viro | 1 | -226/+218 |
2008-01-29 | airo: sanitize handling of StatusRid | Al Viro | 1 | -65/+67 |
2008-01-29 | airo: sanitize APListRid handling | Al Viro | 1 | -12/+11 |
2008-01-29 | airo: sanitize handling of CapabilityRid | Al Viro | 1 | -63/+69 |
2008-01-29 | airo: sanitize handling of StatsRid | Al Viro | 1 | -36/+42 |
2008-01-29 | airo: sanitize handling of WepKeyRid | Al Viro | 1 | -39/+33 |
2008-01-29 | airo: sanitize BSSListRid handling | Al Viro | 1 | -39/+30 |
2008-01-29 | bap_read()/bap_write() work with fixed-endian buffers | Al Viro | 1 | -27/+29 |
2008-01-29 | airo: sanitize handling of SSID_rid | Al Viro | 1 | -54/+49 |
2008-01-29 | airo: trivial endianness annotations | Al Viro | 1 | -25/+26 |